From 200a42a37e0ba6673edf5d9f2b19622b51a42e5c Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Mon, 14 Jun 2010 12:28:49 +0000 Subject: [PATCH] * status.16x for r34650. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34651 a592a061-630c-0410-9148-cb99ea01b6c8 --- status.16x | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/status.16x b/status.16x index 00d645ad81..4e8430cf95 100644 --- a/status.16x +++ b/status.16x @@ -70,6 +70,9 @@ What's new * DOCUMENT INPUT/OUTPUT +- Fix assertion when using an empty user macro taking an argument as + the base of script inset (bug 6739). + - Fix reverse search when the document name contains a character which is forbidden in LaTeX filenames (such as spaces). @@ -98,9 +101,6 @@ What's new - Allow to overwrite files without dialog popup on export from GUI (bug 2844). -- Fix assertion when using an empty user macro taking an argument as - the base of script inset (bug 6739). - - Correct the LaTeX output of framed boxes (bug 4776). - Correctly parse math formulas having a backslash as last character @@ -109,6 +109,9 @@ What's new * USER INTERFACE +- Fix an assertion when copying Insets from a deleted range of + text deleted by a different author (bug 6744). + - Correctly restore a dissolved macro inset on undo (bug 6678). - Correctly handle empty custom line spacing in settings (bug 6649).