From 1ba4fbe8785a7acf3c4cab6de556929e8f5375b9 Mon Sep 17 00:00:00 2001
From: Mathias Gumz <akira at fluxbox dot org>
Date: Fri, 28 Oct 2011 21:09:05 +0200
Subject: Prepare 1.3.2 release

---
 BUGS                           |  9 ---------
 NEWS                           | 34 ++++++++++++++++++++--------------
 configure.in                   |  2 +-
 doc/asciidoc/fbsetbg.txt       |  2 +-
 doc/asciidoc/fbsetroot.txt     |  2 +-
 doc/asciidoc/fluxbox-apps.txt  |  2 +-
 doc/asciidoc/fluxbox-keys.txt  |  2 +-
 doc/asciidoc/fluxbox-menu.txt  |  2 +-
 doc/asciidoc/fluxbox-style.txt |  2 +-
 doc/asciidoc/fluxbox.txt       |  2 +-
 doc/asciidoc/startfluxbox.txt  |  2 +-
 doc/fbsetbg.1.in               |  4 ++--
 doc/fbsetroot.1.in             |  4 ++--
 doc/fluxbox-apps.5.in          |  4 ++--
 doc/fluxbox-keys.5.in          |  4 ++--
 doc/fluxbox-menu.5.in          |  4 ++--
 doc/fluxbox-style.5.in         |  4 ++--
 doc/fluxbox.1.in               | 18 +++++++++---------
 doc/startfluxbox.1.in          |  6 +++---
 19 files changed, 53 insertions(+), 56 deletions(-)
 delete mode 100644 BUGS

diff --git a/BUGS b/BUGS
deleted file mode 100644
index 307abe6..0000000
--- a/BUGS
+++ /dev/null
@@ -1,9 +0,0 @@
-Known bugs and missing features that will be fixed in future version:
-
-BUGS:
-
-  * "My window (e.g. mplayer/xmms) stops updating with non-opaque
-    window moving.
-    - Current implementation of outline moving does this, it's not a bug.
-
-
diff --git a/NEWS b/NEWS
index 2615e71..160b02f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,24 @@
 This is mostly a bug fix release. For a more complete list and detailed
-description of them see the documention and ChangeLog.
+description of them see the documentation and ChangeLog.
 
-Critical Bugfixes in 1.3.1:
-    * Fix for not hiding submenus if menuDelay is set.
-    * Fix crash when moving transient windows (Dialogs) between Workspaces,
-      #3088856.
-    * Fix crash when SystemTray was rotated 90/270°, #3188223.
-    * Fix potential crash when gettting an UnmapEvent before a FocusEvent.
-    * Fix potential crash on accessing NULL-pointer.
-
-Other Bugfixes:
-    * Fix wrong width calculation of Systemtray, #3150939.
-    * Fix initial placement of WindowMenu, #2731524.
-    * Fix incorrectly shown alpha values in Menus, #3187373.
-    * Fix render 'sunken' Textures correctly.
+General:
+    * Supprot for ARG32 visuals (cairo-dock etc)
+    * Support for VPATH builds
+    * Updated translations
+    * Removed Gnome window manager hints
+    * Relicense 'ostrich' theme
+    * Support CARDINAL for client pattern
 
+Critical Bugfixes in 1.3.2:
+    * Crash at SIGINT / exit
+    * Signal/Slot related crashes on exit
+    * Sync bootstraped config files to disk before launching
+    * Don't warp workspaces on single workspaces
+    * Crash on Sparc64, #3285968
+    * Crash when using ClientMenu after changing the client, #3210493
 
+Other Bugfixes:
+    * Remap keysyms to keycodes after 'MappingNotify' (setxkbmap, xmodmap), #3386257
+    * Use _NET_WM_ICON correctly, #1852693
+    * Compile fixes for Clang, SunStudio, gcc-4.6.x
+    * Updated 'bloe' and 'arch' styles to work without XPM support
diff --git a/configure.in b/configure.in
index e75e51f..6e4a53c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 dnl Initialize autoconf and automake
 AC_INIT(src/main.cc)
 AC_PREREQ(2.52)
