diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 38 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | doc/tmpl/window.sgml | 1 |
4 files changed, 46 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2007-05-13 Vincent Untz <vuntz@gnome.org> + + * configure.in: + * NEWS: version 2.19.2 + 2007-05-01 Vincent Untz <vuntz@gnome.org> * libwnck/test-tasklist.c: mark strings as translatable @@ -1,3 +1,41 @@ +2.19.2 +====== + + Features + + - Make it possible to drag a window from the window selector (Vincent) + [#354667] + - Make it possible to reorder tasklist buttons with drag and drop + (Nickolay V. Shmyrev) [#302398] + + Fixes + + - Add small missing bit forgotten for move/resize window API (Elijah) + - Plug leak (Matthias Clasen) [#428056] + - Check whether window manager supports _NET_WM_ACTION_ABOVE and + _NET_WM_ACTION_BELOW instead of guessing whether these are supported + (Elijah) [#352383, #115247] + - Fix crash on startup in the pager (Kim Woelders) [#403377] + - Fix crash when dragging small windows in the pager (Vincent) [#428280] + - Fix compilation warnings (Bernard Leak, Vincent) [#431175] + - Update action menu to be the same as the metacity one (Bruno Boaventura, + Vincent) [#376522] + - Fix crash when a menu is opening for a window being destroyed (Vincent) + [#410133] + - Fix crash happening in some cases on drop on the pager (Vincent) [#415675] + - Don't reset the drag icon to the default one when dragging and the dragged + window is destroyed (Vincent) [#414967] + - Don't use deprecated functions (Vincent) + + Translators + + - Khaled Hosny (ar) + - Ihar Hrachyshka (be@latin) + - Jorge González (es) + - Ignacio Casal Quinteiro (gl) + - Kjartan Maraas (nb) + - Daniel Nylander (sv) + 2.18.0 ====== diff --git a/configure.in b/configure.in index 1a222cf..7c32016 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_INIT(libwnck/window.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libwnck, 2.18.1) +AM_INIT_AUTOMAKE(libwnck, 2.19.2) AM_MAINTAINER_MODE GNOME_COMMON_INIT GNOME_MAINTAINER_MODE_DEFINES @@ -14,7 +14,7 @@ LIBWNCK_CURRENT=20 dnl increment any time the source changes; set to dnl 0 if you increment CURRENT -LIBWNCK_REVISION=8 +LIBWNCK_REVISION=9 dnl increment if any interfaces have been added; set to 0 dnl if any interfaces have been changed or removed. removal has diff --git a/doc/tmpl/window.sgml b/doc/tmpl/window.sgml index 595561a..5a47453 100644 --- a/doc/tmpl/window.sgml +++ b/doc/tmpl/window.sgml @@ -58,6 +58,7 @@ WnckWindow @WNCK_WINDOW_ACTION_UNMAXIMIZE: @WNCK_WINDOW_ACTION_FULLSCREEN: @WNCK_WINDOW_ACTION_ABOVE: +@WNCK_WINDOW_ACTION_BELOW: <!-- ##### ENUM WnckWindowType ##### --> <para> |