summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2009-05-27 12:58:59 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2009-05-27 12:58:59 (GMT)
commit5d183bf0797c35214e37bd22f43bb02decc7512f (patch)
treefa03aace7f72a3edba55b29d6fbc318b30eb2aa9
parent71b639936f079e2a8d57cf6e43bf48600f9d639b (diff)
downloadfluxbox_lack-5d183bf0797c35214e37bd22f43bb02decc7512f.zip
fluxbox_lack-5d183bf0797c35214e37bd22f43bb02decc7512f.tar.bz2
Updated ChangeLog
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog13
2 files changed, 15 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9ac254f..33adc02 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,8 @@ Main developers:
10 Mark Tiefenbruck <mark(at)fluxbox.org> 10 Mark Tiefenbruck <mark(at)fluxbox.org>
11 11
12Contributors: 12Contributors:
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
diff --git a/ChangeLog b/ChangeLog
index bc9f25a..8625d5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1.2 2Changes 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