summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-03-03 20:52:14 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-03-03 20:52:14 +0000
commit5f54f620b377331fefe7717053cedac2e4c6199d (patch)
tree2d55b5bf4f062ddf77f98d6fd86e8f55faec5d3a /ChangeLog
parent82b0758dfa241aa0fabd2c93530886bcbbe09b57 (diff)
downloadlibwnck-5f54f620b377331fefe7717053cedac2e4c6199d.tar.gz
fix wnck_window_set_geometry() to really work as intended, ie including
2008-03-03 Vincent Untz <vuntz@gnome.org> * libwnck/window.c: (wnck_window_set_geometry): fix wnck_window_set_geometry() to really work as intended, ie including decorations. The _NET_MOVERESIZE_WINDOW message do not include decorations. Fix part of bug #518606, patch by Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>, with feedback from Elijah & Vincent. svn path=/trunk/; revision=1596
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f085d2a..40d1747 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-03-03 Vincent Untz <vuntz@gnome.org>
+ * libwnck/window.c: (wnck_window_set_geometry): fix
+ wnck_window_set_geometry() to really work as intended, ie including
+ decorations. The _NET_MOVERESIZE_WINDOW message do not include
+ decorations.
+ Fix part of bug #518606, patch by Mikkel Kamstrup Erlandsen
+ <mikkel.kamstrup@gmail.com>, with feedback from Elijah & Vincent.
+
+2008-03-03 Vincent Untz <vuntz@gnome.org>
+
* libwnck/wnckprop.c: (main): have the --help output translated. The
strings were marked for translations before, but some steps were
forgotten.