1.0.7.001.

Also correct configure option name.

SVN revision: 55885
This commit is contained in:
Kim Woelders 2011-01-05 18:05:43 +00:00
parent 8332c36c0b
commit cff2a3a14c
2 changed files with 20 additions and 3 deletions

View File

@ -5418,3 +5418,20 @@ Change WITH_ZOOM to ENABLE_ZOOM. Zoom related build tweaks.
Fix desk/area dialog changes sometimes not being saved.
Enable using randr (1.3) for zooming.
Revert "If CM is active, change snap to live pager mode."
-------------------------------------------------------------------------------
Tue Jan 4 23:54:36 CET 2011
--- 1.0.7.001 ---
Add auto* stuff to set __func__.
Change XWarpPointer wrapping.
Fix missing synthetic ConfigureNotify when doing simultaneous move and resize.
Prefer randr over xf86vm if available.
Add const to Quicksort compare function prototype.
No need to install .la files for libs that are only loaded dynamically.
Update _NET_WORKAREA when screen size changes.
Switch to gettext 0.16.1.
Reset maximised state on move as well as on resize.
Add command ("desk back") to go back to previous active desktop.
Print error message if no argument is given to win_info command.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.7])
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]))
@ -328,8 +328,8 @@ AC_CHECK_LIB(Fridge,mass_quantities_of_any_ale,, [
CPPFLAGS="$SAVE_CPPFLAGS"
LDFLAGS="$SAVE_LDFLAGS"
AC_ARG_ENABLE(roothacklib,
[ --enable-roothacklib build window mode helper library @<:@default=yes@:>@],,
AC_ARG_ENABLE(libhack,
[ --enable-libhack build window mode helper library @<:@default=yes@:>@],,
enable_libhack=yes)
if test "x$enable_libhack" = "xyes"; then
AC_CHECK_LIB(dl, dlopen, DLOPEN_LIBS=-ldl, enable_libhack=no)