]> git.lyx.org Git - features.git/commitdiff
status.22x: move crash fixes up
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 25 Jul 2017 23:32:36 +0000 (01:32 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 25 Jul 2017 23:32:36 +0000 (01:32 +0200)
- also correct a bug number

status.22x

index 3589c136580da7a2f8c9e9b86ff1db8289d22510..2cfd328bbbbb10a8af105fb2c810a354a4444ea0 100644 (file)
@@ -73,6 +73,12 @@ What's new
 
 - Fix crash when closing master document with dirty child while Document
   Settings dialog is open (bug 9979).
+  
+- Fix random crash when dissolving inset (bug 10667).
+
+- Fix potential crash when cursor enters an inset (bug 10691).
+
+- Avoid crash when selecting long text (bug 10324).
 
 - Remove duplicate entries from the Symbols dialog (bug 10644).
 
@@ -93,17 +99,11 @@ What's new
 
 - Fix cursor state after double/triple click in mathed (bug #10686).
 
-- Fix potential crash when cursor enters an inset (bug 10691).
-
-- Fix random crash when dissolving inset (bug 10667).
-
-- Avoid crash when selecting long text (bug 10324).
-
 - Avoid a case of stuck cursor after entering an inset (bug 10630).
 
 - Don't swallow labels not entered through the toolbar in mathed (bug 10546).
 
-- Fix bad context menu on insets that do not have one (bug 10626).
+- Fix bad context menu on insets that do not have one (bug 10616).
 
 
 * INTERNALS