1.0.13.001.

This commit is contained in:
Kim Woelders 2013-08-14 21:55:42 +02:00
parent 9cb8ae47bf
commit 434c042c03
2 changed files with 29 additions and 1 deletions

View File

@ -5728,3 +5728,31 @@ Move/rename atom/property related wrapper functions and types.
Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get.
updating esperanto translation
-------------------------------------------------------------------------------
Wed Aug 14 21:54:12 CEST 2013
--- 1.0.13.001 ---
Fix installation group ownership of theme files (ticket 2345).
Fix various perl warnings.
Fix menu generation issue.
Play raise/lower sounds only if any windows are actually raised/lowered.
Fix bug in ActionClass loading.
Tweak button swallowing in slideouts.
Clear SF_INFO struct before calling sf_open().
Save some bytes in various structs.
Button:inside_win is not used.
Tweak button event callback parameter.
updating desktop files translations
updating esperanto and adding serbian translation
Fixed sorting in desktop files
Avoid potential crash in menu unloading.
Fix potential use of uninitialised data.
Remove unnecessary EXTRA_DIST.
Eliminate BordersForeach().
No need for double - change to float.
Let "eesh screen" show some randr info.
Disable moving "None" background to front.
Discard broken backgrounds (bg file missing) on exit.
Fix background dialog issues.
Switch to new list implementation.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.13])
m4_define([pkg_revision], [000])
m4_define([pkg_revision], [001])
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]))