Update ChangeLog and NEWS
This commit is contained in:
parent
f84671ef8e
commit
09abda1482
2 changed files with 26 additions and 3 deletions
15
ChangeLog
15
ChangeLog
|
@ -3,6 +3,21 @@
|
|||
-----------------------------
|
||||
Changes for 1.3.7
|
||||
|
||||
*15/02/07:
|
||||
* Bugfix: initialize titlebar buttons with the proper size (closes #1125)
|
||||
* Bugfix: correct initialization of the taboptions menu
|
||||
* Bugfix: render toggleitems in menus correctly
|
||||
|
||||
*15/02/05:
|
||||
* Feature: typeahead search options: 'nowhere', 'itemstart', 'somewhere'
|
||||
|
||||
*15/02/04:
|
||||
* Bugfix: prevent tiny titlebar buttons to cause crashes
|
||||
|
||||
*15/02/01:
|
||||
* Bugfix: crash on click the remember menu
|
||||
* Bugfix: use proper texture for window grips
|
||||
|
||||
*15/01/31:
|
||||
* Improve i18n: support NLSPATH, FLUXBOX_CATFILE and FLUXBOX_CATDIR
|
||||
* Update translations
|
||||
|
|
14
NEWS
14
NEWS
|
@ -3,16 +3,24 @@ Version 1.3.7 is a bug fix release.
|
|||
Critical Bugfixes:
|
||||
* Segfault on startup (mostly *BSD)
|
||||
* Segfault on shutdown
|
||||
* Segfault on clicking the Remember menu
|
||||
* Menu crops on TypeAhead
|
||||
|
||||
Minor Bugfixes:
|
||||
* _NET_REQUEST_FRAME_EXTENTS
|
||||
* working autorepeat keys
|
||||
* working vertical rotated Tabs and Toolbar
|
||||
* 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
|
||||
|
||||
Features:
|
||||
* The improved TypeAhead sytem is not limited to matches on beginning
|
||||
of menu items anymore, it matches everywhere.
|
||||
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
|
||||
* Minor tweaks to the i18n system
|
||||
|
||||
End User unrelated:
|
||||
|
|
Loading…
Reference in a new issue