Author: olivier
Date: 2008-05-18 16:36:21 +0000 (Sun, 18 May 2008)
New Revision: 26974

Modified:
   xfwm4/branches/xfce_4_4/ChangeLog
   xfwm4/branches/xfce_4_4/NEWS
   xfwm4/branches/xfce_4_4/configure.ac.in
   xfwm4/branches/xfce_4_4/src/compositor.c
Log:
Update NEWS and ChangeLog

Modified: xfwm4/branches/xfce_4_4/ChangeLog
===================================================================
--- xfwm4/branches/xfce_4_4/ChangeLog   2008-05-18 16:20:05 UTC (rev 26973)
+++ xfwm4/branches/xfce_4_4/ChangeLog   2008-05-18 16:36:21 UTC (rev 26974)
@@ -1,3 +1,60 @@
+2008-04-12 09:56  mmassonnet
+
+       * po/ChangeLog, po/lv.po: Update Latvian translation
+
+2008-03-20 22:38  olivier
+
+       * src/compositor.c, src/display.h, src/screen.h: Backport overlay
+         and compositor support from trunk (Bug #3849)
+
+2008-02-23 19:28  mmassonnet
+
+       * po/ChangeLog, po/LINGUAS, po/ur.po: Merge Urdu translation from
+         trunk (r26296)
+
+2008-02-17 11:06  jari
+
+       * po/ChangeLog, po/fi.po: Fixed a typo in the Finnish translation.
+
+2008-01-21 22:39  olivier
+
+       * src/events.c: Exit on SelectionClear event so that xfwm4 exits
+         even with WM who do not send a ClientMEssage event such as
+         Openbox (bug #2374)
+
+2007-12-23 16:50  pollux
+
+       * po/ChangeLog, po/sq.po: Updated Albanian translations by Besnik
+         Bleta <[EMAIL PROTECTED]>
+
+2007-12-03 21:50  olivier
+
+       * src/hints.c: Remove trailing \0 in UTF-8 strings, that causes
+         libwnck to rightfully complain that NET_WM_NAME contains invalid
+         UTF-8
+
+2007-12-02 16:49  maximilian
+
+       * po/ChangeLog, po/es.po: Spanish translations branch updates and
+         German translations trunk updates
+
+2007-11-18 20:03  maximilian
+
+       * po/ChangeLog, po/pl.po: Polish translation update in Branch 4.4
+
+2007-11-17 20:37  olivier
+
+       * src/client.c: Minor indentation fix
+
+2007-11-17 20:33  olivier
+
+       * src/client.c: Filter out grab/ungrab events so we don't end up
+         redrawing the frame twice
+
+2007-11-17 18:42  kelnos
+
+       * ChangeLog: update changelogs; ready to tag 4.4.2
+
 2007-11-16 21:07  pollux
 
        * NEWS: Updated NEWS

Modified: xfwm4/branches/xfce_4_4/NEWS
===================================================================
--- xfwm4/branches/xfce_4_4/NEWS        2008-05-18 16:20:05 UTC (rev 26973)
+++ xfwm4/branches/xfce_4_4/NEWS        2008-05-18 16:36:21 UTC (rev 26974)
@@ -2,6 +2,12 @@
 =====
 
 - Fix automaximize on move
+- Remove trailing \0 in UTF-8 strings, that causes libwnck to rightfully 
+  complain that NET_WM_NAME contains invalid UTF-8
+- Exit on SelectionClear event so that xfwm4 exits even with WM who do
+  not send a ClientMEssage event such as Openbox (bug #2374)
+- Backport overlay and compositor support from trunk (Bug #3849)
+- Filter out grab/ungrab events so we don't end up redrawing the frame twice
 
 4.4.2
 =====

Modified: xfwm4/branches/xfce_4_4/configure.ac.in
===================================================================
--- xfwm4/branches/xfce_4_4/configure.ac.in     2008-05-18 16:20:05 UTC (rev 
26973)
+++ xfwm4/branches/xfce_4_4/configure.ac.in     2008-05-18 16:36:21 UTC (rev 
26974)
@@ -3,7 +3,7 @@
 dnl xfwm4 - window manager for the Xfce4 desktop environment
 dnl
 
-m4_define([xfwm4_version], [4.4.2])
+m4_define([xfwm4_version], [4.4.3])
 
 m4_define([gtk_minimum_version], [2.6.0])
 m4_define([xfce_minimum_version], [4.4.0])
@@ -12,7 +12,7 @@
 m4_define([intltool_minimum_version], [0.31])
 
 dnl init autoconf
-AC_COPYRIGHT([Copyright (c) 2002-2007
+AC_COPYRIGHT([Copyright (c) 2002-2008
         The Xfce development team. All rights reserved.
 
 Written for Xfce by Olivier Fourdan <[EMAIL PROTECTED]>.])

Modified: xfwm4/branches/xfce_4_4/src/compositor.c
===================================================================
--- xfwm4/branches/xfce_4_4/src/compositor.c    2008-05-18 16:20:05 UTC (rev 
26973)
+++ xfwm4/branches/xfce_4_4/src/compositor.c    2008-05-18 16:36:21 UTC (rev 
26974)
@@ -1773,7 +1773,6 @@
             XUnmapWindow (myScreenGetXDisplay (screen_info), 
screen_info->overlay);
         }
 #endif /* HAVE_OVERLAYS */
-        TRACE ("Mapping unredirected window 0x%lx, wins_unredirected increased 
to %i", cw->id, screen_info->wins_unredirected);
         return;
     }
 

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to