new version

This commit is contained in:
Henrik Kinnunen 2008-09-17 19:30:30 +02:00
parent a4feddcbd6
commit c6a08ab6ff
2 changed files with 19 additions and 75 deletions

View file

@ -1,8 +1,17 @@
(Format: Year/Month/Day) (Format: Year/Month/Day)
Changes for 1.1 Changes for 1.1.1
*08/09/14: *08/09/14:
* Fixed a minor pixmap resource leak (Henrik) * Fixed a minor pixmap resource leak (Henrik)
FbTk/Menu.cc, FbTk/ImageControl.cc/hh FbTk/Menu.cc, FbTk/ImageControl.cc/hh
*08/09/11:
* Fixed unshading crash (Mark)
src/FbWinFrame.cc
* Be aware of badly specified _NET_WM_ICONS (Mathias)
Ewmh.cc
*08/09/03:
* Added windowmenu to distpackage (Mark)
-----------------------------
Changes for 1.1.0
*08/09/01: *08/09/01:
* When the current menu item gets disabled, highlight its nearest neighbor * When the current menu item gets disabled, highlight its nearest neighbor
and add separators to the focus model menu (Mark) and add separators to the focus model menu (Mark)

83
NEWS
View file

@ -1,78 +1,13 @@
News in 1.1.0: News in 1.1.1:
* Changed syntax for window cycling. * Opaque moving is now default.
Instead of bitmask, the window cycling functions takes a list of
options enclosed in {} followed by pattern, similar to those used in
the apps file.
* Added new placement policies {Row,Col}MinOverlapPlacement. They
behave the same as {Row,Col}SmartPlacement when the window fits but
fall back on minimizing overlap with other windows instead of
CascadePlacement.
* New options to client patterns:
- focushidden
- fullscreen
- head
- iconhidden
- layer
- minimized
- maximized
- shaded
- stuck
- transient
- urgent
- workspace
- workspacename
* New commands:
- Attach
- ClientMenu
- Delay
- Focus
- ForEach
- GoToWindow
- If
- StartMoving
- StartResizing
- StartTabbing
- SetDecor
- SetTitle
- SetTitleDialog
- SetLayer
* New modifiers to keys file:
- OnToolbar
- OnWindow
- OnTitlebar
- Double
* New resources:
- session.screen<N>.tabs.usePixmap: <boolean>
- session.screen<N>.maxIgnoreIncrement: <boolean>
- session.screen<N>.noFocusWhileTypingDelay: <int>
- session.screen<N>.maxDisable{Move,Resize}: <boolean>
- session.screen<N>.slit.acceptKdeDockapps: <boolean>
* New Resize modes:
NearestEdge, Left, Right, Top, Bottom.
* Style changes:
New window.label.(un)focused.{justify,border{Color,Width}},
which fallback to window.label.{justify,border{Color,Width}} before
- this has the backwards-incompatible effect that
toolbar.iconbar.(un)focused.* fallback first to toolbar.iconbar.*
and then to window.label.* window.{justify,border{Color,Width}}
New style items:
window.(un)focus.border{Width,Color}
* New or updated translations:
- de_AT
- de_CH
- mk_MK
- zh_TW
* Added -list-commands command line option, which prints a list of
valid fluxbox commands.
Bug fixes: Bug fixes:
* #1809786, Fixed gcc 2.96 compile problem. * Install issues.
* #1787345, Fix crash when cycling focus and window closes. * Maximize/Fullscreen for windows with non-northwest gravity.
* #1836182, Fix division by 0 error when resize increments are set to * Randr < 1.2 checks.
0 by an application. * Workaround for badly specified _NET_WM_ICONS.
* #1843325, Fix startup items in apps file with specified screen number * Fixed unshade crash.
* #1786566, NLS entries for Mouse Tab Focus and Click Tab Focus were * Minor pixmap resource leak.
switched.
* #1806327, Fix `About' menu item with tcsh.
See ChangeLog for more details. See ChangeLog for more details.