diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-01 16:01:28 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2008-09-01 16:01:28 (GMT) |
commit | ed87c4d16eddd38322fbaa51f4d4518f025bfcac (patch) | |
tree | 131ba7eab29141c208af17d2d6137dd2001a7bec /NEWS | |
parent | 13a73a78f604c2735089f98e2e89d097c2f324bc (diff) | |
download | fluxbox_paul-ed87c4d16eddd38322fbaa51f4d4518f025bfcac.zip fluxbox_paul-ed87c4d16eddd38322fbaa51f4d4518f025bfcac.tar.bz2 |
updated for 1.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 117 |
1 files changed, 60 insertions, 57 deletions
@@ -1,61 +1,64 @@ | |||
1 | News in 1.0.0: | 1 | News in 1.1.0: |
2 | * New default style: bloe | 2 | * Changed syntax for window cycling. |
3 | * New styles: | 3 | Instead of bitmask, the window cucling functions takes a list of |
4 | ostrich zimek_darkblue, zimek_green, zimek_bisque, | 4 | options enclosed in{} followed by pattern, similar to those used in |
5 | carp, arch, bora_black, bora_blue, bora_green, green_tea, bloe | 5 | the apps file. |
6 | * Fixed shape handling, now shaped corners have border. | 6 | * Added new placement policies {Row,Col}MinOverlapPlacement. They |
7 | * Allow negative numbers in command "Workspace" | 7 | behave the same as {Row,Col}SmartPlacement when the window fits but |
8 | * Added utility fluxbox-remote | 8 | fall back on minimizing overlap with other windows instead of |
9 | * Allows script access to most fluxbox commands; | 9 | CascadePlacement. |
10 | Support must be turned on in the init file with | 10 | * New options to client patterns: |
11 | session.screen<N>.allowRemoteActions; the syntax is, e.g., | 11 | - transient |
12 | fluxbox-remote "CustomMenu ~/.fluxbox/custommenu" | 12 | - mouse |
13 | * Added keycommands :AddWorkspace and :RemoveLastWorkspace | 13 | - workspacename |
14 | * Added some missing Open Office entries and window managers, | 14 | * New commands: |
15 | plus some other minor changes in fluxbox-generate_menu | 15 | - TypeAheadFocus |
16 | * Updated languages: | 16 | - GoToWindow |
17 | sv_SE, zh_CN, de_*, es_ES, es_AR, en_US, en_GB, pt_* | 17 | - ClientMenu |
18 | fi_FI, fr_FR, ru_RU | 18 | - Attach |
19 | 19 | - Focus | |
20 | - ForEach | ||
21 | - StartTabbing | ||
22 | - SetDecor | ||
23 | - SetTitle | ||
24 | - SetTitleDialog | ||
25 | - SetLayer | ||
26 | * New modifiers to keys file: | ||
27 | - OnToolbar | ||
28 | - OnWindow | ||
29 | - OnTitlebar | ||
30 | - Double | ||
31 | - FocusIn/FocusOut MouseOver/MouseOut ..? | ||
32 | - Delay | ||
33 | * New resources: | ||
34 | - session.screen<N>.tabs.usePixmap: <boolean> | ||
35 | - session.screen<N>.maxIgnoreIncrement: <boolean> | ||
36 | - session.screen<N>.noFocusWhileTypingDelay: <int> | ||
37 | - session.screen<N>.maxDisable{Move,Resize}: <boolean> | ||
38 | - session.screen<N>.slit.acceptKdeDockapps: <boolean> | ||
39 | * New Resize modes: | ||
40 | NearestEdge, Left, Right, Top, Bottom. | ||
41 | * Style changes: | ||
42 | New window.label.(un)focused.{justify,border{Color,Width}}, | ||
43 | which fallback to window.label.{justify,border{Color,Width}} before | ||
44 | - this has the backwards-incompatible effect that | ||
45 | toolbar.iconbar.(un)focused.* fallback first to toolbar.iconbar.* | ||
46 | and then to window.label.* window.{justify,border{Color,Width}} | ||
47 | New style items: | ||
48 | window.(un)focus.border{Width,Color} | ||
49 | * New or updated translations: | ||
50 | - zh_TW | ||
51 | - de_* | ||
52 | * Added -list-commands command line option, which prints a list of | ||
53 | valid fluxbox commands. | ||
20 | Bug fixes: | 54 | Bug fixes: |
21 | * #1694959 Rotate toolbar background texture along with toolbar | 55 | * #1809786, Fixed gcc 2.96 compile problem. |
22 | * #1712583 Non-latin characters displayed incorrectly in menu title | 56 | * #1787345, Fix crash when cycling focus and window closes. |
23 | * #1708859 Fix error passing --with-locale path in ./configure | 57 | * #1836182, Fix division by 0 error when resize increments are set to |
24 | * #1524098 #1633718, System tray restart issue | 58 | 0 by an application. |
25 | ( gaim/pidgin crash on restart ) | 59 | * #1843325, Fix startup items in apps file with specified screen number |
26 | * #1748967 Save workspace names when changing through menu | 60 | * #1786566, NLS entries for Mouse Tab Focus and Click Tab Focus were |
27 | * #1745678 Fixed resource usage due to Skype 1.4 | 61 | switched. |
28 | * #1736252 Strip off additional bits in event state set by Xorg | ||
29 | * #1716899 Deiconify when automatically tabbing to a minimized | ||
30 | window with focus new windows on | ||
31 | * #1479517 Fix submenu placement with xinerama after moving the | ||
32 | menu between heads | ||
33 | * #1716900 Also send transient windows when sending a window to | ||
34 | another workspace | ||
35 | * #1717782 Bad fullscreen in ooimpress2 | ||
36 | * #1718112 memory leak in FbWindow::textProperty | ||
37 | * #1545066 Only replace numbers with zeros when calculating clock | ||
38 | width | ||
39 | * #1652185 Fix window menu context when opened by clicking on tab | ||
40 | * Workspace Menu wasn't updating when windows changed titles | ||
41 | * HideMenus didn't work on CustomMenus, and also fixed a memleak with | ||
42 | CustomMenu | ||
43 | * Fix to avoid rogue instances of /bin/sh after forking away programs | ||
44 | * Fixed some rendering problems when toolbar item borderwidth is | ||
45 | too large and toolbar bevelwidth is set | ||
46 | * Right clicking on a submenu didn't revert focus to its parent | ||
47 | * Pressing escape in a torn menu didn't work | ||
48 | * Updates for compiling with gcc 4.3 | ||
49 | * Fixed compile error with --disable-remember | ||
50 | * Fix transient windows getting tabbed from apps file and not | ||
51 | changing layers when main window is in a lowered tab | ||
52 | * Fixed some window placement issues | ||
53 | * Fixed bug with fluxbox-generate_menu -is | ||
54 | * Fixed infinite loop caused by deiconify command | ||
55 | * Fixed a bug in parsing cli | ||
56 | * Fix slit.onhead with BOTTOMLEFT placement | ||
57 | * Fixed crash when CustomMenu command doesn't point to a file | ||
58 | |||
59 | See ChangeLog for more details. | 62 | See ChangeLog for more details. |
60 | 63 | ||
61 | 64 | ||