diff options
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -1,6 +1,32 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes for 1.1.2 |
3 | 3 | ||
4 | *11/02/03: | ||
5 | |||
6 | * Allow to override 'Focus New Windows' via .fluxbox/apps (thanks Peter Hercek) | ||
7 | Remember.{cc,hh} Window.hh | ||
8 | * Bugfix: semantical difference between WinState::Decoration and | ||
9 | Remember::save() (thanks Peter) | ||
10 | |||
11 | *11/02/25: | ||
12 | |||
13 | * Added 'fontconfig' as link dependency if Xft is used (Mathias) | ||
14 | acinclude.m4 | ||
15 | |||
16 | *11/01/24: | ||
17 | |||
18 | * Added syntax / coloring for 'Vim' to '3rd/vim' | ||
19 | |||
20 | *11/01/18: | ||
21 | |||
22 | * Bugfix: Prevent SIGFPE when using nxserver, closes #2813828 (Mathias) | ||
23 | FbTk/Menu.cc | ||
24 | |||
25 | *11/01/15: | ||
26 | |||
27 | * Code cleanup (Mathias) | ||
28 | FbTk/Menu.{cc,hh} Screen.cc Slit.cc Toolbar.cc | ||
29 | |||
4 | *11/01/06: | 30 | *11/01/06: |
5 | 31 | ||
6 | * Bugfix: handle result of DisplayString() correctly, bug #3136775 (Mathias) | 32 | * Bugfix: handle result of DisplayString() correctly, bug #3136775 (Mathias) |
@@ -211,7 +237,7 @@ Changes for 1.1.2 | |||
211 | ClientPattern.cc | 237 | ClientPattern.cc |
212 | * Hide the menu when you click on a window (Mark) | 238 | * Hide the menu when you click on a window (Mark) |
213 | Window.cc | 239 | Window.cc |
214 | * Make Raise/LowerLayer commands accept integer argument, defualt 2 (Mark) | 240 | * Make Raise/LowerLayer commands accept integer argument, default 2 (Mark) |
215 | CurrentWindowCmd.cc/hh Window.cc/hh | 241 | CurrentWindowCmd.cc/hh Window.cc/hh |
216 | * Change default toolbar head to 1 (Mark) | 242 | * Change default toolbar head to 1 (Mark) |
217 | Toolbar.cc | 243 | Toolbar.cc |