aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-02-03 18:19:35 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-03 18:19:35 (GMT)
commit24f6f18127e4ad8be3074f38655e37512a4f69f4 (patch)
tree2efe5959b371c904db6bc5e725dcfc0fecd3d972
parentfc192b1161bf9d1ca0ca9a35397c99ee1a41c7f3 (diff)
downloadfluxbox-24f6f18127e4ad8be3074f38655e37512a4f69f4.zip
fluxbox-24f6f18127e4ad8be3074f38655e37512a4f69f4.tar.bz2
updated ChangeLog
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e259671..95f943c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,32 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1.2 2Changes 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)