git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9113 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2004-10-23 11:05:45 +00:00
parent f7a01cc616
commit eb1d77935c

View File

@ -1,6 +1,9 @@
2003-10-23 André Pönitz <poenitz@gmx.net>
* 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.