From 485a2cb0a371c5ca37b81bad10cd0bcb3862e2bd Mon Sep 17 00:00:00 2001 From: tadam Date: Sat, 3 Apr 2010 23:41:49 +0000 Subject: [PATCH] Update key files for FVWM 2.5.29 release. --- ChangeLog | 5 ++++ NEWS | 2 +- configure.ac | 8 +++--- docs/ANNOUNCE | 78 +++++++++++++++++++++++++++++----------------------------- docs/ChangeLog | 4 +++ 5 files changed, 53 insertions(+), 44 deletions(-) rewrite docs/ANNOUNCE (78%) diff --git a/ChangeLog b/ChangeLog index 3c1a622b9..cf5a3f949 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ 2010-04-03 Thomas Adam + * NEWS: + * configure.ac: + Updated for the FVWM 2.5.29 release. + +2010-04-03 Thomas Adam * libs/Fplay.h: Cull unused functions when compiling against librplay. diff --git a/NEWS b/NEWS index 8f6079510..c768fae4c 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Note, the changes for the last STABLE release start with release ------------------------------------------------------------------- -Changes in beta release 2.5.29 (not released yet) +Changes in beta release 2.5.29 (03-Apr-2010) * New features: diff --git a/configure.ac b/configure.ac index 7eeac6ca6..401fa5433 100644 --- a/configure.ac +++ b/configure.ac @@ -4,16 +4,16 @@ AC_PREREQ(2.53) AC_INIT(fvwm/fvwm.c) dnl should be "yes" only within the released distribution -ISRELEASED=no +ISRELEASED=yes version=2.5.29 VERSIONINFO="" dnl date of the released version (please zero pad the day in the last 2 dates) dnl for example: "4 February 2003", "04 Feb 2003", "2003-02-04" dnl date format strings: "%e %B %Y", "%d-%b-%Y", "%Y-%m-%d" -RELDATELONG="20 September 2009" -RELDATESHORT="20-Sep-2009" -RELDATENUM="2009-09-20" +RELDATELONG="03 April 2010" +RELDATESHORT="03-Apr-2010" +RELDATENUM="2010-04-03" # constant variable settings FVWMNAMELONG="F? Virtual Window Manager" diff --git a/docs/ANNOUNCE b/docs/ANNOUNCE dissimilarity index 78% index a2931993e..b68179c8e 100644 --- a/docs/ANNOUNCE +++ b/docs/ANNOUNCE @@ -1,39 +1,39 @@ -Fvwm is a powerful window manager. Version 2.5.28 is a beta -maintenance release that fixes a couple of bugs and adds some -minor features. Please be aware that any features introduced in -the 2.5.x development versions may be renamed, changed or removed -without notice before 2.6.0. - -Upgrading from 2.5.27 or earlier is recommended. - -This release is available at the home page: http://www.fvwm.org/. - -* New features: - - - New differentiated options for SnapAttraction when snapping - against screen edges: - "None", "ScreenWindows", "ScreenIcons", "ScreenAll" - - New option to the BugOpts command: TransliterateUtf8. - -* Bug fixes: - - - Fixed non-visible Qt windows after a Qt deferred map (e.g. - Skype profile windows). - - Fixed the use of the X-resource "fvwmstyle". - - Fixed segmentation fault in FvwmEvent when parsing an - undefined event name, or an undefined environment variable - to the RPlayHost option. - - Fixed the events startup, shutdown and unknown in FvwmEvent. - - Fvwm now retains utf8 window names when the WM_NAME changes, - and the utf8 name converted to the default charset match - the old WM_NAME. - - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent. - - Fixed SnapAttraction: Option SameType/Icons/Windows did - falsely not affect conditions of option "Screen" and option - "SameType" snapped falsely icons and windows together. - - Fixed a problem where modules would get incorrect stacking - information if many windows were restacked at the same time. - - Fixed BugOpts parsing of more than one option at a time and - restoring of default value for the last option - in the command line when omitted. - - 64 bit fix for setting EWMH _NET_WM_ICON property on windows. +Fvwm is a powerful window manager. Version 2.5.28 is a beta +maintenance release that fixes a couple of bugs and adds some +minor features. Please be aware that any features introduced in +the 2.5.x development versions may be renamed, changed or removed +without notice before 2.6.0. + +Upgrading from 2.5.28 or earlier is recommended. + +This release is available at the home page: http://www.fvwm.org/. + +* New features: + + - Added new fvwm-convert-2.6 script to convert older fvwm 2.4.x + config files. + - New BugOpts option QtDragnDropWorkaround to work around an + oddity in handling drag-n-drop events to Qt applications. + +* Bug fixes: + + - Fixed the InitialMapCommand style from running when FVWM is + restarting. + - Fix rendering of FvwmForm windows when initially mapped. + - Fix placement of windows when using MinoverlapPlacement and + friends. + - Fix segfault when tearing off menus using a Pixmap + background. + - Fix "window jump" bug when moving a window across page + boundaries. + - Flush property events for same type in applications which + repeatedly set the same XAtom. (Gnucash, Openoffice, etc.) + - Fix opening of files using Read/PipeRead to accept paths in + the form "./" to indicate CWD. Fixes + $ fvwm -f ./some-fvwm2rc + - Fix further crash when copying menustyles with MenuFace + involving pixmaps. + - Make layer changes apply immediately via Style commands for + any currently mapped windows. + - Fix flickering/incorrect location of the GeometryWindow with + Xinerama/TwinView when resizing windows. diff --git a/docs/ChangeLog b/docs/ChangeLog index f30144ce5..edd72b0cb 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,4 +1,8 @@ 2010-04-03 Thomas Adam + * ANNOUNCE: + Updated for the 2.5.29 release. + +2010-04-03 Thomas Adam * DEVELOPERS: * DEVELOPER-CVS: Add new file "DEVELOPER-CVS" -- a verbatim copy of cvs.html -- to -- 2.11.4.GIT