[Xfce4-commits] <xfce4-panel:xfce-4.6> Updates for 4.6.2 release.
Nick Schermer
noreply at xfce.org
Fri Oct 16 15:00:01 CEST 2009
Updating branch refs/heads/xfce-4.6
to ec2a3bc30e10b12c5ff45941a3dff73985040a84 (commit)
from eb0eeaa246922c3606176b97bdaaffa2047891b4 (commit)
commit ec2a3bc30e10b12c5ff45941a3dff73985040a84
Author: Nick Schermer <nick at xfce.org>
Date: Fri Oct 16 14:54:01 2009 +0200
Updates for 4.6.2 release.
NEWS | 21 ++++++++++++++++++---
configure.in.in | 4 ++--
2 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index ae2f26d..1d3747f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,21 @@
- Fix launcher with 'Run in Terminal' (part of bug #5301).
- Fix typo preventing build on older gtk versions.
- Don't send -r to session restart command (bug #5454).
+- Add dist-hook: all to the API docs Makefile.am as well.
+- Add dist-hook: all to the libxfce4panel/ Makefile.am.
+- Add missing translation.
+- Merge translation from master back to xfce-4.6.
+- Remove unused code. Nick Schermer 1 -2/+1
+- Add option to tasklist to force a fixed width (bug #5045).
+- Get the time the same as orange does, hopefully should fix bug #5352.
+- Better check for the lcd resize when the number of hour digits changes (bug #5218).
+- Use g_timeout_add_seconds when available for the clock timeout.
+- Resync tooltip and clock timeout when they are out of sync (bug #2957).
+- Remove the hour interval from the clock, minutes are good enough.
+- Use Git in the build files and drop unneeded po files.
+- Use g_markup_printf_escaped in the launcher tooltip (bug #5507).
+- A whole bunch of translation updated (tr, pt, ca, ja, es, da, gl, sq, lv, sk, ru,
+ el, gl, kk, hu, eu, ast, ro)
4.6.1
@@ -64,13 +79,13 @@
- Remove signal disconnect left after the patch of bug #4474.
- Fix xrandr problem so it's possible to change the panel's
monitor after a monitor has been removed (bug #3620).
-- Panel does not adhere to 'fullwidth' property when using
+- Panel does not adhere to 'fullwidth' property when using
vertical orientation after restarting (bug #4456).
- Implement SmRestartImmediately (bug #4516).
-- Reverse the order of the launcher menu when the panel is on
+- Reverse the order of the launcher menu when the panel is on
the top of the screen (bug #4450).
- Don't spawn zombies (bug #4490).
-- Quote commands in the launcher when selecting an application
+- Quote commands in the launcher when selecting an application
(bug #4507, bug #4549).
- Restore panel workspace names after panel restart (bug #4589).
- Update the tooltip of the clock when it is visible.
diff --git a/configure.in.in b/configure.in.in
index ea0d110..bd4ad99 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -13,10 +13,10 @@ dnl ***************************
m4_define([libxfce4panel_verinfo], [2:2:1])
m4_define([xfce4_panel_version_major], [4])
m4_define([xfce4_panel_version_minor], [6])
-m4_define([xfce4_panel_version_micro], [1])
+m4_define([xfce4_panel_version_micro], [2])
m4_define([xfce4_panel_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_version_tag()])])
dnl *******************************************
More information about the Xfce4-commits
mailing list