Update ChangeLog
This commit is contained in:
parent
6fe7fbdc6b
commit
6a9c14e620
1 changed files with 36 additions and 33 deletions
69
ChangeLog
69
ChangeLog
|
@ -3,77 +3,80 @@
|
||||||
-----------------------------
|
-----------------------------
|
||||||
Changes for 1.3.6
|
Changes for 1.3.6
|
||||||
|
|
||||||
|
*15/01/03:
|
||||||
|
* Code cleanup
|
||||||
|
|
||||||
*15/01/02:
|
*15/01/02:
|
||||||
* Bugfix: Corruption of fbrun-history
|
* Bugfix: Corruption of fbrun-history
|
||||||
(closes #72, #73 and patch #162, thanks to Mattias Guns,
|
(closes #72, #73 and patch #162, thanks to Mattias Guns,
|
||||||
'Nable 80' and Ulrich Eckhardt)
|
'Nable 80' and Ulrich Eckhardt)
|
||||||
|
|
||||||
*14/09/29:
|
*14/09/29:
|
||||||
* Feature: Treat Windows having WM_CLASS == "DockApp" set like DockApps
|
* Feature: Treat Windows having WM_CLASS == "DockApp" set like DockApps
|
||||||
|
|
||||||
*14/09/28:
|
*14/09/28:
|
||||||
* Bugfix: Fix border width for relative resizes (Thanks to Arkadiusz Bokowy)
|
* Bugfix: Fix border width for relative resizes (Thanks to Arkadiusz Bokowy)
|
||||||
|
|
||||||
*14/09/14:
|
*14/09/14:
|
||||||
* Bugfix: Check correct XClassHint property (Thanks to Arkadiusz Bokowy)
|
* Bugfix: Check correct XClassHint property (Thanks to Arkadiusz Bokowy)
|
||||||
|
|
||||||
*14/07/22:
|
*14/07/22:
|
||||||
* Bugfix: Fix _NET_MOVERESIZE_WINDOW resize issue, closes #1108
|
* Bugfix: Fix _NET_MOVERESIZE_WINDOW resize issue, closes #1108
|
||||||
|
|
||||||
*14/05/12:
|
*14/05/12:
|
||||||
* Bugfix: Fix clocktool and other entities lagging behind the systemclock.
|
* Bugfix: Fix clocktool and other entities lagging behind the systemclock.
|
||||||
|
|
||||||
*14/04/11:
|
*14/04/11:
|
||||||
* Build-System: Modernized variant of the autotools-based build system
|
* Build-System: Modernized variant of the autotools-based build system
|
||||||
fluxbox uses. Many thanks to Sami Kerola.
|
fluxbox uses. Many thanks to Sami Kerola.
|
||||||
|
|
||||||
14/04/09:
|
14/04/09:
|
||||||
* Bugfix: Fix excessive loading of the keys file caused by xmodmap
|
* Bugfix: Fix excessive loading of the keys file caused by xmodmap
|
||||||
|
|
||||||
14/02/18:
|
14/02/18:
|
||||||
* Bugfix: Fix race condition on shutdown
|
* Bugfix: Fix race condition on shutdown
|
||||||
|
|
||||||
14/02/05:
|
14/02/05:
|
||||||
* Translation: Fix encoding of the Bulgarian translation
|
* Translation: Fix encoding of the Bulgarian translation
|
||||||
(Thanks Peter Pentchev)
|
(Thanks Peter Pentchev)
|
||||||
|
|
||||||
13/09/15:
|
13/09/15:
|
||||||
* Bugfix: Fix integer math which caused problems with Focus, Resize and
|
* Bugfix: Fix integer math which caused problems with Focus, Resize and
|
||||||
Move commands. (Thanks Amadeusz S¿awi¿ski)
|
Move commands. (Thanks Amadeusz S¿awi¿ski)
|
||||||
|
|
||||||
13/08/02:
|
13/08/02:
|
||||||
* Feature: Add 'ArrangeWindowsStack' (Thanks John Sennesael)
|
* Feature: Add 'ArrangeWindowsStack' (Thanks John Sennesael)
|
||||||
* Bugfix: Fix lost keypresses after workspace change (#1067)
|
* Bugfix: Fix lost keypresses after workspace change (#1067)
|
||||||
|
|
||||||
13/07/14:
|
13/07/14:
|
||||||
* Translation: Update to Japanese translation (Thanks Takeshi Hamasaki)
|
* Translation: Update to Japanese translation (Thanks Takeshi Hamasaki)
|
||||||
|
|
||||||
13/06/29:
|
13/06/29:
|
||||||
* Code cleanup: Adjust use of std::equal_to to be more portable
|
* Code cleanup: Adjust use of std::equal_to to be more portable
|
||||||
with other implementations of STL (Thanks Raphael Kubo da Costa)
|
with other implementations of STL (Thanks Raphael Kubo da Costa)
|
||||||
* Bugfix: Fix detection of $HOME folder
|
* Bugfix: Fix detection of $HOME folder
|
||||||
|
|
||||||
13/06/18:
|
13/06/18:
|
||||||
* Speedup: Use binary search to find longest possible text
|
* Speedup: Use binary search to find longest possible text
|
||||||
to render. A malignant webpage could set a document title with something
|
to render. A malignant webpage could set a document title with something
|
||||||
like this: document.title = new Array(4999).join(".") and then fluxbox
|
like this: document.title = new Array(4999).join(".") and then fluxbox
|
||||||
would waste lots of cycles upon detecting the renderable width for that
|
would waste lots of cycles upon detecting the renderable width for that
|
||||||
title. Closes #1090
|
title. Closes #1090
|
||||||
* Bugfix: Fix maximum length for text. XGlyphInfo.xOff is a signed short
|
* Bugfix: Fix maximum length for text. XGlyphInfo.xOff is a signed short
|
||||||
and thus it handles "only" ~32k pixels. A monospace font with a font-size
|
and thus it handles "only" ~32k pixels. A monospace font with a font-size
|
||||||
of 10 pixels will overflow after ~ 3276 glyphs.
|
of 10 pixels will overflow after ~ 3276 glyphs.
|
||||||
|
|
||||||
13/05/16:
|
13/05/16:
|
||||||
* Bugfix: Fix Window-Motion-Outline
|
* Bugfix: Fix Window-Motion-Outline
|
||||||
|
|
||||||
13/03/18:
|
13/03/18:
|
||||||
* Translation: Update to Hebrew translation (Thanks Isratine Citizen)
|
* Translation: Update to Hebrew translation (Thanks Isratine Citizen)
|
||||||
|
|
||||||
13/02/27:
|
13/02/27:
|
||||||
* Feature: Workspace switching via toolbar
|
* Feature: Workspace switching via toolbar
|
||||||
|
|
||||||
13/02/26:
|
13/02/26:
|
||||||
* Bugfix: Fix initial window placement for better head detection
|
* Bugfix: Fix initial window placement for better head detection
|
||||||
(Thanks Peter Hercek)
|
(Thanks Peter Hercek)
|
||||||
|
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
Loading…
Reference in a new issue