aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-22 09:50:02 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-22 09:50:02 (GMT)
commit3cda1099e265fd8d08bf5f19a0cbd15d6ad5f0d3 (patch)
treebe109867b2b520b7fb1b712de826cb1ef4075ab4
parent6fc392fb642be394b809bbd7a00119bab926d883 (diff)
downloadfluxbox-3cda1099e265fd8d08bf5f19a0cbd15d6ad5f0d3.zip
fluxbox-3cda1099e265fd8d08bf5f19a0cbd15d6ad5f0d3.tar.bz2
Prepare 1.3.7
-rw-r--r--ChangeLog24
-rw-r--r--NEWS22
-rw-r--r--doc/asciidoc/fbrun.txt2
-rw-r--r--doc/asciidoc/fbsetbg.txt2
-rw-r--r--doc/asciidoc/fbsetroot.txt2
-rw-r--r--doc/asciidoc/fluxbox-apps.txt2
-rw-r--r--doc/asciidoc/fluxbox-keys.txt2
-rw-r--r--doc/asciidoc/fluxbox-menu.txt2
-rw-r--r--doc/asciidoc/fluxbox-remote.txt2
-rw-r--r--doc/asciidoc/fluxbox-style.txt2
-rw-r--r--doc/asciidoc/fluxbox.txt2
-rw-r--r--doc/asciidoc/startfluxbox.txt2
-rw-r--r--doc/fbrun.1.in4
-rw-r--r--doc/fbsetbg.1.in4
-rw-r--r--doc/fbsetroot.1.in4
-rw-r--r--doc/fluxbox-apps.5.in4
-rw-r--r--doc/fluxbox-keys.5.in6
-rw-r--r--doc/fluxbox-menu.5.in4
-rw-r--r--doc/fluxbox-remote.1.in4
-rw-r--r--doc/fluxbox-style.5.in4
-rw-r--r--doc/fluxbox.1.in4
-rw-r--r--doc/startfluxbox.1.in4
22 files changed, 63 insertions, 45 deletions
diff --git a/ChangeLog b/ChangeLog
index 059f197..61f9987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,30 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2 2
3----------------------------- 3-----------------------------
4Changes for 1.3.7
5
6*15/01/22:
7 * Bugfix: _NET_REQUEST_FRAME_EXTENTS (closes #1121)
8 * Bugfix: emit signal when window gets decionified
9
10*15/01/21:
11 * Bugfix: segfault on shutdown due to menu code (closes #1118;
12 refactoring; makes clang '-fsanitize=address' happy)
13 * Bugfix: potential memory leak in XFontImp.cc (closes #1120)
14 * Fix regression: autorepeated keys did not work anymore (closes #1115,
15 reopens #1067 ("lost keypresses after workspace change"))
16
17*15/01/16:
18 * Code cleanup: coverity-scan pointed out some flaws; reordering code
19 * Reduce number of allocations on menu generation
20
21*15/01/15:
22 * Refactor menu code
23
24*15/01/10:
25 * Bugfix: catch integer underflow (closes #1116, #1117)
26
27-----------------------------
4Changes for 1.3.6 28Changes for 1.3.6
5 29
6*15/01/03: 30*15/01/03:
diff --git a/NEWS b/NEWS
index 5572be7..af62a56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,13 @@
1Version 1.3.6 is a bug fix release. 1Version 1.3.7 is a bug fix release.
2 2
3Critical Bugfixes: 3Critical Bugfixes:
4 * Clocktool problems 4 * Segfault on startup (mostly *BSD)
5 * Rendering long text 5 * Segfault on shutdown
6 * Race condition on shutdown
7 * Lost keypresses after workspace switch
8 * Corruption of fbrun-history
9 6
10Minor Bugfixes: 7Minor Bugfixes:
11 * Resize and Move problems 8 * _NET_REQUEST_FRAME_EXTENTS
9 * working autorepeat keys
12 10
13Features: 11End User unrelated:
14 * 'ArrangeWindowsStack' action 12 * Code refactoring and cleanup, assisted by Coverity and
15 * Treat Windows with WM_CLASS == "DockApp" as DockApps 13 clang static code analysis
16
17Minor:
18 * Updated translations (Bulgarian, Hebrew, Japanese)
19 * Updated build system
diff --git a/doc/asciidoc/fbrun.txt b/doc/asciidoc/fbrun.txt
index c2efcf1..e67437d 100644
--- a/doc/asciidoc/fbrun.txt
+++ b/doc/asciidoc/fbrun.txt
@@ -1,7 +1,7 @@
1fbrun(1) 1fbrun(1)
2======== 2========
3Jim Ramsay <i.am@jimramsay.com> 3Jim Ramsay <i.am@jimramsay.com>
4v1.3.6, 03 January 2015 4v1.3.7, 22 January 2015
5:man source: fbrun.txt 5:man source: fbrun.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
diff --git a/doc/asciidoc/fbsetbg.txt b/doc/asciidoc/fbsetbg.txt
index 8541b87..1248197 100644
--- a/doc/asciidoc/fbsetbg.txt
+++ b/doc/asciidoc/fbsetbg.txt
@@ -1,7 +1,7 @@
1fbsetbg(1) 1fbsetbg(1)
2========== 2==========
3Jim Ramsay <i.am@jimramsay.com> 3Jim Ramsay <i.am@jimramsay.com>
4v1.3.6, 03 January 2015 4v1.3.7, 22 January 2015
5:man source: fbsetbg.txt 5:man source: fbsetbg.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
diff --git a/doc/asciidoc/fbsetroot.txt b/doc/asciidoc/fbsetroot.txt
index cff58ba..ba88b96 100644
--- a/doc/asciidoc/fbsetroot.txt
+++ b/doc/asciidoc/fbsetroot.txt
@@ -1,7 +1,7 @@
1fbsetroot(1) 1fbsetroot(1)
2============ 2============
3Jim Ramsay <i.am@jimramsay.com> 3Jim Ramsay <i.am@jimramsay.com>
4v1.3.6, 03 January 2015 4v1.3.7, 22 January 2015
5:man source: fbsetroot.txt 5:man source: fbsetroot.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
diff --git a/doc/asciidoc/fluxbox-apps.txt b/doc/asciidoc/fluxbox-apps.txt
index 08bc681..3375c9e 100644
--- a/doc/asciidoc/fluxbox-apps.txt
+++ b/doc/asciidoc/fluxbox-apps.txt
@@ -1,7 +1,7 @@
1fluxbox-apps(5) 1fluxbox-apps(5)
2=============== 2===============
3Jim Ramsay <i.am@jimramsay.com> 3Jim Ramsay <i.am@jimramsay.com>
4v1.3.6, 03 January 2015 4v1.3.7, 22 January 2015
5:man source: fluxbox-apps.txt 5:man source: fluxbox-apps.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt
index d799593..913d94c 100644
--- a/doc/asciidoc/fluxbox-keys.txt
+++ b/doc/asciidoc/fluxbox-keys.txt
@@ -1,7 +1,7 @@
1fluxbox-keys(5) 1fluxbox-keys(5)
2=============== 2===============
3Jim Ramsay <i.am@jimramsay.com> 3Jim Ramsay <i.am@jimramsay.com>
4v1.3.6, 03 January 2015 4v1.3.7, 22 January 2015
5:man source: fluxbox-keys.txt 5:man source: fluxbox-keys.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
diff --git a/doc/asciidoc/fluxbox-menu.txt b/doc/asciidoc/fluxbox-menu.txt
index 925b80e..0e15938 100644
--- a/doc/asciidoc/fluxbox-menu.txt
+++ b/doc/asciidoc/fluxbox-menu.txt
@@ -1,7 +1,7 @@
1fluxbox-menu(5) 1fluxbox-menu(5)
2=============== 2===============
3Jim Ramsay <i.am@jimramsay.com> 3Jim Ramsay <i.am@jimramsay.com>
4v1.3.5, 13 February 2013 4v1.3.7, 22 January 2015
5:man source: fluxbox-menu.txt 5:man source: fluxbox-menu.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
diff --git a/doc/asciidoc/fluxbox-remote.txt b/doc/asciidoc/fluxbox-remote.txt
index b86ad8f..7a6e6a0 100644
--- a/doc/asciidoc/fluxbox-remote.txt
+++ b/doc/asciidoc/fluxbox-remote.txt
@@ -1,7 +1,7 @@
1fluxbox-remote(1) 1fluxbox-remote(1)
2================= 2=================
3Mark Tiefenbruck <mark@fluxbox.org> 3Mark Tiefenbruck <mark@fluxbox.org>
4v1.3.6, 03 February 2015 4v1.3.7, 22 January 2015
5:man source: fluxbox-remote.txt 5:man source: fluxbox-remote.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
diff --git a/doc/asciidoc/fluxbox-style.txt b/doc/asciidoc/fluxbox-style.txt
index f70ed16..8671742 100644
--- a/doc/asciidoc/fluxbox-style.txt
+++ b/doc/asciidoc/fluxbox-style.txt
@@ -1,7 +1,7 @@
1fluxbox-style(5) 1fluxbox-style(5)
2================ 2================
3Henrik Kinnunen <fluxgen@fluxbox.org> 3Henrik Kinnunen <fluxgen@fluxbox.org>
4v1.3.6, 03 January 2015 4v1.3.7, 22 January 2015
5:man source: fluxbox-style.txt 5:man source: fluxbox-style.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt
index 48041c6..34ee2b0 100644
--- a/doc/asciidoc/fluxbox.txt
+++ b/doc/asciidoc/fluxbox.txt
@@ -1,7 +1,7 @@
1fluxbox(1) 1fluxbox(1)
2========== 2==========
3Henrik Kinnunen <fluxgen@fluxbox.org> 3Henrik Kinnunen <fluxgen@fluxbox.org>
4v1.3.6, 03 January 2015 4v1.3.7, 22 January 2015
5:man source: fluxbox.txt 5:man source: fluxbox.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
diff --git a/doc/asciidoc/startfluxbox.txt b/doc/asciidoc/startfluxbox.txt
index 0d020b1..4ab6815 100644
--- a/doc/asciidoc/startfluxbox.txt
+++ b/doc/asciidoc/startfluxbox.txt
@@ -1,7 +1,7 @@
1startfluxbox(1) 1startfluxbox(1)
2=============== 2===============
3Jim Ramsay <i.am@jimramsay.com> 3Jim Ramsay <i.am@jimramsay.com>
4v1.3.5, 13 February 2013 4v1.3.7, 22 January 2015
5:man source: startfluxbox.txt 5:man source: startfluxbox.txt
6:man version: {revision} 6:man version: {revision}
7:man manual: Fluxbox Manual 7:man manual: Fluxbox Manual
diff --git a/doc/fbrun.1.in b/doc/fbrun.1.in
index 4cfff03..77dd1ed 100644
--- a/doc/fbrun.1.in
+++ b/doc/fbrun.1.in
@@ -2,12 +2,12 @@
2.\" Title: fbrun 2.\" Title: fbrun
3.\" Author: Jim Ramsay <i.am@jimramsay.com> 3.\" Author: Jim Ramsay <i.am@jimramsay.com>
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 03 January 2015 5.\" Date: 22 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fbrun.txt 7.\" Source: fbrun.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FBRUN" "1" "03 January 2015" "fbrun\&.txt" "Fluxbox Manual" 10.TH "FBRUN" "1" "22 January 2015" "fbrun\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
diff --git a/doc/fbsetbg.1.in b/doc/fbsetbg.1.in
index 1cebb68..6e924eb 100644
--- a/doc/fbsetbg.1.in
+++ b/doc/fbsetbg.1.in
@@ -2,12 +2,12 @@
2.\" Title: fbsetbg 2.\" Title: fbsetbg
3.\" Author: Jim Ramsay <i.am@jimramsay.com> 3.\" Author: Jim Ramsay <i.am@jimramsay.com>
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 03 January 2015 5.\" Date: 22 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fbsetbg.txt 7.\" Source: fbsetbg.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FBSETBG" "1" "03 January 2015" "fbsetbg\&.txt" "Fluxbox Manual" 10.TH "FBSETBG" "1" "22 January 2015" "fbsetbg\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
diff --git a/doc/fbsetroot.1.in b/doc/fbsetroot.1.in
index e928947..223548e 100644
--- a/doc/fbsetroot.1.in
+++ b/doc/fbsetroot.1.in
@@ -2,12 +2,12 @@
2.\" Title: fbsetroot 2.\" Title: fbsetroot
3.\" Author: Jim Ramsay <i.am@jimramsay.com> 3.\" Author: Jim Ramsay <i.am@jimramsay.com>
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 03 January 2015 5.\" Date: 22 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fbsetroot.txt 7.\" Source: fbsetroot.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FBSETROOT" "1" "03 January 2015" "fbsetroot\&.txt" "Fluxbox Manual" 10.TH "FBSETROOT" "1" "22 January 2015" "fbsetroot\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
diff --git a/doc/fluxbox-apps.5.in b/doc/fluxbox-apps.5.in
index fbf580f..035b97a 100644
--- a/doc/fluxbox-apps.5.in
+++ b/doc/fluxbox-apps.5.in
@@ -2,12 +2,12 @@
2.\" Title: fluxbox-apps 2.\" Title: fluxbox-apps
3.\" Author: Jim Ramsay <i.am@jimramsay.com> 3.\" Author: Jim Ramsay <i.am@jimramsay.com>
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 03 January 2015 5.\" Date: 22 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fluxbox-apps.txt 7.\" Source: fluxbox-apps.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FLUXBOX\-APPS" "5" "03 January 2015" "fluxbox\-apps\&.txt" "Fluxbox Manual" 10.TH "FLUXBOX\-APPS" "5" "22 January 2015" "fluxbox\-apps\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
diff --git a/doc/fluxbox-keys.5.in b/doc/fluxbox-keys.5.in
index 745ebc1..08d4d45 100644
--- a/doc/fluxbox-keys.5.in
+++ b/doc/fluxbox-keys.5.in
@@ -2,12 +2,12 @@
2.\" Title: fluxbox-keys 2.\" Title: fluxbox-keys
3.\" Author: Jim Ramsay <i.am@jimramsay.com> 3.\" Author: Jim Ramsay <i.am@jimramsay.com>
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 03 January 2015 5.\" Date: 22 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fluxbox-keys.txt 7.\" Source: fluxbox-keys.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FLUXBOX\-KEYS" "5" "03 January 2015" "fluxbox\-keys\&.txt" "Fluxbox Manual" 10.TH "FLUXBOX\-KEYS" "5" "22 January 2015" "fluxbox\-keys\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
@@ -661,7 +661,7 @@ puts the main window on the RIGHT hand side of the screen, and the tiled windows
661puts the main window on the LEFT hand side of the screen, and the tiled windows are on the RIGHT hand side of the screen\&. 661puts the main window on the LEFT hand side of the screen, and the tiled windows are on the RIGHT hand side of the screen\&.
662.RE 662.RE
663.PP 663.PP
664\fBArrangeWindowsStackTop\fR \fIpattern\fR / *ArrangeWindowsStackBottom \fIpattern\fR 664\fBArrangeWindowsStackTop\fR \fIpattern\fR / \fBArrangeWindowsStackBottom\fR \fIpattern\fR
665.RS 4 665.RS 4
666Behaves just like 666Behaves just like
667\fBArrangeWindowsStackLeft\fR 667\fBArrangeWindowsStackLeft\fR
diff --git a/doc/fluxbox-menu.5.in b/doc/fluxbox-menu.5.in
index 204403d..dc42bae 100644
--- a/doc/fluxbox-menu.5.in
+++ b/doc/fluxbox-menu.5.in
@@ -2,12 +2,12 @@
2.\" Title: fluxbox-menu 2.\" Title: fluxbox-menu
3.\" Author: Jim Ramsay <i.am@jimramsay.com> 3.\" Author: Jim Ramsay <i.am@jimramsay.com>
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 13 February 2013 5.\" Date: 22 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fluxbox-menu.txt 7.\" Source: fluxbox-menu.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FLUXBOX\-MENU" "5" "13 February 2013" "fluxbox\-menu\&.txt" "Fluxbox Manual" 10.TH "FLUXBOX\-MENU" "5" "22 January 2015" "fluxbox\-menu\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
diff --git a/doc/fluxbox-remote.1.in b/doc/fluxbox-remote.1.in
index f0b91df..1b2bb98 100644
--- a/doc/fluxbox-remote.1.in
+++ b/doc/fluxbox-remote.1.in
@@ -2,12 +2,12 @@
2.\" Title: fluxbox-remote 2.\" Title: fluxbox-remote
3.\" Author: Mark Tiefenbruck <mark@fluxbox.org> 3.\" Author: Mark Tiefenbruck <mark@fluxbox.org>
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 03 February 2015 5.\" Date: 22 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fluxbox-remote.txt 7.\" Source: fluxbox-remote.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FLUXBOX\-REMOTE" "1" "03 February 2015" "fluxbox\-remote\&.txt" "Fluxbox Manual" 10.TH "FLUXBOX\-REMOTE" "1" "22 January 2015" "fluxbox\-remote\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
diff --git a/doc/fluxbox-style.5.in b/doc/fluxbox-style.5.in
index 2e86933..9ef753a 100644
--- a/doc/fluxbox-style.5.in
+++ b/doc/fluxbox-style.5.in
@@ -2,12 +2,12 @@
2.\" Title: fluxbox-style 2.\" Title: fluxbox-style
3.\" Author: Henrik Kinnunen <fluxgen@fluxbox.org> 3.\" Author: Henrik Kinnunen <fluxgen@fluxbox.org>
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 03 January 2015 5.\" Date: 22 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fluxbox-style.txt 7.\" Source: fluxbox-style.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FLUXBOX\-STYLE" "5" "03 January 2015" "fluxbox\-style\&.txt" "Fluxbox Manual" 10.TH "FLUXBOX\-STYLE" "5" "22 January 2015" "fluxbox\-style\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index beaedb3..5a924cf 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -2,12 +2,12 @@
2.\" Title: fluxbox 2.\" Title: fluxbox
3.\" Author: Henrik Kinnunen <fluxgen@fluxbox.org> 3.\" Author: Henrik Kinnunen <fluxgen@fluxbox.org>
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 03 January 2015 5.\" Date: 22 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fluxbox.txt 7.\" Source: fluxbox.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FLUXBOX" "1" "03 January 2015" "fluxbox\&.txt" "Fluxbox Manual" 10.TH "FLUXBOX" "1" "22 January 2015" "fluxbox\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
diff --git a/doc/startfluxbox.1.in b/doc/startfluxbox.1.in
index 7a01583..f95b9e2 100644
--- a/doc/startfluxbox.1.in
+++ b/doc/startfluxbox.1.in
@@ -2,12 +2,12 @@
2.\" Title: startfluxbox 2.\" Title: startfluxbox
3.\" Author: Jim Ramsay <i.am@jimramsay.com> 3.\" Author: Jim Ramsay <i.am@jimramsay.com>
4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 13 February 2013 5.\" Date: 22 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: startfluxbox.txt 7.\" Source: startfluxbox.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "STARTFLUXBOX" "1" "13 February 2013" "startfluxbox\&.txt" "Fluxbox Manual" 10.TH "STARTFLUXBOX" "1" "22 January 2015" "startfluxbox\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------