aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--NEWS36
-rw-r--r--configure.in2
-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
13 files changed, 33 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bb8cc1..7ac0b77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
3----------------------------- 3-----------------------------
4Changes for 1.3.3 4Changes for 1.3.3
5 5
6*12/12/11:
7 * Bugfix: use expanded style-filename #3576586 (Mathias)
8
6*12/12/05: 9*12/12/05:
7 * Simplified build system (Mathias) 10 * Simplified build system (Mathias)
8 11
diff --git a/NEWS b/NEWS
index 160b02f..9527a74 100644
--- a/NEWS
+++ b/NEWS
@@ -2,23 +2,25 @@ This is mostly a bug fix release. For a more complete list and detailed
2description of them see the documentation and ChangeLog. 2description of them see the documentation and ChangeLog.
3 3
4General: 4General:
5 * Supprot for ARG32 visuals (cairo-dock etc) 5 * Added 'NearestCorner', 'NearestEdge' and 'NearestCornerOrEdge' resize
6 * Support for VPATH builds 6 methods
7 * Updated translations 7 * Added percentage values for commands such as ResizeWindow
8 * Removed Gnome window manager hints 8 * Added style ressources 'menu.hilite.font', 'menu.hilite.justify'
9 * Relicense 'ostrich' theme 9 * Added 'OnTab' modifier for keys file
10 * Support CARDINAL for client pattern 10 * Added _MOTIF_WM_INFO atom to advertise motif capabilities
11 * Added 'fullscreen', 'maximizedhorizontal', 'maximizedvertical' tests to
12 client patterns
13 * Added option to revert focus to previous window only on current head in
14 a multi-monitor setup
15 * Rewrite of FbTk::TextureRenderer (simpler code)
16 * Improved building on Microsoft Windows
11 17
12Critical Bugfixes in 1.3.2: 18Critical Bugfixes in 1.3.3:
13 * Crash at SIGINT / exit 19 * Use of monotonic increasing clock for timer, not affected by leap seconds etc.
14 * Signal/Slot related crashes on exit
15 * Sync bootstraped config files to disk before launching
16 * Don't warp workspaces on single workspaces
17 * Crash on Sparc64, #3285968
18 * Crash when using ClientMenu after changing the client, #3210493
19 20
20Other Bugfixes: 21Other Bugfixes:
21 * Remap keysyms to keycodes after 'MappingNotify' (setxkbmap, xmodmap), #3386257 22 * Fixed placement off transient windows in a multi-monitor setup with 'holes'
22 * Use _NET_WM_ICON correctly, #1852693 23 * Fixed usage of '~' as part of style filenames
23 * Compile fixes for Clang, SunStudio, gcc-4.6.x 24 * Improved vertical alignment of text in decorations
24 * Updated 'bloe' and 'arch' styles to work without XPM support 25 * Fixed compiler and code style issues
26 * Updated italian translations
diff --git a/configure.in b/configure.in
index 914c656..14adbac 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
1dnl Initialize autoconf and automake 1dnl Initialize autoconf and automake
2AC_INIT(src/main.cc) 2AC_INIT(src/main.cc)
3AC_PREREQ(2.52) 3AC_PREREQ(2.52)
4AM_INIT_AUTOMAKE(fluxbox,1.3.2,[no-define]) 4AM_INIT_AUTOMAKE(fluxbox,1.3.3,[no-define])
5 5
6dnl Determine default prefix 6dnl Determine default prefix
7AS_IF(test "x$prefix" = "xNONE",[prefix="$ac_default_prefix"]) 7AS_IF(test "x$prefix" = "xNONE",[prefix="$ac_default_prefix"])
diff --git a/doc/asciidoc/fbrun.txt b/doc/asciidoc/fbrun.txt
index fd27be8..418abe6 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.1.2, 18 February 2009 4v1.3.3, 30 December 2012
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 547cf58..4590801 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.2, 28 October 2011 4v1.3.3, 30 December 2012
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 5e7c840..9f79a23 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.2, 28 October 2011 4v1.3.3, 30 December 2012
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 31a26fa..08b0818 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.2, 28 October 2011 4v1.3.3, 30 December 2012
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 947ff5f..00e4c39 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.2, 28 October 2011 4v1.3.3, 30 December 2012
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 bb7f2e4..3ce6a55 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.2, 28 October 2011 4v1.3.3, 30 December 2012
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 b8e3787..61a901e 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.1, 27 February 2011 4v1.3.3, 30 December 2012
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 a5cfeb6..64d70d6 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.2, 28 October 2011 4v1.3.3, 30 December 2012
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 fab73d9..1b42826 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.2, 28 October 2011 4v1.3.3, 30 December 2012
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 cd13ca6..afaf2e1 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.2, 28 October 2011 4v1.3.3, 30 December 2012
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