-AM_INIT_AUTOMAKE(fluxbox,1.3.1, no-define)
+AM_INIT_AUTOMAKE(fluxbox,1.3.2, no-define)
 
 dnl Determine default prefix
 test x$prefix = "xNONE" && prefix="$ac_default_prefix"
diff --git a/doc/asciidoc/fbsetbg.txt b/doc/asciidoc/fbsetbg.txt
index 307158c..547cf58 100644
--- a/doc/asciidoc/fbsetbg.txt
+++ b/doc/asciidoc/fbsetbg.txt
@@ -1,7 +1,7 @@
 fbsetbg(1)
 ==========
 Jim Ramsay <i.am@jimramsay.com>
-v1.3.1, 27 February 2011
+v1.3.2, 28 October 2011
 :man source:   fbsetbg.txt
 :man version:  {revision}
 :man manual:   Fluxbox Manual  
diff --git a/doc/asciidoc/fbsetroot.txt b/doc/asciidoc/fbsetroot.txt
index 32748c8..5e7c840 100644
--- a/doc/asciidoc/fbsetroot.txt
+++ b/doc/asciidoc/fbsetroot.txt
@@ -1,7 +1,7 @@
 fbsetroot(1)
 ============
 Jim Ramsay <i.am@jimramsay.com>
-v1.3.1, 27 February 2011
+v1.3.2, 28 October 2011
 :man source:   fbsetroot.txt
 :man version:  {revision}
 :man manual:   Fluxbox Manual  
diff --git a/doc/asciidoc/fluxbox-apps.txt b/doc/asciidoc/fluxbox-apps.txt
index 1b61eb4..26f560b 100644
--- a/doc/asciidoc/fluxbox-apps.txt
+++ b/doc/asciidoc/fluxbox-apps.txt
@@ -1,7 +1,7 @@
 fluxbox-apps(5)
 ===============
 Jim Ramsay <i.am@jimramsay.com>
-v1.3.1, 27 February 2011
+v1.3.2, 28 October 2011
 :man source:   fluxbox-apps.txt
 :man version:  {revision}
 :man manual:   Fluxbox Manual
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt
index 60d6e6f..2679bc0 100644
--- a/doc/asciidoc/fluxbox-keys.txt
+++ b/doc/asciidoc/fluxbox-keys.txt
@@ -1,7 +1,7 @@
 fluxbox-keys(5)
 ===============
 Jim Ramsay <i.am@jimramsay.com>
-v1.3.1, 27 February 2011
+v1.3.2, 28 October 2011
 :man source:   fluxbox-keys.txt
 :man version:  {revision}
 :man manual:   Fluxbox Manual
diff --git a/doc/asciidoc/fluxbox-menu.txt b/doc/asciidoc/fluxbox-menu.txt
index f6b940d..bb7f2e4 100644
--- a/doc/asciidoc/fluxbox-menu.txt
+++ b/doc/asciidoc/fluxbox-menu.txt
@@ -1,7 +1,7 @@
 fluxbox-menu(5)
 ===============
 Jim Ramsay <i.am@jimramsay.com>
-v1.3.1, 27 February 2011
+v1.3.2, 28 October 2011
 :man source:   fluxbox-menu.txt
 :man version:  {revision}
 :man manual:   Fluxbox Manual
diff --git a/doc/asciidoc/fluxbox-style.txt b/doc/asciidoc/fluxbox-style.txt
index b193a8f..c41937e 100644
--- a/doc/asciidoc/fluxbox-style.txt
+++ b/doc/asciidoc/fluxbox-style.txt
@@ -1,7 +1,7 @@
 fluxbox-style(5)
 ================
 Henrik Kinnunen <fluxgen@fluxbox.org>
