status.22x: move crash fixes up

- also correct a bug number
This commit is contained in:
Uwe Stöhr 2017-07-26 01:32:36 +02:00
parent 5eda278c80
commit 8f476415ea

View File

@ -74,6 +74,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).
- Always show the float type in the float inset label (bug 10618).
@ -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