* status.16x: reorder by severity.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29075 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-04-04 08:38:50 +00:00
parent 77272af42c
commit c3b8cde0e4

View File

@ -124,6 +124,9 @@ What's new
- Fix crash when issuing the command "buffer-switch <buffer>" and there - Fix crash when issuing the command "buffer-switch <buffer>" and there
is no buffer called <buffer>. is no buffer called <buffer>.
- Fix crash in shortcut editor: Pressing delete again after deleting
a key binding causes segfault.
- After reloading a child document, correctly re-assign the master - After reloading a child document, correctly re-assign the master
(bug 5873). (bug 5873).
@ -204,9 +207,6 @@ What's new
- Add child-exclusive branches to the Insert>Branch submenu (bug 5851). - Add child-exclusive branches to the Insert>Branch submenu (bug 5851).
- Fix crash in shortcut editor: Pressing delete again after deleting
a key binding causes segfault.
- Correct placement of the cursor in description styles (bug 4067). - Correct placement of the cursor in description styles (bug 4067).