Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        FAQ INSTALL configure.in e.spec 


Log Message:
Bye bye KDE(1).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/FAQ,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- FAQ 22 Oct 1999 22:45:43 -0000      1.3
+++ FAQ 8 Nov 2003 10:51:49 -0000       1.4
@@ -73,60 +73,6 @@
 window operations menu, ALT + Middle mouse button will resize the
 iconbox and ALT+left mouse button will move it.
 
--------------------------------------------------------------------------------
-
-Q: How do I set up Enlightenment to work with GNOME?
-
-A: By default, Enlightenment supports all of the GNOME hints.  However, if you
-want to run GMC you may notice that clicking on the root window does not
-always have the desired effect (for dragging icons, GMC's root menus, etc).
-If you want to use GMC with enlightenment, there are a couple of options.  You
-can use alt+leftmouse and alt+rightmouse to use the GMC root menus.  Or, you
-can edit the keybindings.cfg file to remove the bindings for your left and
-right
-mousebuttons.  There is a copy of keybindings.cfg that will do this for you
-that comes with enlightenment.  in /path/to/enlightenment/configs/
-copy the keybindings.gmc.cfg into your ~/.enlightenment directory.  When you
-restart, you will no longer have the left and right mousebuttons bound to
-enlightenment.  To modify your system configuration, copy over the
-keybindings.cfg file in that directory.  For your convenience, there is a
-keybindings.nogmc.cfg in case you want to reverse this change at a later date.
-
-NOTE: you may choose to use virtual areas instead of virtual desktops since
-GMC does not handle clicks anywhere on the root window on desktops other than
-0.
-If you want to start enlightenment from gnome-session, you should use the
-gnome control-panel to select the new enlightenment as your window manager.
-Warning: Enlightenment is slower when run from a session manager.  You should
-opt to run enlightenment and have enlightenment be your session manager
-instead of running gnome-session.  You can start "panel" and "gmc" by hand and
-have enlightenment relaunch them as the preferred launch method.  To do this,
-once you have launched them by hand, alt-rightclick on them, select "Remember"
-and then choose "Restart Application on Login".
-
-
-
--------------------------------------------------------------------------------
-
-Q: How do I set up Enlightenment to work with KDE?
-
-A: By default, Enlightenment does not support the KDE hints.  You can turn them
-on easily through your settings menus, however.  If you want to add support
-automatically upon launch (which can be disabled by the autosaved user
-configuration) then copy the control.kde.cfg to the ~/.enlightenment directory
-and rename it to control.cfg.  If you are doing this after launching
-enlightenment for the first time, you will want to remove the line from your
-~/.enlightenment/...e_session.XXXXXX file that looks like: <br>
-1366 0
-simply remove that line and start up enlightenment again.
-If your "KDE Support" _settings(settings) panel still show KDE support
-turned on, then
-you can simply check the box there, and KDE support will remain on.
-You can launch kpanel and/or kfm from your .xsession or .xinitrc files and
-they will work correctly.  If you want to edit the startkde script
-(system-wide configuration change) find the line that contains kwm and replace
-it with /path/to/enlightenment.
-
 
 -------------------------------------------------------------------------------
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/INSTALL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- INSTALL     15 Jun 2003 01:17:49 -0000      1.8
+++ INSTALL     8 Nov 2003 10:51:49 -0000       1.9
@@ -248,9 +248,6 @@
 For compatibility with GNOME versions prior to 2.0, configure with 
 --enable-hints-gnome and read the section about GNOME below.
 
-For compatibility with KDE versions prior to 2.0, configure with 
---enable-hints-kde and read the section about KDE below.
-
 
 Setting Up Enlightenment To Work with GNOME versions prior to 2.0
 =================================================================
@@ -280,23 +277,4 @@
 have enlightenment relaunch them as the preferred launch method.  To do this,
 once you have launched them by hand, alt-rightclick on them, select "Remember"
 and then choose "Restart Application on Login".
-
-Setting Up Enlightenment To Work with KDE versions prior to 2.0
-===============================================================
-
-By default, Enlightenment does not support the KDE hints.  You can turn them
-on easily through your settings menus, however.  If you want to add support
-automatically upon launch (which can be disabled by the autosaved user
-configuration) then copy the control.kde.cfg to the ~/.enlightenment directory
-and rename it to control.cfg.  If you are doing this after launching
-enlightenment for the first time, you will want to remove the line from your
-~/.enlightenment/...e_session.XXXXXX file that looks like:
-1366 0
-simply remove that line and start up enlightenment again.
-If your "KDE Support" settings panel still show KDE support turned on, then
-you can simply check the box there, and KDE support will remain on.
-You can launch kpanel and/or kfm from your .xsession or .xinitrc files and
-they will work correctly.  If you want to edit the startkde script
-(system-wide configuration change) find the line that contains kwm and replace
-it with /path/to/enlightenment.
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- configure.in        17 Aug 2003 13:30:37 -0000      1.67
+++ configure.in        8 Nov 2003 10:51:49 -0000       1.68
@@ -74,17 +74,13 @@
   [  --enable-hints-ewmh     compile with Extended Window Manager Hints support 
[default=yes]],, enable_hints_ewmh=yes)
 AC_ARG_ENABLE(hints-gnome,
   [  --enable-hints-gnome    compile with GNOME(<2.0) hints support [default=no]],, 
enable_hints_gnome=no)
-AC_ARG_ENABLE(hints-kde,
-  [  --enable-hints-kde      compile with KDE(<2.0) hints support [default=no]],, 
enable_hints_kde=no)
 AC_ARG_WITH(fnlib,
   [  --with-fnlib            compile with Fnlib support [default=yes]],, 
with_fnlib=yes)
 
 if test "x$enable_hints_ewmh" = "xyes"; then AC_DEFINE(ENABLE_EWMH, 1, [Extended 
Window Manager Hints]) fi
 if test "x$enable_hints_gnome" = "xyes"; then AC_DEFINE(ENABLE_GNOME, 1, [GNOME(<2.0) 
Hints]) fi
-if test "x$enable_hints_kde" = "xyes"; then AC_DEFINE(ENABLE_KDE, 1, [KDE(<2.0) 
Hints]) fi
 AM_CONDITIONAL(ENABLE_EWMH, test "x$enable_hints_ewmh" = "xyes")
 AM_CONDITIONAL(ENABLE_GNOME, test "x$enable_hints_gnome" = "xyes")
-AM_CONDITIONAL(ENABLE_KDE, test "x$enable_hints_kde" = "xyes")
 
 dnl The following test must come after AM_GNU_GETTEXT as it relies on
 dnl ${DATADIRNAME} being defined.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/e.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- e.spec      8 Nov 2003 01:46:52 -0000       1.74
+++ e.spec      8 Nov 2003 10:51:49 -0000       1.75
@@ -36,9 +36,9 @@
 CFLAGS="${RPM_OPT_FLAGS}"
 export CFLAGS
 if [ ! -f configure ]; then
-  ./autogen.sh --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} 
--mandir=%{_mandir} --enable-fsstd --enable-upgrade=no --enable-hints-gnome 
--enable-hints-kde
+  ./autogen.sh --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} 
--mandir=%{_mandir} --enable-fsstd --enable-upgrade=no --enable-hints-gnome
 else
-  %{configure} --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} 
--mandir=%{_mandir} --enable-fsstd --enable-upgrade=no --enable-hints-gnome 
--enable-hints-kde
+  %{configure} --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} 
--mandir=%{_mandir} --enable-fsstd --enable-upgrade=no --enable-hints-gnome
 fi
 make
 




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to