]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
* lib/lyx2lyx/lyx_1_4.py:
[lyx.git] / Status.15x
index 237c222056ed18177c32eba421593e44da0bbd55..1f4e80fd7f8a95a9772e41931df3c64681cd447c 100644 (file)
@@ -133,8 +133,6 @@ TOOLBARS & MINIBUFFER
   
 * TODO toolbar popup menu, currently disabled (Peter 9/11/06)  
 
-* M-x is broken (does not bring up the minibuffer).
-
 * Command completion in the minibuffer shows a huge blank area below the proposed
   commands. Clicking in that empty area crashes LyX.
 
@@ -193,6 +191,27 @@ PAINTING & PERFORMANCE
   to LyX from another application, opening dialogs, etc.) take quite a long time
   to complete in 1.5.
 
+* Some math symbols are not displayed (from Enrico Forestieri)
+  I noticed that some math symbols are not shown on screen. This seems
+  to be platform dependent. The following is a table illustrating the
+  situation on three different platforms. Here "no" means that the
+  symbol is not shown on screen (the symbol is invisible but occupies
+  space: it is as a sort of \phantom), and "yes" that it is shown.
+  ---------------------------------------
+  Symbol         Linux   Solaris   Cygwin
+  ---------------------------------------
+  \Omega          no       no        no
+  \int            yes      yes       no
+  \oint           yes      yes       no
+  \otimes         no       no        no
+  \nleqslant      no       no        no
+  \spadesuit(*)   yes      no        yes
+  ---------------------------------------
+  (*) On solaris, a square is shown on screen instead of nothing.
+ Further comments from Georg: This is probably a qt4 font drawing problem,
+ since \Omega works fine in 1.4.3, and my debugging results showed that the
+ correct font is found and used (cmr10).
+
 
 BUILDING
 
@@ -389,4 +408,8 @@ CREDITS:
   FIXED (Abdel, sometimes in november 2006).
 
 * Items in the TOC cannot be moved using drag & drop (Joost 4/11/06).
-  WONTFIX (Abdel 2006-11-17): at least not for 1.5.0, this is just candy anyway.
\ No newline at end of file
+  WONTFIX (Abdel 2006-11-17): at least not for 1.5.0, this is just candy anyway.
+
+* M-x is broken (does not bring up the minibuffer).
+  FIXED (Bo, 2006-11-18): set toolbar flag in display function.
+