-v1.3.1, 27 February 2011
+v1.3.2, 28 October 2011
 :man source:   fluxbox-style.txt
 :man version:  {revision}
 :man manual:   Fluxbox Manual
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt
index ea740df..fab73d9 100644
--- a/doc/asciidoc/fluxbox.txt
+++ b/doc/asciidoc/fluxbox.txt
@@ -1,7 +1,7 @@
 fluxbox(1)
 ==========
 Henrik Kinnunen <fluxgen@fluxbox.org>
-v1.3.1, 27 February 2011
+v1.3.2, 28 October 2011
 :man source:   fluxbox.txt
 :man version:  {revision}
 :man manual:   Fluxbox Manual  
diff --git a/doc/asciidoc/startfluxbox.txt b/doc/asciidoc/startfluxbox.txt
index 672ea15..cd13ca6 100644
--- a/doc/asciidoc/startfluxbox.txt
+++ b/doc/asciidoc/startfluxbox.txt
@@ -1,7 +1,7 @@
 startfluxbox(1)
 ===============
 Jim Ramsay <i.am@jimramsay.com>
-v1.3.1, 27 February 2011
+v1.3.2, 28 October 2011
 :man source:   startfluxbox.txt
 :man version:  {revision}
 :man manual:   Fluxbox Manual  
diff --git a/doc/fbsetbg.1.in b/doc/fbsetbg.1.in
index 737c10b..c897307 100644
--- a/doc/fbsetbg.1.in
+++ b/doc/fbsetbg.1.in
@@ -2,12 +2,12 @@
 .\"     Title: fbsetbg
 .\"    Author: Jim Ramsay <i.am@jimramsay.com>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: 27 February 2011
+.\"      Date: 28 October 2011
 .\"    Manual: Fluxbox Manual
 .\"    Source: fbsetbg.txt
 .\"  Language: English
 .\"
-.TH "FBSETBG" "1" "27 February 2011" "fbsetbg\&.txt" "Fluxbox Manual"
+.TH "FBSETBG" "1" "28 October 2011" "fbsetbg\&.txt" "Fluxbox Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff --git a/doc/fbsetroot.1.in b/doc/fbsetroot.1.in
index 5ae0f1f..c76261b 100644
--- a/doc/fbsetroot.1.in
+++ b/doc/fbsetroot.1.in
@@ -2,12 +2,12 @@
 .\"     Title: fbsetroot
 .\"    Author: Jim Ramsay <i.am@jimramsay.com>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: 27 February 2011
+.\"      Date: 28 October 2011
 .\"    Manual: Fluxbox Manual
 .\"    Source: fbsetroot.txt
 .\"  Language: English
 .\"
-.TH "FBSETROOT" "1" "27 February 2011" "fbsetroot\&.txt" "Fluxbox Manual"
+.TH "FBSETROOT" "1" "28 October 2011" "fbsetroot\&.txt" "Fluxbox Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff --git a/doc/fluxbox-apps.5.in b/doc/fluxbox-apps.5.in
index 8101863..88b947c 100644
--- a/doc/fluxbox-apps.5.in
+++ b/doc/fluxbox-apps.5.in
@@ -2,12 +2,12 @@
 .\"     Title: fluxbox-apps
 .\"    Author: Jim Ramsay <i.am@jimramsay.com>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: 27 February 2011
+.\"      Date: 28 October 2011
 .\"    Manual: Fluxbox Manual
 .\"    Source: fluxbox-apps.txt
 .\"  Language: English
 .\"
-.TH "FLUXBOX\-APPS" "5" "27 February 2011" "fluxbox\-apps\&.txt" "Fluxbox Manual"
+.TH "FLUXBOX\-APPS" "5" "28 October 2011" "fluxbox\-apps\&.txt" "Fluxbox Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff --git a/doc/fluxbox-keys.5.in b/doc/fluxbox-keys.5.in
index 19377a7..50b79d8 100644
--- a/doc/fluxbox-keys.5.in
+++ b/doc/fluxbox-keys.5.in
@@ -2,12 +2,12 @@
 .\"     Title: fluxbox-keys
 .\"    Author: Jim Ramsay <i.am@jimramsay.com>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: 27 February 2011
