aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 14:43:33 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 14:43:33 (GMT)
commit1a5d52481c8e2edbbf9e44725346e3e8cc5f6dac (patch)
tree85dfa73901553478946c7cce75a13363ddc6fd0f /ChangeLog
parent495271853665243852bf3693567bd5ca33c92cf8 (diff)
downloadfluxbox-1a5d52481c8e2edbbf9e44725346e3e8cc5f6dac.zip
fluxbox-1a5d52481c8e2edbbf9e44725346e3e8cc5f6dac.tar.bz2
Preparation of release 1.3.6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog76
1 files changed, 76 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c4350f..8c6b0ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,82 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2 2
3----------------------------- 3-----------------------------
4Changes for 1.3.6
5
6*15/01/02:
7 * Bugfix: Corruption of fbrun-history
8 (closes #72, #73 and patch #162, thanks to Mattias Guns,
9 'Nable 80' and Ulrich Eckhardt)
10
11*14/09/29:
12 * Feature: Treat Windows having WM_CLASS == "DockApp" set like DockApps
13
14*14/09/28:
15 * Bugfix: Fix border width for relative resizes (Thanks to Arkadiusz Bokowy)
16
17*14/09/14:
18 * Bugfix: Check correct XClassHint property (Thanks to Arkadiusz Bokowy)
19
20*14/07/22:
21 * Bugfix: Fix _NET_MOVERESIZE_WINDOW resize issue, closes #1108
22
23*14/05/12:
24 * Bugfix: Fix clocktool and other entities lagging behind the systemclock.
25
26*14/04/11:
27 * Build-System: Modernized variant of the autotools-based build system
28 fluxbox uses. Many thanks to Sami Kerola.
29
3014/04/09:
31 * Bugfix: Fix excessive loading of the keys file caused by xmodmap
32
3314/02/18:
34 * Bugfix: Fix race condition on shutdown
35
3614/02/05:
37 * Translation: Fix encoding of the Bulgarian translation
38 (Thanks Peter Pentchev)
39
4013/09/15:
41 * Bugfix: Fix integer math which caused problems with Focus, Resize and
42 Move commands. (Thanks Amadeusz S¿awi¿ski)
43
4413/08/02:
45 * Feature: Add 'ArrangeWindowsStack' (Thanks John Sennesael)
46 * Bugfix: Fix lost keypresses after workspace change (#1067)
47
4813/07/14:
49 * Translation: Update to Japanese translation (Thanks Takeshi Hamasaki)
50
5113/06/29:
52 * Code cleanup: Adjust use of std::equal_to to be more portable
53 with other implementations of STL (Thanks Raphael Kubo da Costa)
54 * Bugfix: Fix detection of $HOME folder
55
5613/06/18:
57 * Speedup: Use binary search to find longest possible text
58 to render. A malignant webpage could set a document title with something
59 like this: document.title = new Array(4999).join(".") and then fluxbox
60 would waste lots of cycles upon detecting the renderable width for that
61 title. Closes #1090
62 * Bugfix: Fix maximum length for text. XGlyphInfo.xOff is a signed short
63 and thus it handles "only" ~32k pixels. A monospace font with a font-size
64 of 10 pixels will overflow after ~ 3276 glyphs.
65
6613/05/16:
67 * Bugfix: Fix Window-Motion-Outline
68
6913/03/18:
70 * Translation: Update to Hebrew translation (Thanks Isratine Citizen)
71
7213/02/27:
73 * Feature: Workspace switching via toolbar
74
7513/02/26:
76 * Bugfix: Fix initial window placement for better head detection
77 (Thanks Peter Hercek)
78
79-----------------------------
4Changes for 1.3.5 80Changes for 1.3.5
5 81
6*13/02/13: 82*13/02/13: