fixes for NEWS entry

This commit is contained in:
Mark Tiefenbruck 2008-09-01 12:18:53 -04:00
parent ed87c4d16e
commit 6e9c3a4e0f

32
NEWS
View file

@ -1,23 +1,36 @@
News in 1.1.0: News in 1.1.0:
* Changed syntax for window cycling. * Changed syntax for window cycling.
Instead of bitmask, the window cucling functions takes a list of Instead of bitmask, the window cycling functions takes a list of
options enclosed in{} followed by pattern, similar to those used in options enclosed in {} followed by pattern, similar to those used in
the apps file. the apps file.
* Added new placement policies {Row,Col}MinOverlapPlacement. They * Added new placement policies {Row,Col}MinOverlapPlacement. They
behave the same as {Row,Col}SmartPlacement when the window fits but behave the same as {Row,Col}SmartPlacement when the window fits but
fall back on minimizing overlap with other windows instead of fall back on minimizing overlap with other windows instead of
CascadePlacement. CascadePlacement.
* New options to client patterns: * New options to client patterns:
- focushidden
- fullscreen
- head
- iconhidden
- layer
- minimized
- maximized
- shaded
- stuck
- transient - transient
- mouse - urgent
- workspace
- workspacename - workspacename
* New commands: * New commands:
- TypeAheadFocus
- GoToWindow
- ClientMenu
- Attach - Attach
- ClientMenu
- Delay
- Focus - Focus
- ForEach - ForEach
- GoToWindow
- If
- StartMoving
- StartResizing
- StartTabbing - StartTabbing
- SetDecor - SetDecor
- SetTitle - SetTitle
@ -28,8 +41,6 @@ News in 1.1.0:
- OnWindow - OnWindow
- OnTitlebar - OnTitlebar
- Double - Double
- FocusIn/FocusOut MouseOver/MouseOut ..?
- Delay
* New resources: * New resources:
- session.screen<N>.tabs.usePixmap: <boolean> - session.screen<N>.tabs.usePixmap: <boolean>
- session.screen<N>.maxIgnoreIncrement: <boolean> - session.screen<N>.maxIgnoreIncrement: <boolean>
@ -47,8 +58,10 @@ News in 1.1.0:
New style items: New style items:
window.(un)focus.border{Width,Color} window.(un)focus.border{Width,Color}
* New or updated translations: * New or updated translations:
- de_AT
- de_CH
- mk_MK
- zh_TW - zh_TW
- de_*
* Added -list-commands command line option, which prints a list of * Added -list-commands command line option, which prints a list of
valid fluxbox commands. valid fluxbox commands.
Bug fixes: Bug fixes:
@ -59,6 +72,7 @@ Bug fixes:
* #1843325, Fix startup items in apps file with specified screen number * #1843325, Fix startup items in apps file with specified screen number
* #1786566, NLS entries for Mouse Tab Focus and Click Tab Focus were * #1786566, NLS entries for Mouse Tab Focus and Click Tab Focus were
switched. switched.
* #1806327, Fix `About' menu item with tcsh.
See ChangeLog for more details. See ChangeLog for more details.