fluxbox/NEWS

31 lines
1.1 KiB
Text
Raw Normal View History

2015-01-22 09:50:02 +00:00
Version 1.3.7 is a bug fix release.
2011-02-19 15:47:34 +00:00
2015-01-03 14:43:33 +00:00
Critical Bugfixes:
2015-01-22 09:50:02 +00:00
* Segfault on startup (mostly *BSD)
* Segfault on shutdown
2015-02-07 17:22:39 +00:00
* Segfault on clicking the Remember menu
2015-01-31 20:56:40 +00:00
* Menu crops on TypeAhead
2006-06-13 18:31:39 +00:00
2015-01-03 14:43:33 +00:00
Minor Bugfixes:
2015-01-22 09:50:02 +00:00
* _NET_REQUEST_FRAME_EXTENTS
2015-02-07 17:22:39 +00:00
* Working autorepeat keys
* Working vertical rotated Tabs and Toolbar
* Proper size of titlebar buttons on restart / detaching tabs
* Missing windowmenu works again
* Several glitches in the menu
* Correct handling of 'maximized' statement in the apps file
2015-01-03 14:43:33 +00:00
2015-02-01 07:07:26 +00:00
Features:
2015-01-31 20:56:40 +00:00
* The improved TypeAhead sytem is not limited to matches on beginning
2015-02-07 17:22:39 +00:00
of menu items anymore, the behavior is configurable:
- Nowhere - disables TypeAhead support
- ItemStart - matches typed text only at the start of a menu item
- Somewhere - matches typed text somewhere in a menu item
2015-02-08 10:44:34 +00:00
(Currently this is a configfile-only option)
2015-01-31 20:56:40 +00:00
* Minor tweaks to the i18n system
2015-02-08 10:44:34 +00:00
* Updated turkish translations
2015-01-31 20:56:40 +00:00
2015-01-22 09:50:02 +00:00
End User unrelated:
* Code refactoring and cleanup, assisted by Coverity and
clang static code analysis