]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
Add some documentation. Yes I know that some functions are misnamed :-(
[lyx.git] / Status.15x
index 153693472f0df7b39191132b4f529dde381001aa..bfd48e2e9fe325093a2ab4b3be08c18dff57ee2b 100644 (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
 
 
@@ -201,10 +194,6 @@ LAYOUT
 
 PAINTING & PERFORMANCE
 
-* Open de_UserGuide.lyx; go to the end of the document; click into the footnote (with the mouse -
-  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
-
 * END_LABEL_* handling in RowPainer::paintLast() is broken. In regular text,
   label boxes are not completely visible (because we shrinked the margin on 
   screen?). Inside of insets, they don't work at all. 
@@ -643,8 +632,21 @@ 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)
   
 * The items in the treeview are editable
   FIXED (Peter 2006-30-12)
+
+* Open de_UserGuide.lyx; go to the end of the document; click into the footnote (with the mouse -
+  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.
+