aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-15 10:59:38 (GMT)
committerfluxgen <fluxgen>2002-10-15 10:59:38 (GMT)
commit07ee11fcbc7a2fdf05ba7881084fe4f6eeb78129 (patch)
tree6431779080431a2117813967e4a9700f63baebd7 /ChangeLog
parent06bcf37576c27c964603010a6ddd6e140c9badb3 (diff)
downloadfluxbox-07ee11fcbc7a2fdf05ba7881084fe4f6eeb78129.zip
fluxbox-07ee11fcbc7a2fdf05ba7881084fe4f6eeb78129.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b714cc8..90d55a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,17 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.1.13: 2Changes for 0.1.13:
3*02/10/15:
4 * Conditional compile/linking of Xft specific files
5 src/Makefile.am, configure.in
6 * Antialias option in Configmenu
7 Configmenu.cc, Screen.cc/hh, Theme.cc/hh
3*02/10/14: 8*02/10/14:
4 * Added XftFontImp.hh/cc for Xft font support. 9 * Added XftFontImp.hh/cc for Xft font support.
5 Compile with --enable-xft 10 Compile with --enable-xft
6*02/10/13: 11*02/10/13:
7 * Minor cleaning in configure.in 12 * Minor cleaning in configure.in
8 * Fixed grab reconfigure bug 13 * Fixed grab reconfigure bug
14 Window.cc
9 * Fixed UTF-8 support in XmbFontImp.cc 15 * Fixed UTF-8 support in XmbFontImp.cc
10 * Moved font system specific stuff from Font.hh/cc to 16 * Moved font system specific stuff from Font.hh/cc to
11 font implementation classes. 17 font implementation classes.
@@ -14,6 +20,7 @@ Changes for 0.1.13:
14*02/10/11: 20*02/10/11:
15 * Fixed support for _NET_WM_STATE with _NET_WM_STATE_STICKY and 21 * Fixed support for _NET_WM_STATE with _NET_WM_STATE_STICKY and
16 _NET_WM_STATE_SHADED 22 _NET_WM_STATE_SHADED
23 Ewmh.cc
17*02/10/02: 24*02/10/02:
18 * Added Ewmh.hh/cc for Extended Window Manager Hints 25 * Added Ewmh.hh/cc for Extended Window Manager Hints
19*02/09/21: 26*02/09/21: