From eb1d77935cdbafede392fe925fec71463ec06052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Sat, 23 Oct 2004 11:05:45 +0000 Subject: [PATCH] and this git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9113 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 1bb66fb1ce..3a43219c99 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,9 @@ 2003-10-23 André Pönitz + * undo.C (textUndoOrRedo): + * dociterator.C (asDocIterator): work around crash + * cursor.C (getStatus): replace ASSERT by more verbose error message and manual correction of the problem. Should increase stability while providing more sensible information.