diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 36 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | doc/asciidoc/fbrun.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc/fbsetbg.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc/fbsetroot.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox-apps.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox-menu.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox-remote.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox-style.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc/startfluxbox.txt | 2 |
13 files changed, 33 insertions, 28 deletions
@@ -3,6 +3,9 @@ | |||
3 | ----------------------------- | 3 | ----------------------------- |
4 | Changes for 1.3.3 | 4 | Changes 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 | ||
@@ -2,23 +2,25 @@ This is mostly a bug fix release. For a more complete list and detailed | |||
2 | description of them see the documentation and ChangeLog. | 2 | description of them see the documentation and ChangeLog. |
3 | 3 | ||
4 | General: | 4 | General: |
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 | ||
12 | Critical Bugfixes in 1.3.2: | 18 | Critical 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 | ||
20 | Other Bugfixes: | 21 | Other 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 @@ | |||
1 | dnl Initialize autoconf and automake | 1 | dnl Initialize autoconf and automake |
2 | AC_INIT(src/main.cc) | 2 | AC_INIT(src/main.cc) |
3 | AC_PREREQ(2.52) | 3 | AC_PREREQ(2.52) |
4 | AM_INIT_AUTOMAKE(fluxbox,1.3.2,[no-define]) | 4 | AM_INIT_AUTOMAKE(fluxbox,1.3.3,[no-define]) |
5 | 5 | ||
6 | dnl Determine default prefix | 6 | dnl Determine default prefix |
7 | AS_IF(test "x$prefix" = "xNONE",[prefix="$ac_default_prefix"]) | 7 | AS_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 @@ | |||
1 | fbrun(1) | 1 | fbrun(1) |
2 | ======== | 2 | ======== |
3 | Jim Ramsay <i.am@jimramsay.com> | 3 | Jim Ramsay <i.am@jimramsay.com> |
4 | v1.1.2, 18 February 2009 | 4 | v1.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 @@ | |||
1 | fbsetbg(1) | 1 | fbsetbg(1) |
2 | ========== | 2 | ========== |
3 | Jim Ramsay <i.am@jimramsay.com> | 3 | Jim Ramsay <i.am@jimramsay.com> |
4 | v1.3.2, 28 October 2011 | 4 | v1.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 @@ | |||
1 | fbsetroot(1) | 1 | fbsetroot(1) |
2 | ============ | 2 | ============ |
3 | Jim Ramsay <i.am@jimramsay.com> | 3 | Jim Ramsay <i.am@jimramsay.com> |
4 | v1.3.2, 28 October 2011 | 4 | v1.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 @@ | |||
1 | fluxbox-apps(5) | 1 | fluxbox-apps(5) |
2 | =============== | 2 | =============== |
3 | Jim Ramsay <i.am@jimramsay.com> | 3 | Jim Ramsay <i.am@jimramsay.com> |
4 | v1.3.2, 28 October 2011 | 4 | v1.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 @@ | |||
1 | fluxbox-keys(5) | 1 | fluxbox-keys(5) |
2 | =============== | 2 | =============== |
3 | Jim Ramsay <i.am@jimramsay.com> | 3 | Jim Ramsay <i.am@jimramsay.com> |
4 | v1.3.2, 28 October 2011 | 4 | v1.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 @@ | |||
1 | fluxbox-menu(5) | 1 | fluxbox-menu(5) |
2 | =============== | 2 | =============== |
3 | Jim Ramsay <i.am@jimramsay.com> | 3 | Jim Ramsay <i.am@jimramsay.com> |
4 | v1.3.2, 28 October 2011 | 4 | v1.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 @@ | |||
1 | fluxbox-remote(1) | 1 | fluxbox-remote(1) |
2 | ================= | 2 | ================= |
3 | Mark Tiefenbruck <mark@fluxbox.org> | 3 | Mark Tiefenbruck <mark@fluxbox.org> |
4 | v1.3.1, 27 February 2011 | 4 | v1.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 @@ | |||
1 | fluxbox-style(5) | 1 | fluxbox-style(5) |
2 | ================ | 2 | ================ |
3 | Henrik Kinnunen <fluxgen@fluxbox.org> | 3 | Henrik Kinnunen <fluxgen@fluxbox.org> |
4 | v1.3.2, 28 October 2011 | 4 | v1.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 @@ | |||
1 | fluxbox(1) | 1 | fluxbox(1) |
2 | ========== | 2 | ========== |
3 | Henrik Kinnunen <fluxgen@fluxbox.org> | 3 | Henrik Kinnunen <fluxgen@fluxbox.org> |
4 | v1.3.2, 28 October 2011 | 4 | v1.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 @@ | |||
1 | startfluxbox(1) | 1 | startfluxbox(1) |
2 | =============== | 2 | =============== |
3 | Jim Ramsay <i.am@jimramsay.com> | 3 | Jim Ramsay <i.am@jimramsay.com> |
4 | v1.3.2, 28 October 2011 | 4 | v1.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 |