summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog82
-rw-r--r--configure.ac.in2
2 files changed, 81 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 984f73c77..5a85cf82c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2008-10-23 17:18 olivier
+
+ * NEWS, src/main.c, src/screen.c, src/screen.h: Add a "--replace"
+ command line option to replace ICCCM2 compliant window managers
+ (Bug #3731)
+
+2008-10-22 20:09 olivier
+
+ * ChangeLog: Update ChangeLog
+
+2008-10-22 19:58 olivier
+
+ * NEWS, src/client.c, src/client.h, src/display.c, src/display.h,
+ src/events.c, src/focus.c, src/focus.h, src/hints.c, src/hints.h,
+ src/misc.c, src/misc.h, src/netwm.c, src/screen.c, src/screen.h,
+ src/startup_notification.c, src/workspaces.c, src/workspaces.h:
+ Use guint32 instead of Time internally to avoid potential issues
+ in 64bits
+
+2008-10-22 19:48 olivier
+
+ * NEWS, src/client.c: Add client windows to save set to avoid
+ loosing all windows in case of crash
+
+2008-10-21 21:23 olivier
+
+ * src/events.c, src/hints.c, src/menu.c: Fix compiler warnings
+
2008-10-21 20:28 olivier
* NEWS, src/client.c, src/client.h, src/display.c, src/display.h,
@@ -8437,7 +8465,57 @@
* libxfcegui4/libxfcegui4/netk-pager.c, xfwm4/configure,
xfwm4/configure.ac, xfwm4/themes/Makefile.am,
- ...,
+ xfwm4/themes/Makefile.in, xfwm4/themes/default/bottom-active.xpm,
+ xfwm4/themes/default/bottom-inactive.xpm,
+ xfwm4/themes/default/bottom-left-active.xpm,
+ xfwm4/themes/default/bottom-left-inactive.xpm,
+ xfwm4/themes/default/bottom-right-active.xpm,
+ xfwm4/themes/default/bottom-right-inactive.xpm,
+ xfwm4/themes/default/close-active.xpm,
+ xfwm4/themes/default/close-inactive.xpm,
+ xfwm4/themes/default/close-pressed.xpm,
+ xfwm4/themes/default/hide-active.xpm,
+ xfwm4/themes/default/hide-inactive.xpm,
+ xfwm4/themes/default/hide-pressed.xpm,
+ xfwm4/themes/default/left-active.xpm,
+ xfwm4/themes/default/left-inactive.xpm,
+ xfwm4/themes/default/maximize-active.xpm,
+ xfwm4/themes/default/maximize-inactive.xpm,
+ xfwm4/themes/default/maximize-pressed.xpm,
+ xfwm4/themes/default/maximize-toggled-active.xpm,
+ xfwm4/themes/default/maximize-toggled-inactive.xpm,
+ xfwm4/themes/default/maximize-toggled-pressed.xpm,
+ xfwm4/themes/default/menu-active.xpm,
+ xfwm4/themes/default/menu-inactive.xpm,
+ xfwm4/themes/default/menu-pressed.xpm,
+ xfwm4/themes/default/right-active.xpm,
+ xfwm4/themes/default/right-inactive.xpm,
+ xfwm4/themes/default/shade-active.xpm,
+ xfwm4/themes/default/shade-inactive.xpm,
+ xfwm4/themes/default/shade-pressed.xpm,
+ xfwm4/themes/default/shade-toggled-active.xpm,
+ xfwm4/themes/default/shade-toggled-inactive.xpm,
+ xfwm4/themes/default/shade-toggled-pressed.xpm,
+ xfwm4/themes/default/stick-active.xpm,
+ xfwm4/themes/default/stick-inactive.xpm,
+ xfwm4/themes/default/stick-pressed.xpm,
+ xfwm4/themes/default/stick-toggled-active.xpm,
+ xfwm4/themes/default/stick-toggled-inactive.xpm,
+ xfwm4/themes/default/stick-toggled-pressed.xpm,
+ xfwm4/themes/default/themerc,
+ xfwm4/themes/default/title-1-active.xpm,
+ xfwm4/themes/default/title-1-inactive.xpm,
+ xfwm4/themes/default/title-2-active.xpm,
+ xfwm4/themes/default/title-2-inactive.xpm,
+ xfwm4/themes/default/title-3-active.xpm,
+ xfwm4/themes/default/title-3-inactive.xpm,
+ xfwm4/themes/default/title-4-active.xpm,
+ xfwm4/themes/default/title-4-inactive.xpm,
+ xfwm4/themes/default/title-5-active.xpm,
+ xfwm4/themes/default/title-5-inactive.xpm,
+ xfwm4/themes/default/top-left-active.xpm,
+ xfwm4/themes/default/top-left-inactive.xpm,
+ xfwm4/themes/default/top-right-active.xpm,
xfwm4/themes/default/top-right-inactive.xpm: Revert xfwm4 default
theme to the one found in pre-release as it looked better Fix a
very small thing in netk-pager
@@ -8574,7 +8652,7 @@
xfwm4/mcs-plugin/plugin.h, xfwm4/mcs-plugin/workspaces-icon.h,
xfwm4/mcs-plugin/workspaces.c, xfwm4/mcs-plugin/workspaces.h,
xfwm4/mcs-plugin/workspaces.png, xfwm4/src/settings.c,
- ..., xfwm4/themes/Makefile.in: Largish
+ xfwm4/themes/Makefile.am, xfwm4/themes/Makefile.in: Largish
update:
merge workspaces dialog from xfdesktop with workspace margins
dialog from xfwm4. The new dialog is part of xfwm4.
diff --git a/configure.ac.in b/configure.ac.in
index 1685f9dd0..aa895fa7d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,7 +7,7 @@ m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [4])
m4_define([xfwm4_version_micro], [3])
m4_define([xfwm4_version_build], [r@REVISION@])
-m4_define([xfwm4_version_tag], [svn])
+m4_define([xfwm4_version_tag], [])
m4_define([xfwm4_version], [xfwm4_version_major().xfwm4_version_minor().xfwm4_version_micro()ifelse(xfwm4_version_tag(), [svn], [xfwm4_version_tag().xfwm4_version_build()], [xfwm4_version_tag()])])
m4_define([gtk_minimum_version], [2.6.0])