Mon Nov 27 21:21:37 CET 2006

(Kim)

--- 0.16.8.5 0.03 ---
IPC command "misc arrange" -> "desk arrange".
Move move/resize event handling to more appropriate location.
Split up, shuffle around, rename.
Enable window matches on override-redirect windows (for compositing options).
Set no-redirect flag on input-only windows (cosmetic/debug, has no real effect).
Bad iconv conversion descriptor is not NULL but (iconv_t)(-1).
Rewrap stuff related to WM_NAME/CLASS.
EwinGetName -> EwinGetTitle.
Rewrap more stuff related to WM_NAME/CLASS.
Enable matching override-redirect windows by WM_CLASS.
By default set opaque and fading off on xscreensaver window.
Clean up move/resize event handling.
Allow disabling theme localisation.
Add Xft font configuration example.


SVN revision: 27255
This commit is contained in:
Kim Woelders 2006-11-27 20:23:01 +00:00
parent c36ff175a3
commit 0ebd06ba81
2 changed files with 23 additions and 1 deletions

View File

@ -4107,3 +4107,25 @@ Fix shortening text to fit available space in certain combinations of locale
and font type.
Update help for a number of IPC commands.
-------------------------------------------------------------------------------
Mon Nov 27 21:21:37 CET 2006
(Kim)
--- 0.16.8.5 0.03 ---
IPC command "misc arrange" -> "desk arrange".
Move move/resize event handling to more appropriate location.
Split up, shuffle around, rename.
Enable window matches on override-redirect windows (for compositing options).
Set no-redirect flag on input-only windows (cosmetic/debug, has no real effect).
Bad iconv conversion descriptor is not NULL but (iconv_t)(-1).
Rewrap stuff related to WM_NAME/CLASS.
EwinGetName -> EwinGetTitle.
Rewrap more stuff related to WM_NAME/CLASS.
Enable matching override-redirect windows by WM_CLASS.
By default set opaque and fading off on xscreensaver window.
Clean up move/resize event handling.
Allow disabling theme localisation.
Add Xft font configuration example.

View File

@ -3,7 +3,7 @@ AC_INIT(configure.in)
ENLIGHTENMENT_MAJOR=0
ENLIGHTENMENT_MINOR=16
ENLIGHTENMENT_MICRO=8.5
ENLIGHTENMENT_REVISION=0.02
ENLIGHTENMENT_REVISION=0.03
ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
if test "x$ENLIGHTENMENT_REVISION" != "x"; then
ENLIGHTENMENT_REVNAME="$ENLIGHTENMENT_VERSION-$ENLIGHTENMENT_REVISION"