1.0.14.001.

This commit is contained in:
Kim Woelders 2014-10-17 07:18:25 +02:00
parent 54ac7a604c
commit be326e53a8
2 changed files with 47 additions and 1 deletions

View File

@ -5808,3 +5808,49 @@ Sat Mar 29 12:19:32 CET 2014
--- 1.0.14 ---
Fix placement of transient dialogs.
Autofoo update (AC_PROG_LIBTOOL -> LT_INIT).
-------------------------------------------------------------------------------
Fri Oct 17 07:16:06 CEST 2014
--- 1.0.14.001 ---
Fix warnings with gcc 4.9.x.
Minor simplifications in ImagestateDraw...() functions.
Minor tweak in EXFillAreaSolid().
Fix potential use of freed pixmap.
Move shape window stuff to separate header file.
Simplify pager background update.
Change some operations to render ones.
Wrap XDraw/FillRectangle.
Debug tweaks (pager).
Remove ancient unused code.
Cosmetics (key->keycode).
Cosmetics (key->keysym).
Avoid unnecessary FP calculation.
Avoid divide by 0 crash (Randr may report FPS = 0).
Move EDBUG_TYPE_ANIM to where it belongs.
Tweak screen info printout.
Wrap XID and some other X types.
Use initially created GC for various operations.
Refactor background dialog data handling.
Refactor group dialog data handling.
Exec/spawn function tweaks.
Eliminate some use of EspawnApplication().
Refactor dialog apply/exit handling.
Simplify dialog data handling.
Avoid some potential X-calls/errors when client is destroyed.
Updating translations (eo)
Updating turkish and adding lithuanian and galician translations
Adding catalan traslation
Remove bogus lithuanian translation (0 translated messages).
Remove useless Name[] entries from .desktop files (again).
Updating catalan translation
Autofoo cosmetics (use AC_HELP_STRING).
Fix creating bitmap cursor.
Add argb option to EPictureCreateBuffer().
Add ERegionCreateFromBitmap() and EPictureFillRect().
Use wrapper functions in ECreatePixmapCursor().
Updating esperanto and french translations
Updating desktop files
Remove useless Name[] entries from .desktop files (again).
Fix some normally disabled debug format strings.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.14])
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]))