forked from e16/e16
1
0
Fork 0

1.0.1.901.

SVN revision: 45210
This commit is contained in:
Kim Woelders 2010-01-16 11:50:11 +00:00
parent 0f77cd716a
commit 1bbcd0b2b5
2 changed files with 22 additions and 1 deletions

View File

@ -5185,3 +5185,24 @@ Avoid using ERegion..Offset().
Introduce EPictureSetClip().
Move ESelectInputChange(), change arguments to int.
-------------------------------------------------------------------------------
Sat Jan 16 07:49:30 CET 2010
--- 1.0.1.901 ---
Fix name clash related to SUSv4 signal.h (patch by Pietro Cerutti, ticket 487).
Fix creating GL pixmap in certain situations (when using mesa?).
Play with XI2.
Remove useless definition.
Tweak configuration loading.
Eliminate Mode.action_inhibit.
Show EObj info via ipc when appropriate.
Move EWindowGetNamePixmap() to x.c (and rename).
Avoid some memory leaks with incorrect themes.
Remove some redundant checks.
Unmap internal windows before destroying.
- Fixes progress bar rendering when CM is active.
Scale new icons down to 48x48 pixels.
Change iconbox fallback icon mode back to snapshot.
Do not propagate key events.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.1])
m4_define([pkg_revision], [002])
m4_define([pkg_revision], [901])
m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date '+%y%m%d')"], [1]))