Status.15x: mark a bug as fixed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16461 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-01-01 17:36:31 +00:00
parent 67be2e9b29
commit cef231f17e

View File

@ -165,13 +165,6 @@ EDITING
* edit->text style->capitalize/lower/upper case doesn't work due to change
tracking-related changes.
* insert->note->lyx note, enter a few chars, collapse the note. Copy the note
several times (three lines?), use mouse to select. Lyx crashes with
Assertion triggered in void lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest&) by failing check "cur.text() == this" in file src/text3.C:323
NOTE: this is unrelated to the button face-lift patch.
* the insertion of Ctrl-Return cannot be undone
@ -639,6 +632,13 @@ e C:\cygwin\home\ms\lyx-trunk\src\support\filename.C:48
Abort
FIXED (Bo 2006-12-27)
* insert->note->lyx note, enter a few chars, collapse the note. Copy the note
several times (three lines?), use mouse to select. Lyx crashes with
Assertion triggered in void lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest&) by failing check "cur.text() == this" in file src/text3.C:323
NOTE: this is unrelated to the button face-lift patch.
FIXED (Bo 2006-12-27)
* Open "de_Intro.lyx"; mark first word ("Einführung"); invoke "ert-insert" => seg fault
FIXED (Abdel 2006-30-12)
@ -649,4 +649,4 @@ e C:\cygwin\home\ms\lyx-trunk\src\support\filename.C:48
this is important for the test case); add a character into the note
=> the complete footnote is expanded but only the current line is repainted
FIXED (Abdel 2006-12-29): following Paragraph and LyXText metrics cleanup.