diff options
author | Jim Ramsay <i.am@jimramsay.com> | 2009-10-14 01:05:49 (GMT) |
---|---|---|
committer | Jim Ramsay <i.am@jimramsay.com> | 2009-10-14 01:05:49 (GMT) |
commit | 839ea523164caecd8c779e60539b78c2a748a81f (patch) | |
tree | 0019d04f27a1a258bc7a900e3cf77b916dca6493 /ChangeLog | |
parent | 4d3aa646c1d1d1de4fdb31f938f6ea62fd5dd21e (diff) | |
parent | 8def80cec337a986b762cdbb5e2555c6da809353 (diff) | |
download | fluxbox_lack-testing/argb.zip fluxbox_lack-testing/argb.tar.bz2 |
Merge branch 'master' into argbtesting/argbargb
Conflicts:
src/FbTk/FbWindow.cc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,5 +1,52 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes for 1.1.2 |
3 | |||
4 | *09/10/03: | ||
5 | * Build system cleanup: Check for extension headers (Mathias) | ||
6 | autogen.sh configure.in, removed 'missing' file | ||
7 | |||
8 | *09/10/02: | ||
9 | * Bugfix: fluxbox-update_configs wiped out keys file (Mathias) | ||
10 | util/fluxbox-update_configs.cc | ||
11 | |||
12 | *09/10/01: | ||
13 | * Cleanup, compiler fixes, simplification all over the source (Mathias) | ||
14 | |||
15 | *09/09/23: | ||
16 | * Bugfix: Empty submenus lead to misfunction of the 'HideMenus' command (Mathias) | ||
17 | FbTk/Menu.cc | ||
18 | |||
19 | *09/09/12: | ||
20 | * Implemented visibility of titlebar buttons via the apps file (Mathias) | ||
21 | Window.cc | ||
22 | |||
23 | *09/06/28: | ||
24 | * Allow matching screen number in ClientPattern (thanks Peter Hercek) | ||
25 | ClientPattern.cc | ||
26 | * Hide the menu when you click on a window (Mark) | ||
27 | Window.cc | ||
28 | * Make Raise/LowerLayer commands accept integer argument, defualt 2 (Mark) | ||
29 | CurrentWindowCmd.cc/hh Window.cc/hh | ||
30 | * Change default toolbar head to 1 (Mark) | ||
31 | Toolbar.cc | ||
32 | * Add window menu and alt-tab to error case for keys file (Mark) | ||
33 | Keys.cc | ||
34 | * Revert to relative iconbar alignment when too many windows are open (Mark) | ||
35 | FbTk/Container.cc | ||
36 | |||
37 | *09/05/26: | ||
38 | * Fixed unexpected window focus changes under "focus follows mouse" (Jim) | ||
39 | FocusControl.cc/hh Window.cc fluxbox.cc Screen.cc | ||
40 | * Make fbsetbg quieter on '-z' if there's no lastwallpaper (Jim) | ||
41 | util/fbsetbg | ||
42 | * Add new "background: unset" property for use in overlays. (Jim) | ||
43 | RootTheme.cc | ||
44 | * Key file parsing error for MacroCmd with unterminated {...} pairs (Jim) | ||
45 | FbTk/StringUtil.hh FbTk/MacroCommand.cc | ||
46 | * Many documentation updates (Jim): | ||
47 | * Rewrote most manpages into asciidoc format | ||
48 | * Split monolithic fluxbox(1) into fluxbox-apps(5), fluxbox-menu(5) | ||
49 | * Renamed fluxstyle(1) to fluxbox-style(5) | ||
3 | *08/11/01: | 50 | *08/11/01: |
4 | * Don't reload keys file when modifier map changes, just regrab (Mark) | 51 | * Don't reload keys file when modifier map changes, just regrab (Mark) |
5 | Keys.cc/hh fluxbox.cc | 52 | Keys.cc/hh fluxbox.cc |