aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-08-11 20:48:39 (GMT)
committerfluxgen <fluxgen>2004-08-11 20:48:39 (GMT)
commit9a0c97b5417cb2b4921c227c0d26e1ba47101919 (patch)
tree867a7bea5b45c1581cf0dfe1b11a93b083e3bc26
parent4b159871a0d1baae0bf74a8d7e721814f3b57357 (diff)
downloadfluxbox_pavel-9a0c97b5417cb2b4921c227c0d26e1ba47101919.zip
fluxbox_pavel-9a0c97b5417cb2b4921c227c0d26e1ba47101919.tar.bz2
update
-rw-r--r--ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4390e1..68d1ba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,46 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.10: 2Changes for 0.9.10:
3*04/08/11:
4 * Updated Cthulhain style for toolbar.workspace.*
5 and fixed a minor error in fluxbox.1.in
6 (Thanks php-coder (php-coder at ngs dot ru)
7 * Fixed bug: fbrun segfaults when history item is
8 bigger than entry box
9 patch: [ 1005182 ] fix for Bug with RequestID #877004
10 bug: [ 877004 ] fbrun segfaults when history item is bigger than entry box
11 (Thanks Mangala)
12 TextBox.cc
13*04/08/10:
14 * Fixed minor bug when generating buttons for titlebar,
15 it didn't call setupWindow unless we had a special option
16 like remember enabled
17 (Henrik)
18 Window.cc/hh
19 * Fixed so one can use to use this in the apps-file:
20 [Layer] {number | literal}
21 ex:
22 [Layer] {BOTTOM}
23 while literal is one of
24 DESKTOP BOTTOM NORMAL TOP DOCK ABOVEDOCK MENU
25 (Thanks Mathias Gumz)
26 Remember.cc
27 * Added some new options font loading:
28 *.font: fontname-size:option,specoption1:key=val;key2=val2 etc
29 eg:
30 *.font: Verdana-10:bold,shadow:offsetx=2;offsety=4;color=green
31 *.font: Verdana-10:halo:color=blue
32 possible specoptions atm:
33 halo:
34 color=colorname
35 shadow:
36 color=colorname
37 offsetx=number (negative allowed)
38 offsety=number (negative allowed)
39 (Thanks Mathiaz Gumz and C. Mccreesh)
40 FbTk/Font.hh/cc
41 * Fixed utf-8 problems, needs testing.
42 (Patch from Sergey Kuleshov)
43 FbTk/*Font.cc/hh
3*04/08/05: 44*04/08/05:
4 * Enable dutch menu for flemish people as well. 45 * Enable dutch menu for flemish people as well.
5 (Thanks Mathieu De Zutter <mathieu at dezutter dot org>) 46 (Thanks Mathieu De Zutter <mathieu at dezutter dot org>)