preparation of fluxbox 1.3.3
This commit is contained in:
parent
0f7b083e9b
commit
9f995b7f19
13 changed files with 33 additions and 28 deletions
|
@ -3,6 +3,9 @@
|
||||||
-----------------------------
|
-----------------------------
|
||||||
Changes for 1.3.3
|
Changes for 1.3.3
|
||||||
|
|
||||||
|
*12/12/11:
|
||||||
|
* Bugfix: use expanded style-filename #3576586 (Mathias)
|
||||||
|
|
||||||
*12/12/05:
|
*12/12/05:
|
||||||
* Simplified build system (Mathias)
|
* Simplified build system (Mathias)
|
||||||
|
|
||||||
|
|
36
NEWS
36
NEWS
|
@ -2,23 +2,25 @@ This is mostly a bug fix release. For a more complete list and detailed
|
||||||
description of them see the documentation and ChangeLog.
|
description of them see the documentation and ChangeLog.
|
||||||
|
|
||||||
General:
|
General:
|
||||||
* Supprot for ARG32 visuals (cairo-dock etc)
|
* Added 'NearestCorner', 'NearestEdge' and 'NearestCornerOrEdge' resize
|
||||||
* Support for VPATH builds
|
methods
|
||||||
* Updated translations
|
* Added percentage values for commands such as ResizeWindow
|
||||||
* Removed Gnome window manager hints
|
* Added style ressources 'menu.hilite.font', 'menu.hilite.justify'
|
||||||
* Relicense 'ostrich' theme
|
* Added 'OnTab' modifier for keys file
|
||||||
* Support CARDINAL for client pattern
|
* Added _MOTIF_WM_INFO atom to advertise motif capabilities
|
||||||
|
* Added 'fullscreen', 'maximizedhorizontal', 'maximizedvertical' tests to
|
||||||
|
client patterns
|
||||||
|
* Added option to revert focus to previous window only on current head in
|
||||||
|
a multi-monitor setup
|
||||||
|
* Rewrite of FbTk::TextureRenderer (simpler code)
|
||||||
|
* Improved building on Microsoft Windows
|
||||||
|
|
||||||
Critical Bugfixes in 1.3.2:
|
Critical Bugfixes in 1.3.3:
|
||||||
* Crash at SIGINT / exit
|
* Use of monotonic increasing clock for timer, not affected by leap seconds etc.
|
||||||
* 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:
|
Other Bugfixes:
|
||||||
* Remap keysyms to keycodes after 'MappingNotify' (setxkbmap, xmodmap), #3386257
|
* Fixed placement off transient windows in a multi-monitor setup with 'holes'
|
||||||
* Use _NET_WM_ICON correctly, #1852693
|
* Fixed usage of '~' as part of style filenames
|
||||||
* Compile fixes for Clang, SunStudio, gcc-4.6.x
|
* Improved vertical alignment of text in decorations
|
||||||
* Updated 'bloe' and 'arch' styles to work without XPM support
|
* Fixed compiler and code style issues
|
||||||
|
* Updated italian translations
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dnl Initialize autoconf and automake
|
dnl Initialize autoconf and automake
|
||||||
AC_INIT(src/main.cc)
|
AC_INIT(src/main.cc)
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AM_INIT_AUTOMAKE(fluxbox,1.3.2,[no-define])
|
AM_INIT_AUTOMAKE(fluxbox,1.3.3,[no-define])
|
||||||
|
|
||||||
dnl Determine default prefix
|
dnl Determine default prefix
|
||||||
AS_IF(test "x$prefix" = "xNONE",[prefix="$ac_default_prefix"])
|
AS_IF(test "x$prefix" = "xNONE",[prefix="$ac_default_prefix"])
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
fbrun(1)
|
fbrun(1)
|
||||||
========
|
========
|
||||||
Jim Ramsay <i.am@jimramsay.com>
|
Jim Ramsay <i.am@jimramsay.com>
|
||||||
v1.1.2, 18 February 2009
|
v1.3.3, 30 December 2012
|
||||||
:man source: fbrun.txt
|
:man source: fbrun.txt
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
:man manual: Fluxbox Manual
|
:man manual: Fluxbox Manual
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
fbsetbg(1)
|
fbsetbg(1)
|
||||||
==========
|
==========
|
||||||
Jim Ramsay <i.am@jimramsay.com>
|
Jim Ramsay <i.am@jimramsay.com>
|
||||||
v1.3.2, 28 October 2011
|
v1.3.3, 30 December 2012
|
||||||
:man source: fbsetbg.txt
|
:man source: fbsetbg.txt
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
:man manual: Fluxbox Manual
|
:man manual: Fluxbox Manual
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
fbsetroot(1)
|
fbsetroot(1)
|
||||||
============
|
============
|
||||||
Jim Ramsay <i.am@jimramsay.com>
|
Jim Ramsay <i.am@jimramsay.com>
|
||||||
v1.3.2, 28 October 2011
|
v1.3.3, 30 December 2012
|
||||||
:man source: fbsetroot.txt
|
:man source: fbsetroot.txt
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
:man manual: Fluxbox Manual
|
:man manual: Fluxbox Manual
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
fluxbox-apps(5)
|
fluxbox-apps(5)
|
||||||
===============
|
===============
|
||||||
Jim Ramsay <i.am@jimramsay.com>
|
Jim Ramsay <i.am@jimramsay.com>
|
||||||
v1.3.2, 28 October 2011
|
v1.3.3, 30 December 2012
|
||||||
:man source: fluxbox-apps.txt
|
:man source: fluxbox-apps.txt
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
:man manual: Fluxbox Manual
|
:man manual: Fluxbox Manual
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
fluxbox-keys(5)
|
fluxbox-keys(5)
|
||||||
===============
|
===============
|
||||||
Jim Ramsay <i.am@jimramsay.com>
|
Jim Ramsay <i.am@jimramsay.com>
|
||||||
v1.3.2, 28 October 2011
|
v1.3.3, 30 December 2012
|
||||||
:man source: fluxbox-keys.txt
|
:man source: fluxbox-keys.txt
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
:man manual: Fluxbox Manual
|
:man manual: Fluxbox Manual
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
fluxbox-menu(5)
|
fluxbox-menu(5)
|
||||||
===============
|
===============
|
||||||
Jim Ramsay <i.am@jimramsay.com>
|
Jim Ramsay <i.am@jimramsay.com>
|
||||||
v1.3.2, 28 October 2011
|
v1.3.3, 30 December 2012
|
||||||
:man source: fluxbox-menu.txt
|
:man source: fluxbox-menu.txt
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
:man manual: Fluxbox Manual
|
:man manual: Fluxbox Manual
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
fluxbox-remote(1)
|
fluxbox-remote(1)
|
||||||
=================
|
=================
|
||||||
Mark Tiefenbruck <mark@fluxbox.org>
|
Mark Tiefenbruck <mark@fluxbox.org>
|
||||||
v1.3.1, 27 February 2011
|
v1.3.3, 30 December 2012
|
||||||
:man source: fluxbox-remote.txt
|
:man source: fluxbox-remote.txt
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
:man manual: Fluxbox Manual
|
:man manual: Fluxbox Manual
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
fluxbox-style(5)
|
fluxbox-style(5)
|
||||||
================
|
================
|
||||||
Henrik Kinnunen <fluxgen@fluxbox.org>
|
Henrik Kinnunen <fluxgen@fluxbox.org>
|
||||||
v1.3.2, 28 October 2011
|
v1.3.3, 30 December 2012
|
||||||
:man source: fluxbox-style.txt
|
:man source: fluxbox-style.txt
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
:man manual: Fluxbox Manual
|
:man manual: Fluxbox Manual
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
fluxbox(1)
|
fluxbox(1)
|
||||||
==========
|
==========
|
||||||
Henrik Kinnunen <fluxgen@fluxbox.org>
|
Henrik Kinnunen <fluxgen@fluxbox.org>
|
||||||
v1.3.2, 28 October 2011
|
v1.3.3, 30 December 2012
|
||||||
:man source: fluxbox.txt
|
:man source: fluxbox.txt
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
:man manual: Fluxbox Manual
|
:man manual: Fluxbox Manual
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
startfluxbox(1)
|
startfluxbox(1)
|
||||||
===============
|
===============
|
||||||
Jim Ramsay <i.am@jimramsay.com>
|
Jim Ramsay <i.am@jimramsay.com>
|
||||||
v1.3.2, 28 October 2011
|
v1.3.3, 30 December 2012
|
||||||
:man source: startfluxbox.txt
|
:man source: startfluxbox.txt
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
:man manual: Fluxbox Manual
|
:man manual: Fluxbox Manual
|
||||||
|
|
Loading…
Reference in a new issue