Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in e.spec TODO ChangeLog 


Log Message:
Sat Oct 22 13:48:05 CEST 2005
(Kim)

--- 0.16.8 0.19 ---
Fix potential segv while fading.
Defer menu loading. Unload 5 min after last use.
Fix various composite manager bugs (hidden damage, shape during fadeout, fading 
while sliding).
Fix windows sliding in sometimes not being focused when they should.
Speed up fullscreen mode toggling.
Fix some systray race conditions.
Fix dialog layout bug. Shuffle some dialog contents around.
Change default dialog layout, remove redundant code.
Fix geometry indicator during non-opaque resizing.
Fix focus list sometimes not being closed.
Smoother geometry indicator.
Fix focus list rendering bug (reset shape before update). Restructure code.
Save settings when exiting Desktop dialog.
Force focus unset before leaving desk.
Fix caching of imlib images (has been severely crippled for some time).
Avoid shape processing for images with alpha set but no shape set.
Set ICCCM configure position relative to desk origin.
Tweak click-raises (raise if lowered after getting focus).
Use timer events for startup windows.
Fix non-opaque resizing.
Fix pointer focus on window close.
Click-raises tweak (don't set grabs if window cannot be raised).


===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -3 -r1.126 -r1.127
--- configure.in        20 Sep 2005 17:42:10 -0000      1.126
+++ configure.in        22 Oct 2005 11:48:57 -0000      1.127
@@ -5,7 +5,7 @@
 ENLIGHTENMENT_MICRO=8
 
ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
 
-AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.18)
+AM_INIT_AUTOMAKE(e16, $ENLIGHTENMENT_VERSION-0.19)
 AM_MAINTAINER_MODE
 
 dnl reasonable guesses for where stuff is installed
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/e.spec,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -3 -r1.201 -r1.202
--- e.spec      20 Sep 2005 17:42:10 -0000      1.201
+++ e.spec      22 Oct 2005 11:48:57 -0000      1.202
@@ -1,4 +1,4 @@
-%define revision 0.18
+%define revision 0.19
 %define rev_name -%{revision}
 
 Summary: The Enlightenment window manager.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/TODO,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- TODO        16 Oct 2005 22:49:44 -0000      1.13
+++ TODO        22 Oct 2005 11:48:57 -0000      1.14
@@ -8,7 +8,7 @@
   - Repaint area is incorrect when using sharp shadows? (try gmplayer)
 
 - Systray
-  - Systray windows sometimes escape initial placement/sizing
+  - Systray windows sometimes escape initial placement/sizing (fixed?)
 
 - Top-level window adoption is messy
   - Get info (window/props/matches/snaps) before frame/border setup
@@ -17,11 +17,9 @@
 
 - Avoid X-error on unmap followed by destroy
 
-- Check trouble with external pagers and hidden desks
+- Check trouble with external pagers and hidden desks (fixed?)
   - Maybe change ICCCM configure on hidden/offset desks (position relative to 
desk)?
 
-- Root tooltips are sometimes shown when they shouldn't be
-
 - netwm hints
   - More (_NET_WM_USER_TIME ...)?
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -3 -r1.192 -r1.193
--- ChangeLog   20 Sep 2005 17:42:10 -0000      1.192
+++ ChangeLog   22 Oct 2005 11:48:57 -0000      1.193
@@ -3590,3 +3590,33 @@
 Remove IPC copyright function - info is in AUTHORS and COPYING.
 Move README-0.16.8 to docs/.
 Add notes on 0.16.7.x configuration files (Andy Murren).
+
+-------------------------------------------------------------------------------
+
+Sat Oct 22 13:48:05 CEST 2005
+(Kim)
+
+--- 0.16.8 0.19 ---
+Fix potential segv while fading.
+Defer menu loading. Unload 5 min after last use.
+Fix various composite manager bugs (hidden damage, shape during fadeout, 
fading while sliding).
+Fix windows sliding in sometimes not being focused when they should.
+Speed up fullscreen mode toggling.
+Fix some systray race conditions.
+Fix dialog layout bug. Shuffle some dialog contents around.
+Change default dialog layout, remove redundant code.
+Fix geometry indicator during non-opaque resizing.
+Fix focus list sometimes not being closed.
+Smoother geometry indicator.
+Fix focus list rendering bug (reset shape before update). Restructure code.
+Save settings when exiting Desktop dialog.
+Force focus unset before leaving desk.
+Fix caching of imlib images (has been severely crippled for some time).
+Avoid shape processing for images with alpha set but no shape set.
+Set ICCCM configure position relative to desk origin.
+Tweak click-raises (raise if lowered after getting focus).
+Use timer events for startup windows.
+Fix non-opaque resizing.
+Fix pointer focus on window close.
+Click-raises tweak (don't set grabs if window cannot be raised).
+




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to