]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
add compiler warning
[lyx.git] / Status.15x
index 43c73899bbac1403ee3f66ba94c3ed06e0139dbb..3408cff1ad008f77fc3018507a8cda725967ebc1 100644 (file)
@@ -24,9 +24,17 @@ GENERAL
 
 * Resolve compiler warnings
 
+* especially this one: src/frontends/qt4/QPrefsDialog.C:944: warning: unused parameter 'nr'
+
 * Watch for bugzilla.lyx.org entries
 
-    http://tinyurl.com/yaa7dr
+   * Open bugs: http://tinyurl.com/y7hdzc
+
+     (unconfirmed/new/assigned/reopened + no enhancement + no 1.6.0 target + not 'fixedintrunk')
+
+   * Uncommitted patches: http://tinyurl.com/uvxat
+
+     (unconfirmed/new/assigned/reopened + no 1.6.0 target + keyword 'patch')
 
 
 ICONS:
@@ -36,13 +44,6 @@ ICONS:
 
 FILE
 
-* Loading de_Userguide.lyx results in two parse errors:
-  Paragraph ended in line 21206
-  Missing \end_layout.
-  Paragraph ended in line 21301
-  Missing \end_layout.
-  I don't know if that is a lyx2lyx or LyX problem. LyX 1.4 can read the file.
-
 * Change Tools->Preferences->User interface->User interface to something like
   "kornel.default.ui"; save prefs; exit LyX; restart LyX; => crash; 
   in the preferences file, there is an entry \bind_file "/Something/kornel.default"
@@ -245,9 +246,6 @@ PAINTING & PERFORMANCE
   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
 
-* In the splash screen, the LyX version number is printed with a very, very
-  small font size such that it becomes almost invisible on Windows.
-
 * 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. 
@@ -601,3 +599,18 @@ CREDITS:
   "margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>"
   msgstr ""
   FIXED (JSpitzm 2006-12-19)
+
+* Loading de_Userguide.lyx results in two parse errors:
+  Paragraph ended in line 21206
+  Missing \end_layout.
+  Paragraph ended in line 21301
+  Missing \end_layout.
+  I don't know if that is a lyx2lyx or LyX problem. LyX 1.4 can read the file.
+  FIXED (Georg 2006-12-17). It turned out that it was a math parser problem
+  (bug 3034). It was introduced by the conversion of mathed to unicode,
+  because two methods Parser::tokenize() with different semantics existed.
+
+* In the splash screen, the LyX version number is printed with a very, very
+  small font size such that it becomes almost invisible on Windows.
+  FIXED (Enrico 2006-12-21)
+