[Xfce4-commits] xfce4-panel:master Updates for release.

2012-04-28 Thread Nick Schermer
Updating branch refs/heads/master
 to 40e368035e0814d7401eee0d01aaa18cbe3cc597 (commit)
   from 4d9f193f5195f4c62f9abf5a49a55488f9d6c1b3 (commit)

commit 40e368035e0814d7401eee0d01aaa18cbe3cc597
Author: Nick Schermer n...@xfce.org
Date:   Sat Apr 28 22:31:33 2012 +0200

Updates for release.

 NEWS|   23 +--
 configure.ac.in |6 +++---
 2 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/NEWS b/NEWS
index a9ccdc2..0dbcb44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.10.0
+==
+- Use correct LGPL licenses in the libs.
+- Restore child properties when moving a plugin.
+- Migrate: Use correct pointer for action migrate (bug #8781).
+- Migrate: Don't try to migrate already migrated plugin (bug #8778).
+- Translation updates: German, English (United Kingdom), Spanish
+  (Castilian), French, Galician, Hungarian, Japanese, Korean, Dutch
+  (Flemish), Polish, Portuguese, Portuguese (Brazilian), Romanian,
+  Chinese (China).
+
 4.9.2
 =
 - Launcher: Fix desktop file monitoring on some systems.
@@ -10,12 +21,12 @@
 - Actions: Fix mnemonics conflict (bug #8657).
 - Clock: Fix compiler warning (bug #8648).
 - Bump version-info of libxfce4panel.
-- Translation updates: Arabic, Catalan (Valencian), Czech, Danish, 
-  German, Greek, Esperanto, Spanish (Castilian), Estonian, Basque, 
-  Persian, Finnish, French, Galician, Hebrew, Croatian, Hungarian, 
-  Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Dutch 
-  (Flemish), Norwegian Nynorsk, Polish, Portuguese, Portuguese 
-  (Brazilian), Russian, Slovak, Telugu, Turkish, Ukrainian, Chinese 
+- Translation updates: Arabic, Catalan (Valencian), Czech, Danish,
+  German, Greek, Esperanto, Spanish (Castilian), Estonian, Basque,
+  Persian, Finnish, French, Galician, Hebrew, Croatian, Hungarian,
+  Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Dutch
+  (Flemish), Norwegian Nynorsk, Polish, Portuguese, Portuguese
+  (Brazilian), Russian, Slovak, Telugu, Turkish, Ukrainian, Chinese
   (China), Chinese (Taiwan).
 
 4.9.1
diff --git a/configure.ac.in b/configure.ac.in
index 6bf6b10..c4e7b79 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,11 +12,11 @@ m4_define([libxfce4panel_verinfo], [4:0:0]) dnl 
current:revision:age
 m4_define([libxfce4panel_version_api], [1.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
-m4_define([xfce4_panel_version_minor], [9])
-m4_define([xfce4_panel_version_micro], [2])
+m4_define([xfce4_panel_version_minor], [10])
+m4_define([xfce4_panel_version_micro], [0])
 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 ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Updates for release.

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 41f37060ca4b89f1ae050e7f8f972db0a7ee521c (commit)
   from 9c0fee2cd46a5083b086e5d68c82cc9726cae3c1 (commit)

commit 41f37060ca4b89f1ae050e7f8f972db0a7ee521c
Author: Nick Schermer n...@xfce.org
Date:   Sat Apr 14 00:46:26 2012 +0200

Updates for release.

 NEWS|   20 
 configure.ac.in |4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 0983fc9..a9ccdc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+4.9.2
+=
+- Launcher: Fix desktop file monitoring on some systems.
+- Panel: Improved DnD markers.
+- Panel: Fix invalid autohide with socket dialog (bug #8617).
+- Panel: Remove duplicated function.
+- Panel: Remove duplicated function.
+- Actions: Show translated strings (bug #8660).
+- Check for sed using a macro.
+- Actions: Fix mnemonics conflict (bug #8657).
+- Clock: Fix compiler warning (bug #8648).
+- Bump version-info of libxfce4panel.
+- Translation updates: Arabic, Catalan (Valencian), Czech, Danish, 
+  German, Greek, Esperanto, Spanish (Castilian), Estonian, Basque, 
+  Persian, Finnish, French, Galician, Hebrew, Croatian, Hungarian, 
+  Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Dutch 
+  (Flemish), Norwegian Nynorsk, Polish, Portuguese, Portuguese 
+  (Brazilian), Russian, Slovak, Telugu, Turkish, Ukrainian, Chinese 
+  (China), Chinese (Taiwan).
+
 4.9.1
 =
 - Panel: Don't destroy window when focussed and Alt+F4 is
diff --git a/configure.ac.in b/configure.ac.in
index 212b5c4..fdfa76c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [1.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [9])
-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 ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Updates for release.

2012-03-30 Thread Nick Schermer
Updating branch refs/heads/master
 to 03e0755055ee548020734c22d494087ee080fbce (commit)
   from 1d01534d8e6e3964a589286ae900eb3e713cc44e (commit)

commit 03e0755055ee548020734c22d494087ee080fbce
Author: Nick Schermer n...@xfce.org
Date:   Fri Mar 30 21:34:35 2012 +0200

Updates for release.

 NEWS|   11 ++-
 configure.ac.in |4 ++--
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 457935b..0983fc9 100644
--- a/NEWS
+++ b/NEWS
@@ -35,7 +35,16 @@
 - Panel: Add confirmation before creating launchers from dnd (bug #6926).
 - Applicationsmenu: Allow non-squared icons in applications button (bug #7381).
 - Panel: Save plugin-ids when removing and moving items in ed.
-- Translation updates ().
+- Tasklist: Bringing back 4.8 max-button-size property.
+- Tasklist: Capping buttons height when button labels are visible.
+- Tasklist: Reverting ceil to floor (as in 4.8).
+- Actions: Query visibility and save as strings.
+- Translation updates: Arabic, Catalan (Valencian), Czech, Danish,
+  German, Esperanto, Spanish (Castilian), Basque, Finnish, French,
+  Hebrew, Hungarian, Indonesian, Italian, Kazakh, Korean, Lithuanian,
+  Dutch (Flemish), Norwegian Nynorsk, Polish, Portuguese, Portuguese
+  (Brazilian), Russian, Slovak, Telugu, Turkish, Ukrainian, Chinese
+  (China), Chinese (Taiwan).
 
 4.9.0
 =
diff --git a/configure.ac.in b/configure.ac.in
index 9fbe0db..2d09d63 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [1.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [9])
-m4_define([xfce4_panel_version_micro], [0])
+m4_define([xfce4_panel_version_micro], [1])
 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 ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Updates for release.

2011-12-30 Thread Nick Schermer
Updating branch refs/heads/master
 to 66df2a1dd8e986016f13b131388bb9f982edaff1 (commit)
   from 51e53829d089a998802ac82ae4db312afec43eba (commit)

commit 66df2a1dd8e986016f13b131388bb9f982edaff1
Author: Nick Schermer n...@xfce.org
Date:   Fri Dec 30 21:13:14 2011 +0100

Updates for release.

 NEWS|   26 ++
 configure.ac.in |2 +-
 2 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 306d65b..02beb76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+4.9.0
+=
+- Panel: Add option in preferences dialog to disable struts (bug #7202).
+- Showdesktop: Allow middle-click to shade windows (bug #7177).
+- Panel: Add style property to control size of autohide window.
+- Panel: Make compositing settings insensitive (bug #7862).
+- Tasklist: Add option to disable mouse scrolling (bug #6996).
+- Tasklist: Make the plugin shrink instead of expand (bug #7389, #7129).
+- Drop AC_PROG_LIBTOOL and AC_DISABLE_STATIC for LT_PREREQ and LT_INIT.
+- Clock: Use realtime POSIX timers for the clock.
+- Actions: Merge functionality of xfce4-session plugin.
+- Applicationmenu: Show menu on button-press-event (bug #8047).
+- Migrate: Add version based config migration.
+- Clock: Fix typo in tooltip (bug #8137).
+- General: Add deskbar mode and nrows property to plugins.
+- General: Add small property for plugins.
+- Separator: Remove new line option.
+- General: Make plugins work with deskbar mode and small property.
+- Panel: Change drop highlighting to a red line.
+- Applicationmenu: Reload menu on directory changes.
+- Panel: Make sure the panel has a position on startup (bug #8287).
+- Panel: Work with a unique id for each panel.
+- Panel: Remove autosaving on exit and with timeout.
+- Panel: Only save what is required and when needed.
+- Docs: Update to latest version.
+
 4.8.6
 =
 - Panel: Wait until the wm is ready on all screens (bug #7161).
diff --git a/configure.ac.in b/configure.ac.in
index 367313c..01ae400 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([xfce4_panel_version_minor], [9])
 m4_define([xfce4_panel_version_micro], [0])
 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 ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Updates for release.

2011-01-02 Thread Nick Schermer
Updating branch refs/heads/master
 to aeb61ed3ca5ada1952f57bb16890a2d8ee4a4f34 (commit)
   from 1273381f3ff8794ecaf84f2f91d5468354c83d22 (commit)

commit aeb61ed3ca5ada1952f57bb16890a2d8ee4a4f34
Author: Nick Schermer n...@xfce.org
Date:   Sun Jan 2 15:01:58 2011 +0100

Updates for release.

 NEWS|   56 +++
 configure.ac.in |4 +-
 2 files changed, 58 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 2b6a045..4a8ac0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,59 @@
+4.7.7
+=
+- Bind panel translation domain for external plugins (bug #6932).
+- Allow reordering plugins in preferences with dnd.
+- Open plugin preferences on double-click (bug #6975).
+- Change launcher dnd code for plugin moving.
+- Send drag motion event to parent widgets.
+- Do not make the itembar insensitive (bug #6818).
+- Fix some prototype variable names.
+- Fix warning when removing a panel with a 4.6 plugin.
+- Fix order of menu items based on screen position (bug #6978).
+- Drop too-new Gtk API.
+- Various improvements in the launcher dialog.
+- Don't use the session manager in action plugin.
+- Add option to filter tasklist window by monitor (bug #5199).
+- Remove plugin when dropping in items dialog (bug #6976).
+- Bump copyright to 2010 and fix licenses.
+- Also load desktop files from xfce4/panel/plugins (bug #7013).
+- Install desktop files in xfce4/plugins/actions (bug #7013).
+- Make vertical clock rotation optional (bug #7002).
+- Fix various size allocation issues in clock (bug #5219, #3960).
+- Fix plugin dnd with locked panel and outside itembar.
+- Add missing function to libxfce4panel.symbols.
+- Fix ABI check on ppc (bug #7009).
+- Fix typo in function name.
+- Add application menu in default layout.
+- Fix invalid unref.
+- Make sure launchers are properly removed and saved.
+- Fix vertical tasklist buttons in non-vertical mode.
+- Fix thinko in screen handling (bug #6830).
+- Workaround un nusable plugin when moving to other window.
+- Add xfce_panel_pixbuf_from_source().
+- Use xfce_panel_pixbuf_from_source() in XfcePanelImage.
+- Use XfcePanelImage in the launcher menu.
+- Use xfce_panel_pixbuf_from_source in launcher dialogs.
+- Optimize loading icons from absolute paths.
+- Fix some compiler warnings.
+- Move hidden name handling to plugin.
+- Use foreach to add application to store.
+- Move arrow button to plugin widget (bug #6694).
+- Only use orientation in systray box.
+- Remove unused variables in box structures.
+- Drop child structure from box and only use widgets.
+- Improve sort function a bit + other tiny changes.
+- Move composited child function to plugin.
+- Use xfce_panel_pixbuf_from_source() to load known apps.
+- Add some known tray application names.
+- Try WM_NAME(STRING) too for tray application name.
+- Redo icon positioning (bug #5565, #9650 and more).
+- Drop some unused systray code.
+- Block grabs from outside the panel.
+- 1x1 invisible icons doesn't seem to be true (bug #7044).
+- Bump copyrights to 2011.
+- Translation updates (ca, cs, da, de, en_GB, fi, gl, he, hr, hu, id,
+  it, ja, kk, nb, pl, pt, pt_BR ru, sk, sv, uk, zh_TW).
+
 4.7.6
 =
 - Always use applications menu for default menu.
diff --git a/configure.ac.in b/configure.ac.in
index e53eb63..a05c256 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libxfce4panel_verinfo], [3:0:0]) dnl 
current:revision:age
 m4_define([libxfce4panel_version_api], [1.0])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [7])
-m4_define([xfce4_panel_version_micro], [6])
+m4_define([xfce4_panel_version_micro], [7])
 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 ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Updates for release.

2010-12-05 Thread Nick Schermer
Updating branch refs/heads/master
 to 0c012ca498139a0bbe7f5cf00b319d8568cc797c (commit)
   from aa3b4cd6620f3fdc4fbe1f781d480808dbd324a5 (commit)

commit 0c012ca498139a0bbe7f5cf00b319d8568cc797c
Author: Nick Schermer n...@xfce.org
Date:   Sun Dec 5 15:29:04 2010 +0100

Updates for release.

 NEWS|7 +++
 configure.ac.in |4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index f6c51f9..2b6a045 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+4.7.6
+=
+- Always use applications menu for default menu.
+- Fix Exec key in desktop file handler (bug #6912).
+- Fix if statement in xfce_tasklist_button_visible().
+- Depend on garcon 0.1.4.
+
 4.7.5
 =
 - Don't destroy the about dialog.
diff --git a/configure.ac.in b/configure.ac.in
index 7181bb6..8ed61ad 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libxfce4panel_verinfo], [3:0:0]) dnl 
current:revision:age
 m4_define([libxfce4panel_version_api], [1.0])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [7])
-m4_define([xfce4_panel_version_micro], [5])
+m4_define([xfce4_panel_version_micro], [6])
 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 ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Updates for release.

2010-12-04 Thread Nick Schermer
Updating branch refs/heads/master
 to 24f215db42d5190a127c598f03f19f3195fc63bc (commit)
   from a67084dcbdf4326c69f7536cef32ec791022173f (commit)

commit 24f215db42d5190a127c598f03f19f3195fc63bc
Author: Nick Schermer n...@xfce.org
Date:   Sat Dec 4 11:45:49 2010 +0100

Updates for release.

 NEWS|   30 ++
 configure.ac.in |4 ++--
 2 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 77b50bc..f6c51f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+4.7.5
+=
+- Don't destroy the about dialog.
+- Allow using enter in the launcher treeviews.
+- Fix crash in always group mode (bug #6792).
+- Drop the automatic grouping option from tasklist; not implemented yet.
+- Fix Gdk key macro names.
+- Fix confustion with panel opacity (bug #6827).
+- Make miniature view the default in the pager (bug #6825).
+- Fix wrong capitalization of Xfce.
+- Fix issue in systray size allocation with 1 row (bug #6809).
+- Fix 'add launcher' desktop file.
+- Improve debugging output for display changes.
+- Restore shadow of spin button in systray dialog.
+- Add function to return the Xfconf panel name.
+- Warning why # pager rows does not apply (bug #6555).
+- Gracefully handle abort signal (bug #6563).
+- Restart the panel if we receive SIGUSR1.
+- Fix format of 12-hour clock.
+- Add option to not rotate buttons in vertical panel (bug #6687).
+- Propertly handle insensitive clock colors.
+- Set correct session priority.
+- Improve support for a menu editor (alacarte) in the applications menu.
+- Don't destroy the application menu under the users' cursor on reload.
+- Add window DND to the pager in tasklist.
+- Make viewports work in the tasklist (bug #6898 and #6665).
+- Support viewports in button pager.
+- Translation updates (be, ca, da, de, eu, fi, gl, hu, id, it, ja,
+  kk, nl, pt, sk, ta, uk, zh_CN, zh_TW).
+
 4.7.4
 =
 - Add support for menu monitoring.
diff --git a/configure.ac.in b/configure.ac.in
index de14fc5..88c8d62 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libxfce4panel_verinfo], [3:0:0]) dnl 
current:revision:age
 m4_define([libxfce4panel_version_api], [1.0])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [7])
-m4_define([xfce4_panel_version_micro], [4])
+m4_define([xfce4_panel_version_micro], [5])
 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 ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Updates for release.

2010-11-03 Thread Nick Schermer
Updating branch refs/heads/master
 to 4d834ab155ef7d680f2b8711da6924beaa3a0878 (commit)
   from fd7b4a9408effcf6ed995fc5e4d5d2b7ff5d6505 (commit)

commit 4d834ab155ef7d680f2b8711da6924beaa3a0878
Author: Nick Schermer n...@xfce.org
Date:   Wed Nov 3 20:41:25 2010 +0100

Updates for release.

 NEWS|   11 +++
 configure.ac.in |6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index f382d0a..77b50bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.7.4
+=
+- Add support for menu monitoring.
+- Allow translations of the Xfce Panel string.
+- Add submodule to xfce4-docs/xfce4-panel-master.
+- Fix accelerator key conflict (bug #6765).
+- Add test for docs module and depend on xdt 4.7.3.
+- Fix distributing the manual in the dist tarball.
+- Translation updates (ug, gl, zh_TW, de, sk, nl, da, kk, uk, pt,
+  de, it, ja, el, fi, sv, ca, eu, hu).
+
 4.7.3
 =
 - Add support to run plugins in valgrind.
diff --git a/configure.ac.in b/configure.ac.in
index 7cf7a82..0394775 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libxfce4panel_verinfo], [3:0:0]) dnl 
current:revision:age
 m4_define([libxfce4panel_version_api], [1.0])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [7])
-m4_define([xfce4_panel_version_micro], [3])
+m4_define([xfce4_panel_version_micro], [4])
 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 ***
@@ -107,7 +107,7 @@ dnl ***
 dnl *** Check for required packages ***
 dnl ***
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
-XDT_CHECK_PACKAGE([GARCON], [garcon-1], [0.1.1])
+XDT_CHECK_PACKAGE([GARCON], [garcon-1], [0.1.2])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.1])
 XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.7.2])
 XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.1])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Updates for release.

2010-09-05 Thread Nick Schermer
Updating branch refs/heads/master
 to 3dd578204a0172cfc00add4417ca3212398b1a99 (commit)
   from 9caf913d26b96ca657df8c43ef401a3db5ef588f (commit)

commit 3dd578204a0172cfc00add4417ca3212398b1a99
Author: Nick Schermer n...@xfce.org
Date:   Sun Sep 5 12:13:12 2010 +0200

Updates for release.

 NEWS|   23 +++
 configure.ac.in |4 ++--
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 3d393e2..f382d0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+4.7.3
+=
+- Add support to run plugins in valgrind.
+- Add lXext to tasklist libraries (bug #6471).
+- Add a pager mode with normal buttons.
+- Fix menu positioning with autohide panels.
+- Always wait for a grab if we popup menus from events.
+- Don't handle grabs on the window from menu's.
+- Register the plugin menu to block autohide.
+- Make the session warning a non-aborting error for startxfce4.
+- Allow to quit the panel if no session manager is running.
+- Improve checking if we own the dbus name.
+- Delay allocation of event table until we use it.
+- Add workspace settings option to pager submenu.
+- Libxfce4panel-1.0.pc is missing variable localedir (bug #6629).
+- Remove deprecated encoding key from desktop files.
+- Move helpers applications to $libdir.
+- Move module panel plugins in $libdir/xfce4/panel/plugins.
+- Add cast to fix a compile error in external 4.6 plugins.
+- Fix activating the panel when a plugin asks for focus.
+- Translation updates (pt_BR, da, hu, de, pt, ca, fr, kk, it,
+  zh_TW).
+
 4.7.2
 =
 - Fix typos in translated strings (bug #6350).
diff --git a/configure.ac.in b/configure.ac.in
index 3c60033..24abd0f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libxfce4panel_verinfo], [3:0:0]) dnl 
current:revision:age
 m4_define([libxfce4panel_version_api], [1.0])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [7])
-m4_define([xfce4_panel_version_micro], [2])
+m4_define([xfce4_panel_version_micro], [3])
 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 ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Updates for release.

2010-03-28 Thread Nick Schermer
Updating branch refs/heads/master
 to 313539506cfa67f9ca735e9fed86c20042438421 (commit)
   from d3f0e1e91077ee298dd387ce388c6597f48ca6f8 (commit)

commit 313539506cfa67f9ca735e9fed86c20042438421
Author: Nick Schermer n...@xfce.org
Date:   Sun Mar 28 18:33:07 2010 +0200

Updates for release.

 NEWS|   38 ++
 configure.ac.in |4 ++--
 2 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index dc21596..b763490 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+4.7.1
+=
+- Support for dragging menu items to create launchers (bug #2896).
+- Fix segfault when directory is NULL (bug #6336).
+- Restore button label binding in applications menu (bug #6277).
+- Give the wrapper a widget name for theming (bug #6268).
+- Add existing windows in the tasklist (bug #6273).
+- Store the drop highlight position (bug #6270).
+- Add option to application menu to show tooltips.
+- Use exo desktop file names in default config.
+- Set desktop type when migrating 4.6 launchers.
+- Fix icon button allocation in tasklist (bug #6269).
+- Properly handle exit status.
+- Restart external plugins on compositing changes.
+- Give panel windows good theming names (bug #6268).
+- Only return default title in applications menu is NULL.
+- Add Mallard page for theming (only reminder for now).
+- Fix handling of custom menu items.
+- Fail when compiling with --enable-gen-doc, but checks failed.
+- Make the always group functionality work.
+- Properly rebuild tasklist if a windows' workspace changed.
+- Support remote event replies from the wrapper.
+- Improve manual Makefile.
+- Restore old workspace scroll behaviour (bug #6271).
+- Handle pager orientation.
+- Improve debugging in external plugins.
+- Add some more checks in the 4.6 macro.
+- Fix expand overflow (bug #6312).
+- Add drag activate for window buttons in the tasklist.
+- Add scroll support to switch between windows in tasklist.
+- Handle window autohide blocking in application.
+- Change order of plugin signals on startup.
+- Add option to fix the length of the panel.
+- Set icon geometries for the tasklist buttons.
+- Use gtk_widget_get_ancestor() instead of custom function.
+- Translation updates (ru, kk, it, uk, el, bn, fi, si, da, eu, sk, pt).
+
+
 4.7.0
 =
 
diff --git a/configure.ac.in b/configure.ac.in
index 7690abe..63fd545 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libxfce4panel_verinfo], [3:0:0]) dnl 
current:revision:age
 m4_define([libxfce4panel_version_api], [1.0])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [7])
-m4_define([xfce4_panel_version_micro], [0])
+m4_define([xfce4_panel_version_micro], [1])
 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 ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:master Updates for release.

2010-02-27 Thread Nick Schermer
Updating branch refs/heads/master
 to 9675293142a4222fba89dc3090165f307cad2772 (commit)
   from b0c10586a482635e5cb8343535ec9de8627446e3 (commit)

commit 9675293142a4222fba89dc3090165f307cad2772
Author: Nick Schermer n...@xfce.org
Date:   Sat Feb 27 20:57:43 2010 +0100

Updates for release.

 common/panel-private.h |6 +++---
 configure.ac.in|2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/panel-private.h b/common/panel-private.h
index f361371..f48d2cc 100644
--- a/common/panel-private.h
+++ b/common/panel-private.h
@@ -20,7 +20,7 @@
 #define __PANEL_PRIVATE_H__
 
 /* support macros for debugging (improved macro for better position 
indication) */
-#ifndef NDEBUG
+/*#ifndef NDEBUG*/
 #define panel_assert(expr) g_assert (expr)
 #define panel_assert_not_reached() g_assert_not_reached ()
 #define panel_return_if_fail(expr) G_STMT_START { \
@@ -39,12 +39,12 @@
  #expr); \
   return (val); \
 }; }G_STMT_END
-#else
+/*#else
 #define panel_assert(expr) G_STMT_START{ (void)0; }G_STMT_END
 #define panel_assert_not_reached() G_STMT_START{ (void)0; }G_STMT_END
 #define panel_return_if_fail(expr) G_STMT_START{ (void)0; }G_STMT_END
 #define panel_return_val_if_fail(expr,val) G_STMT_START{ (void)0; }G_STMT_END
-#endif
+#endif*/
 
 /* handling flags */
 #define PANEL_SET_FLAG(flags,flag) G_STMT_START{ ((flags) |= (flag)); 
}G_STMT_END
diff --git a/configure.ac.in b/configure.ac.in
index 7395883..71cb6b4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -15,7 +15,7 @@ m4_define([xfce4_panel_version_minor], [7])
 m4_define([xfce4_panel_version_micro], [0])
 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 ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits