]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
Make the output of \inputencoding commands (and the change of output
[lyx.git] / Status.15x
index 8f42b49fc4d7c6b1a1ee9404211660adb3d3fdaa..5e160eb7df6a86ddf6f3c82bfa2bcb2f3a92a394 100644 (file)
@@ -24,8 +24,6 @@ GENERAL
 
 * Resolve compiler warnings
 
-  especially this one: src/frontends/qt4/QPrefsDialog.C:944: warning: unused parameter 'nr'
-
 * Watch for bugzilla.lyx.org entries
 
    * Open bugs: http://tinyurl.com/y7hdzc
@@ -44,14 +42,6 @@ ICONS:
 
 FILE
 
-* Preview fails due to graphics converter bug:
-
-  File "C:/Dokumente und Einstellungen/itsme/Lokale Einstellungen/Temp/lyx_tmpdir1584a02224/lyxconvert0.py", line 14, in <module>
-     ...
-  IOError: [Errno 2] No such file or directory: 'C:/dokumente und einstellungen/itsme/Ver\xc3\xb6ffentlichungen/figures/myfigure.pdf'
-
-  There is a problem with a German Umlaut (ö = \xc3\xb6) 
-
 * agu-dtd is used as the default document class, which is not a good 
   idea in 99% of all cases
 
@@ -82,18 +72,13 @@ TABLE OF CONTENTS
     openSuse 10.1/x32 and 10.2/x64, but is probably not OS/qt specific, but
     dependant on the compiler)
 
-* open Tutorial; click on TOC: no slider when using 
-    FC6 with gcc-4.1.1-47.fc6 and qt4-4.2.2-1.fc6 
-
 DIALOGS
 
 * If you try to view a document as postscript that cannot be typeset because
   of LaTeX errors and export to LaTeX afterwards you will get the old error
   list again, although the export succeded.
 
-* If you open the graphics dialog for the first time, the "extra options"
-  tab is displayed. This is annyoing, of course the first tabe with the
-  filename should be the default.
+* Dialogs do not get focus (e.g. when clicking on an inset).
 
 
 MATH CONTROL PANEL
@@ -667,3 +652,21 @@ e C:\cygwin\home\ms\lyx-trunk\src\support\filename.C:48
 
   FIXED (2007-01-07 JSpitzm). The slider is properly disabled now.
 
+* If you open the graphics dialog for the first time, the "extra options"
+  tab is displayed. This is annyoing, of course the first tab with the
+  filename should be the default.
+
+  FIXED (2007-01-07 JSpitzm).
+
+* Resolve compiler warnings
+  src/frontends/qt4/QPrefsDialog.C:944: warning: unused parameter 'nr'
+  FIXED (2007-01-07 Bo)
+
+* Preview fails due to graphics converter bug:
+
+  File "C:/Dokumente und Einstellungen/itsme/Lokale Einstellungen/Temp/lyx_tmpdir1584a02224/lyxconvert0.py", line 14, in <module>
+     ...
+  IOError: [Errno 2] No such file or directory: 'C:/dokumente und einstellungen/itsme/Ver\xc3\xb6ffentlichungen/figures/myfigure.pdf'
+
+  There is a problem with a German Umlaut (ö= \xc3\xb6) 
+  FIXED (Enrico 2007-01-08)