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
|
||||
|
||||
*12/12/11:
|
||||
* Bugfix: use expanded style-filename #3576586 (Mathias)
|
||||
|
||||
*12/12/05:
|
||||
* 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.
|
||||
|
||||
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
|
||||
* Added 'NearestCorner', 'NearestEdge' and 'NearestCornerOrEdge' resize
|
||||
methods
|
||||
* Added percentage values for commands such as ResizeWindow
|
||||
* Added style ressources 'menu.hilite.font', 'menu.hilite.justify'
|
||||
* Added 'OnTab' modifier for keys file
|
||||
* 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:
|
||||
* 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
|
||||
Critical Bugfixes in 1.3.3:
|
||||
* Use of monotonic increasing clock for timer, not affected by leap seconds etc.
|
||||
|
||||
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
|
||||
* Fixed placement off transient windows in a multi-monitor setup with 'holes'
|
||||
* Fixed usage of '~' as part of style filenames
|
||||
* Improved vertical alignment of text in decorations
|
||||
* Fixed compiler and code style issues
|
||||
* Updated italian translations
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
dnl Initialize autoconf and automake
|
||||
AC_INIT(src/main.cc)
|
||||
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
|
||||
AS_IF(test "x$prefix" = "xNONE",[prefix="$ac_default_prefix"])
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fbrun(1)
|
||||
========
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.1.2, 18 February 2009
|
||||
v1.3.3, 30 December 2012
|
||||
:man source: fbrun.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fbsetbg(1)
|
||||
==========
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.2, 28 October 2011
|
||||
v1.3.3, 30 December 2012
|
||||
:man source: fbsetbg.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fbsetroot(1)
|
||||
============
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.2, 28 October 2011
|
||||
v1.3.3, 30 December 2012
|
||||
:man source: fbsetroot.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox-apps(5)
|
||||
===============
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.2, 28 October 2011
|
||||
v1.3.3, 30 December 2012
|
||||
:man source: fluxbox-apps.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox-keys(5)
|
||||
===============
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.2, 28 October 2011
|
||||
v1.3.3, 30 December 2012
|
||||
:man source: fluxbox-keys.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox-menu(5)
|
||||
===============
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.2, 28 October 2011
|
||||
v1.3.3, 30 December 2012
|
||||
:man source: fluxbox-menu.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox-remote(1)
|
||||
=================
|
||||
Mark Tiefenbruck <mark@fluxbox.org>
|
||||
v1.3.1, 27 February 2011
|
||||
v1.3.3, 30 December 2012
|
||||
:man source: fluxbox-remote.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox-style(5)
|
||||
================
|
||||
Henrik Kinnunen <fluxgen@fluxbox.org>
|
||||
v1.3.2, 28 October 2011
|
||||
v1.3.3, 30 December 2012
|
||||
:man source: fluxbox-style.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
fluxbox(1)
|
||||
==========
|
||||
Henrik Kinnunen <fluxgen@fluxbox.org>
|
||||
v1.3.2, 28 October 2011
|
||||
v1.3.3, 30 December 2012
|
||||
:man source: fluxbox.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
startfluxbox(1)
|
||||
===============
|
||||
Jim Ramsay <i.am@jimramsay.com>
|
||||
v1.3.2, 28 October 2011
|
||||
v1.3.3, 30 December 2012
|
||||
:man source: startfluxbox.txt
|
||||
:man version: {revision}
|
||||
:man manual: Fluxbox Manual
|
||||
|
|
Loading…
Reference in a new issue