From 5d78920cffcaeea4f5c730babd96e4b1a41a6174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Wed, 4 Feb 2009 18:01:34 +0000 Subject: [PATCH] * status.16x: a bit reordering. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28353 a592a061-630c-0410-9148-cb99ea01b6c8 --- status.16x | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/status.16x b/status.16x index 2bec0afe14..92fe8577e3 100644 --- a/status.16x +++ b/status.16x @@ -89,7 +89,8 @@ What's new * DOCUMENT INPUT/OUTPUT -- Fix crash when reading document with a numbered equation (bug 5688). +- Fix crash when reading document with specific types of numbered equation + produced with tex2lyx (bug 5688). - Fix crash when reading files created by tex2lyx in the presence of an empty child document (bug 4859). @@ -137,9 +138,16 @@ What's new * USER INTERFACE -- Fix crash when no file is open and the creation of a new document fails. +- Fix a crash when no file is open and the creation of a new document + fails. -- Fix crash when using a math related function in an ERT inset (bug 5703). +- Fix a crash when using a math related function in an ERT inset + (bug 5703). + +- Fix a crash when copying a matrix column (bug 5731). + +- Fix a crash when pressing the Home or End key while the cursor is not in + the current view (bug 5736). - Ignore the master_buffer setting in Document>Settings if the current document is no real child. This fixes a crash when using the outliner @@ -212,10 +220,6 @@ What's new older Qt versions. The workaround resulted in unwanted display of hidden directories on UNIX. -- Fix bug that copying a matrix column could crash LyX (bug 5731). - -- Fix problem that pressing the Home or End key could crash LyX (bug 5736). - * DOCUMENTATION AND LOCALIZATION