]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
Fix copy&paste bug
[lyx.git] / Status.15x
index 14445cf2f17f43ed6635430f047e59fdd4634143..91151018760cc6942886d7e2dffb76178d62eb72 100644 (file)
@@ -24,6 +24,8 @@ GENERAL
 
 * Resolve compiler warnings
 
+* LyX tries to delete /tmp if it is called with invalid arguments
+
 
 FILE
 
@@ -131,6 +133,16 @@ TOOLBARS & MINIBUFFER
 * TODO toolbar popup menu, currently disabled (Peter 9/11/06)  
 
 
+MENUS
+
+* Some oddities with View menu on MAC (Bennett 3/11/06): DVI does not appear
+  in the menu, even though a converter and viewer are defined in Preferences.
+  It turned out that this was a user error: a configuration file of 1.4 was
+  used without the document flag.
+  This should definitely be documented somewhere before the final release,
+  because many users will copy their old config files.
+
+
 EDITING
 
 * edit->text style->capitalize/lower/upper case doesn't work due to change
@@ -225,6 +237,11 @@ PAINTING & PERFORMANCE
  correct font is found and used (cmr10).
 
 
+REGRESSIONS
+
+* open lyx, create a new document, enter a few chars, quit. Lyx does not
+  ask if you want to save the file.
+
 BUILDING
 
 * It is ridiculous that you have to call configure with --with-frontend=qt4.
@@ -426,12 +443,13 @@ CREDITS:
   aligned vertically.
   FIXED (JMarc 2006-11).
 
-* Some oddities with View menu on MAC (Bennett 3/11/06): DVI does not appear
-  in the menu, even though a converter and viewer are defined in Preferences.
-  FIXED (???)
-
 * Icons in the toolbars do not have the correct size, they are stretched a few
   pixels compared to 1.4. This makes the images look jagged and the initial
   window size has also become to small to show the whole toolbar
   (Joost 4/11/06). See also the math panel buttons entry above.
   FIXED (Peter, 2006-11-28)
+
+* The -geometry option doesn't work on Windows (it did in 1.4.x)
+  c:\> lyx-qt4.exe -geometry 800x600+100+30
+  Wrong command line option `-geometry'. Exiting.
+  FIXED (Peter, 2006-11-29)