From c3b8cde0e47ab699be662c64a4ab28856204e284 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sat, 4 Apr 2009 08:38:50 +0000 Subject: [PATCH] * 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 --- status.16x | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/status.16x b/status.16x index 270676f4be..57a7a2aaf5 100644 --- a/status.16x +++ b/status.16x @@ -124,6 +124,9 @@ What's new - Fix crash when issuing the command "buffer-switch " and there is no buffer called . +- 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 (bug 5873). @@ -204,9 +207,6 @@ What's new - 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).