]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
Scons: clear separation of env and frontend_env (a major reshuffling)
[lyx.git] / Status.15x
index 43c73899bbac1403ee3f66ba94c3ed06e0139dbb..1aaa177ae6a107eed758a333ebc3c4ed535142db 100644 (file)
@@ -26,7 +26,13 @@ GENERAL
 
 * 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 +42,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"
@@ -601,3 +600,14 @@ 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.
+