aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-15 12:46:58 (GMT)
committerfluxgen <fluxgen>2002-11-15 12:46:58 (GMT)
commit2a093751301b4c3e756791a1a174f1940f66a3dc (patch)
treeb52848f3c21987e44953e3a9bba4dedf6b55e188
parent8515c1dc152d879ca4709fc36776bf058e96a235 (diff)
downloadfluxbox_pavel-2a093751301b4c3e756791a1a174f1940f66a3dc.zip
fluxbox_pavel-2a093751301b4c3e756791a1a174f1940f66a3dc.tar.bz2
update
-rw-r--r--ChangeLog42
1 files changed, 29 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a4ba92..33bff7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,22 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.1.13: 2Changes for 0.1.13:
3*02/11/14:
4 * Fixed bug [ 604958 ] Menu not (full) visible when tabs bottom
5 Rootmenu.cc/hh
6 * Fixed bug [ 581588 ] Toolbar auto-hiding
7 Toolbar.cc
3*02/11/13: 8*02/11/13:
9 * Clean up in Slit
10 Slit.cc/hh, Screen.cc
11 * Fixed caps, num and scroll lock modifier checks
12 (fixed Bug: [ 522673 ] Numlock not handled correctly in Solaris)
13 Keys.cc/hh
14*02/11/12:
15 * Updated fluxbox-generate_menu (Han)
16 * Fixed alignment in window label
17 Window.cc
18 * Fixed history in FbRun
19 * Updated FbRun to use the new font system
4 * Removed window size limitation, fixes Debian bug #159709 (Simon) 20 * Removed window size limitation, fixes Debian bug #159709 (Simon)
5 Window.cc 21 Window.cc
6 * Fixed geometry/position window size and alignment problem (Simon) 22 * Fixed geometry/position window size and alignment problem (Simon)
@@ -9,20 +25,20 @@ Changes for 0.1.13:
9 * Fixed Toolbar workspace label text color. 25 * Fixed Toolbar workspace label text color.
10 Theme.cc 26 Theme.cc
11*02/10/25: 27*02/10/25:
12 * Icon.hh/cc renamed to Iconmenu.hh/cc 28 * Renamed Icon.hh/cc to Iconmenu.hh/cc
13 * Clean up 29 * Clean up (fixed bug [ 608945 ] xmms crashes fluxbox )
14 BaseDisplay.hh/cc, Screen.cc/hh, Tab.cc, Window.cc 30 BaseDisplay.hh/cc, Screen.cc/hh, Tab.cc, Window.cc
15*02/10/24: 31*02/10/24:
16 * Updated fluxbox-generate_menu (Thanks Han) 32 * Updated fluxbox-generate_menu (Thanks Han)
17*02/10/23: 33*02/10/23:
18 * Fixed auto_ptr assignment so it compiles with gcc 2.95.x 34 * Fixed auto_ptr assignment so it compiles with gcc 2.95.x
19 fluxbox.cc, Window.cc 35 fluxbox.cc, Window.cc
20 * Minor cleaning in Windowmenu.cc/hh 36 * Minor cleaning in Windowmenu.cc/hh
21*02/10/22: 37*02/10/22:
22 * Fixed isGroupable for FluxboxWindow, 38 * Fixed isGroupable for FluxboxWindow,
23 It should report if the window is groupable if it's 39 It should report if the window is groupable if it's
24 not transient, nonresiable and nonmaximizable 40 not transient, nonresiable and nonmaximizable
25 Window.hh/cc 41 Window.hh/cc
26*02/10/20: 42*02/10/20:
27 * Updated it_IT translation (Thanks Filippo Pappalardo) 43 * Updated it_IT translation (Thanks Filippo Pappalardo)
28*02/10/19: 44*02/10/19:
@@ -43,10 +59,10 @@ Changes for 0.1.13:
43 * Fixed support for: 59 * Fixed support for:
44 _NET_WM_DESKTOP, 60 _NET_WM_DESKTOP,
45 _NET_NUMBER_OF_DESKTOPS, 61 _NET_NUMBER_OF_DESKTOPS,
46 _NET_CURRENT_DESKTOP, 62 _NET_CURRENT_DESKTOP,
47 _NET_ACTIVE_WINDOW, 63 _NET_ACTIVE_WINDOW,
48 _NET_CLOSE_WINDOW 64 _NET_CLOSE_WINDOW
49 Ewmh.hh/cc 65 Ewmh.hh/cc
50*02/10/15: 66*02/10/15:
51 * Conditional compile/linking of Xft specific files 67 * Conditional compile/linking of Xft specific files
52 src/Makefile.am, configure.in 68 src/Makefile.am, configure.in
@@ -69,7 +85,7 @@ Changes for 0.1.13:
69*02/10/11: 85*02/10/11:
70 * Fixed support for _NET_WM_STATE with _NET_WM_STATE_STICKY and 86 * Fixed support for _NET_WM_STATE with _NET_WM_STATE_STICKY and
71 _NET_WM_STATE_SHADED 87 _NET_WM_STATE_SHADED
72 Ewmh.cc 88 Ewmh.cc
73*02/10/02: 89*02/10/02:
74 * Added Ewmh.hh/cc for Extended Window Manager Hints 90 * Added Ewmh.hh/cc for Extended Window Manager Hints
75*02/09/21: 91*02/09/21:
@@ -99,7 +115,7 @@ Changes for 0.1.12/13:
99 Window.cc 115 Window.cc
100 * Fixed so Gnome win state is checked after window creation. 116 * Fixed so Gnome win state is checked after window creation.
101 bug [ 548957 ] fspanel doesnt become sticky 117 bug [ 548957 ] fspanel doesnt become sticky
102 Window.cc 118 Window.cc
103*02/09/08: 119*02/09/08:
104 * Fixed new transient handling 120 * Fixed new transient handling
105 Workspace.cc/hh, Screen.cc/hh, Window.cc/hh, Slit.cc, Toolbar.cc 121 Workspace.cc/hh, Screen.cc/hh, Window.cc/hh, Slit.cc, Toolbar.cc