diff options
author | Nick Schermer <nick@xfce.org> | 2010-12-04 11:45:49 +0100 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2010-12-04 11:45:49 +0100 |
commit | 24f215db42d5190a127c598f03f19f3195fc63bc (patch) | |
tree | b15910706492066c50b0ae28fa0b6717ceef93b3 | |
parent | a67084dcbdf4326c69f7536cef32ec791022173f (diff) |
Updates for release.xfce4-panel-4.7.5
-rw-r--r-- | NEWS | 30 | ||||
-rw-r--r-- | configure.ac.in | 4 |
2 files changed, 32 insertions, 2 deletions
@@ -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 de14fc57..88c8d62b 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 ******************************************* |