diff options
author | Nick Schermer <nick@xfce.org> | 2010-03-28 18:33:07 +0200 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2010-03-28 18:35:32 +0200 |
commit | 313539506cfa67f9ca735e9fed86c20042438421 (patch) | |
tree | 7f7b4df83c2664190fdf6e8a4acb53fa86019ea3 | |
parent | d3f0e1e91077ee298dd387ce388c6597f48ca6f8 (diff) |
Updates for release.xfce4-panel-4.7.1
-rw-r--r-- | NEWS | 38 | ||||
-rw-r--r-- | configure.ac.in | 4 |
2 files changed, 40 insertions, 2 deletions
@@ -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 7690abee..63fd545d 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 ******************************************* |