Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
      Tag: branch-exp
        INSTALL README 


Log Message:
A few notes.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/INSTALL,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -3 -r1.11 -r1.11.2.1
--- INSTALL     11 Jul 2004 09:00:29 -0000      1.11
+++ INSTALL     31 Oct 2004 19:51:44 -0000      1.11.2.1
@@ -298,3 +298,64 @@
 once you have launched them by hand, alt-rightclick on them, select "Remember"
 and then choose "Restart Application on Login".
 
+
+Trying out 0.16.8
+=================
+
+WARNING!!! This is work in progress.
+WARNING!!! Some features have been disabled for now, and things may be broken
+WARNING!!! here and there.
+
+Major "external" changes:
+- "enlightenment" has been renamed to "e16" to avoid conflicts with stable
+  versions.
+- The user configuration directory is "~/.e16".
+- The data install path is "<somepath>/e16", e.g. "/usr/share/e16".
+Thus, an e16.8 installation should not clash with any other versions.
+- The main configuration file is now plain ASCII.
+- The configuration is stored per display and per screen.  E.g. for
+  DISPLAY=:1.0 the main configuration file is "~/.e16/e_config--1.0.cfg".
+- Many IPC(eesh) commands have been changed, possibly breaking compatibility
+  with a few epplets.
+
+Major internal changes:
+- The event handling/dispatching has been rewritten.
+- Actions(used by menus, keybindings, etc.) and IPC functions(eesh) have
+  been merged.
+- The code has been somewhat modularised.
+
+New features:
+- Built-in composite manager.
+- An iconbox can be configured to act as System Tray
+  (middle mouse->Desktop->Create Systray).
+
+
+Composite Manager
+-----------------
+
+NB! This is unfinished code. It works to some degree but major changes are
+required to make things work properly.
+To mention a few issues:
+- Transparency only works on the root window.
+- Some animation effects (sliding/shading) do not work properly.
+
+Configure with --enable-composite, make, make install as usual.
+
+To enable the composite manager:
+Start E16.8
+$ eesh -e "set compmgr.mode 1"
+Restart E.
+
+Use
+$ eesh -e "set compmgr.mode 0"
+and restart to turn it off.
+
+To enable shadows:
+$ eesh -e "set compmgr.shadow 1"
+or
+$ eesh -e "set compmgr.shadow 2"
+Restart E.
+
+The settings can also be changed by editing ~/.e16/e_config--x.y.cfg and
+restarting E.
+
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/README,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -3 -r1.8 -r1.8.2.1
--- README      3 Feb 2004 16:16:52 -0000       1.8
+++ README      31 Oct 2004 19:51:45 -0000      1.8.2.1
@@ -1,8 +1,8 @@
 -------------------------------------------------------------------------------
- E N L I G H T E N M E N T   V E R S I O N   0 . 1 6 . 7
+ E N L I G H T E N M E N T   V E R S I O N   0 . 1 6 . 8
 -------------------------------------------------------------------------------
 
-Thank you for downloading the 0.16.7 release of the Enlightenment Window
+Thank you for downloading the 0.16.8 release of the Enlightenment Window
 Manager.  This README file should not be considered a substitute for the real
 documentation, which can be found (once you have started Enlightenment) by
 middle-clicking on the desktop and selecting "Help" from the menu.




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to