diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 13 |
2 files changed, 15 insertions, 0 deletions
@@ -10,6 +10,8 @@ Main developers: | |||
10 | Mark Tiefenbruck <mark(at)fluxbox.org> | 10 | Mark Tiefenbruck <mark(at)fluxbox.org> |
11 | 11 | ||
12 | Contributors: | 12 | Contributors: |
13 | Jim Ramsay <i.am(at)jimramsay.com> | ||
14 | - documentation updates, bugfixes, some code. | ||
13 | Han Boetes <han(at)mijncomputer.nl> | 15 | Han Boetes <han(at)mijncomputer.nl> |
14 | - RPM Packaging, debugging and scripts. | 16 | - RPM Packaging, debugging and scripts. |
15 | - fbsetbg, fluxbox-generate_menu | 17 | - fbsetbg, fluxbox-generate_menu |
@@ -1,5 +1,18 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes for 1.1.2 |
3 | *09/05/26: | ||
4 | * Fixed unexpected window focus changes under "focus follows mouse" (Jim) | ||
5 | FocusControl.cc/hh Window.cc fluxbox.cc Screen.cc | ||
6 | * Make fbsetbg quieter on '-z' if there's no lastwallpaper (Jim) | ||
7 | util/fbsetbg | ||
8 | * Add new "background: unset" property for use in overlays. (Jim) | ||
9 | RootTheme.cc | ||
10 | * Key file parsing error for MacroCmd with unterminated {...} pairs (Jim) | ||
11 | FbTk/StringUtil.hh FbTk/MacroCommand.cc | ||
12 | * Many documentation updates (Jim): | ||
13 | * Rewrote most manpages into asciidoc format | ||
14 | * Split monolithic fluxbox(1) into fluxbox-apps(5), fluxbox-menu(5) | ||
15 | * Renamed fluxstyle(1) to fluxbox-style(5) | ||
3 | *08/11/01: | 16 | *08/11/01: |
4 | * Don't reload keys file when modifier map changes, just regrab (Mark) | 17 | * Don't reload keys file when modifier map changes, just regrab (Mark) |
5 | Keys.cc/hh fluxbox.cc | 18 | Keys.cc/hh fluxbox.cc |