]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
* Status.15x: another showstopper for people using bibtex bibliographies
[lyx.git] / Status.15x
index b02db1f552d6b9529c138f26d2879e581f539be2..5c380e7dfb73c66183f36f7bfdd0015640a1bc92 100644 (file)
@@ -44,6 +44,38 @@ ICONS:
 
 FILE
 
+* On Windows, LaTeX document classes are no longer detected
+  (using Joost's build script (scons/MSVC 2005) and latest MikTeX). 
+  To verify, remove your user settings in 
+  C:\Dokumente und Einstellungen\username\Anwendungsdaten\lyx15
+  
+* agu-dtd is used as the default document class, which is not a good 
+  idea in 99% of all cases
+
+* On Windows (using scons/MSVC): Create an empty bibtex file, called 
+  'lit.bib'. Create a new LyX document 'lit.lyx' in the same directory
+  that has a bibliography inset pointing to lit.bib.
+  Now, if lit.[lyx|bib] are stored in a path with ASCII characters only,
+  class FileName is used as follows:
+    FileName::FileName(string const &): C:/foo/lit.lyx.emergency
+    FileName::FileName(string const &): C:/foo/#lit.lyx#
+    FileName::FileName(string const &): C:/foo/
+    FileName::FileName(string const &): C:/foo/lit.bib
+    FileName::FileName(string const &): C:/lyx-trunk/build-msvc/bin
+    FileName::FileName(string const &): C:/foo/lit.lyx,v
+    FileName::FileName(string const &): C:/foo/RCS/lit.lyx,v
+    FileName::FileName(string const &): C:/foo//CVS/Entries
+    FileName::FileName(string const &): C:/foo/lit.lyx
+  However, if the path contains a German Umlaut ("bäh"), LyX crashes:
+    FileName::FileName(string const &): C:/bäh/lit.lyx.emergency
+    FileName::FileName(string const &): C:/bäh/#lit.lyx#
+    FileName::FileName(string const &): C:/bäh/
+    FileName::FileName(string const &): C:/bäh/lit.bib
+    FileName::FileName(string const &): lit.bib
+    Assertion triggered in __thiscall lyx::support::FileName::FileName(const class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &) by failing check "empty() || absolutePath(name_)" in fil
+e C:\cygwin\home\ms\lyx-trunk\src\support\filename.C:48
+  Odd, isn't it?
+
 
 SPELL CHECKING (Joost 4/11/06)
 
@@ -69,6 +101,9 @@ TABLE OF CONTENTS
 
 * The items in the treeview are editable
 
+* open Tutorial; click on TOC: TOC dialog has no contents; touch TOC slider
+   => seg fault.
+
 
 DIALOGS
 
@@ -105,10 +140,6 @@ OTHER PANELS
   for me, and hence does not fit into the window.
   (JSpitzm 2006-11-06)
 
-* The style name in the BibTeX Bibliography panel (near the Browse... button)
-  disappears after closing and reopening the panel.
-  (Enrico 2006-12-01)
-
 
 MULTIPLE WINDOWS / DOCUMENTS
 
@@ -204,6 +235,9 @@ CHANGE TRACKING
 
 * LyX crashes if you want to accept/reject an end-of-par character only
 
+* accept/reject change are presently broken, because redoParagraph() and 
+  updateLabels() aren't invoked properly
+
 
 LAYOUT
 
@@ -617,3 +651,7 @@ CREDITS:
   the mouse pointer turns into a clock, although it waits for confirmation
   FIXED (Enrico 2006-12-21)
 
+* The style name in the BibTeX Bibliography panel (near the Browse... button)
+  disappears after closing and reopening the panel.
+  FIXED (Enrico 2006-12-22)
+