+.\"      Date: 28 October 2011
 .\"    Manual: Fluxbox Manual
 .\"    Source: fluxbox-keys.txt
 .\"  Language: English
 .\"
-.TH "FLUXBOX\-KEYS" "5" "27 February 2011" "fluxbox\-keys\&.txt" "Fluxbox Manual"
+.TH "FLUXBOX\-KEYS" "5" "28 October 2011" "fluxbox\-keys\&.txt" "Fluxbox Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff --git a/doc/fluxbox-menu.5.in b/doc/fluxbox-menu.5.in
index 74e8ce0..64eea31 100644
--- a/doc/fluxbox-menu.5.in
+++ b/doc/fluxbox-menu.5.in
@@ -2,12 +2,12 @@
 .\"     Title: fluxbox-menu
 .\"    Author: Jim Ramsay <i.am@jimramsay.com>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: 27 February 2011
+.\"      Date: 28 October 2011
 .\"    Manual: Fluxbox Manual
 .\"    Source: fluxbox-menu.txt
 .\"  Language: English
 .\"
-.TH "FLUXBOX\-MENU" "5" "27 February 2011" "fluxbox\-menu\&.txt" "Fluxbox Manual"
+.TH "FLUXBOX\-MENU" "5" "28 October 2011" "fluxbox\-menu\&.txt" "Fluxbox Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff --git a/doc/fluxbox-style.5.in b/doc/fluxbox-style.5.in
index ccaa6cb..f4dfb61 100644
--- a/doc/fluxbox-style.5.in
+++ b/doc/fluxbox-style.5.in
@@ -2,12 +2,12 @@
 .\"     Title: fluxbox-style
 .\"    Author: Henrik Kinnunen <fluxgen@fluxbox.org>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: 27 February 2011
+.\"      Date: 28 October 2011
 .\"    Manual: Fluxbox Manual
 .\"    Source: fluxbox-style.txt
 .\"  Language: English
 .\"
-.TH "FLUXBOX\-STYLE" "5" "27 February 2011" "fluxbox\-style\&.txt" "Fluxbox Manual"
+.TH "FLUXBOX\-STYLE" "5" "28 October 2011" "fluxbox\-style\&.txt" "Fluxbox Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index 79d57c1..b78c918 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -2,12 +2,12 @@
 .\"     Title: fluxbox
 .\"    Author: Henrik Kinnunen <fluxgen@fluxbox.org>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: 27 February 2011
+.\"      Date: 28 October 2011
 .\"    Manual: Fluxbox Manual
 .\"    Source: fluxbox.txt
 .\"  Language: English
 .\"
-.TH "FLUXBOX" "1" "27 February 2011" "fluxbox\&.txt" "Fluxbox Manual"
+.TH "FLUXBOX" "1" "28 October 2011" "fluxbox\&.txt" "Fluxbox Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -1383,7 +1383,7 @@ Users are free to manually edit the slitlist file\&. It is a simple list of wind
 The user also has the option of choosing a different path for the slitlist file, by setting the \fBsession\&.session0\&.slitlistFile\fR resource\&.
 .SH "LAYERS"
 .sp
-Layers affect the way that windows will overlap each other on the screen\&. Windows on a higher layer will always appear above those on a lower one, whether they are focused or not\&. By default, fluxbox uses 13 layers, starting from 1 (highest)\&. The total number of layers can be changed by using the \fBsession\&.numLayers\fR resource\&.
+Layers affect the way that windows will overlap each other on the screen\&. Windows on a higher layer will always appear above those on a lower one, whether they are focused or not\&. Fluxbox uses 13 layers, starting from 1 (highest)\&.
 .sp
 There are two ways to assign a window to a different layer\&. When the window is open, you may select the layer in the \(oqLayer \&...\(cq submenu of the window menu\&. The menu gives six choices for the layer, which fluxbox manages by name\&. The names are (from highest to lowest layer):
 .sp
@@ -1506,7 +1506,7 @@ Possible options are:
 .RE
 .sp
 Slit default:
-\fBTopRight\fR
+\fBRightBottom\fR
 .sp
 Toolbar default:
 \fBBottomCenter\fR
@@ -1674,7 +1674,7 @@ This adjusts the way the current time is displayed in the toolbar\&. The
 format is used\&.
 .sp
 Default:
-\fB%I:%M %p\fR
+\fB%k:%M\fR
 .RE
 .PP
 \fBsession\&.screen0\&.tabs\&.intitlebar\fR: \fIboolean\fR
@@ -1747,7 +1747,7 @@ Default:
 Setting this resource to True shows the user, in a little window, the exact position of the application window while the user is dragging it\&. Allows a precise placement of windows on a screen\&.
 .sp
 Default:
-\fBTrue\fR
+\fBFalse\fR
 .RE
 .PP
 \fBsession\&.screen0\&.defaultDeco\fR: \fIstring\fR
@@ -1782,7 +1782,7 @@ Default:
 Here is where the user can name their workspaces, in a comma\-delimited list\&. However it is recommended to use the tool available in the Workspace Menu to set these\&.
 .sp
 Default:
-\fBone, two, three, four\fR
+\fBWorkspace 1, Workspace 2, Workspace 3, Workspace 4\fR
 .RE
 .PP
 \fBsession\&.screen0\&.edgeSnapThreshold\fR: \fIinteger\fR
@@ -1969,7 +1969,7 @@ The available options are:
 .RE
 .sp
 Default left:
-\fBStick MenuIcon\fR
+\fBStick\fR
 .sp
 Default right:
 \fBShade Minimize Maximize Close\fR
@@ -2028,6 +2028,7 @@ for details\&.
 Location of the style overlay file\&. See
 \fBfluxbox\-style(5)\fR
 for details\&.
+.RE
 .PP
 \fBsession\&.screen0\&.windowMenu\fR: \fIlocation\fR
 .RS 4
@@ -2037,7 +2038,6 @@ This optionally specifies the location of a user\-defined window menu\&. If left
 Default:
 \fBblank\fR
 .RE
-.RE
 .SH "ENVIRONMENT"
 .PP
 \fBHOME\fR
diff --git a/doc/startfluxbox.1.in b/doc/startfluxbox.1.in
index 59b6694..9356f9e 100644
--- a/doc/startfluxbox.1.in
+++ b/doc/startfluxbox.1.in
@@ -2,12 +2,12 @@
 .\"     Title: startfluxbox
 .\"    Author: Jim Ramsay <i.am@jimramsay.com>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: 27 February 2011
+.\"      Date: 28 October 2011
 .\"    Manual: Fluxbox Manual
 .\"    Source: startfluxbox.txt
 .\"  Language: English
 .\"
-.TH "STARTFLUXBOX" "1" "27 February 2011" "startfluxbox\&.txt" "Fluxbox Manual"
+.TH "STARTFLUXBOX" "1" "28 October 2011" "startfluxbox\&.txt" "Fluxbox Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -103,7 +103,7 @@ wait $fbpid
 .sp
 So xsetroot, ipager, and gkrellm2 will all be started after fluxbox, after giving fluxbox 1 second to startup\&.
 .sp
-For more details on what else you can do in this script, see \fBsh(1p)\fR, or the documentation for your shell\&.
+For more details on what else you can do in this script, see \fBsh(1)\fR, or the documentation for your shell\&.
 .SH "AUTHORS"
 .sp
 The author of \fBstartfluxbox(1)\fR is Han Boetes <han at fluxbox\&.org>
-- 
cgit v0.11.2