Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
Why don't we release now 1.5.0?

IMO at least those bugs should be fixed (for some, there are patches available).

3313 cri unicode error when invoking lyx2lyx 3962 cri (Math) Font problems on Windows

This one is a packaging issue right?

3404 maj lyx2lyx adds too many \end_layout tokens 3764 maj Implicit \author field in .lyx files 3877 maj Highlighting text slows down LyX extremely

Could you test the patch that I posted there and report if it doesn't remove any functionality under X11 (except persistent selection of course)?

Abdel.
Index: CutAndPaste.cpp
===================================================================
--- CutAndPaste.cpp     (revision 18939)
+++ CutAndPaste.cpp     (working copy)
@@ -676,8 +676,6 @@
               << to_utf8(cur.selectionAsString(true)) << "'."
               << endl;
 
-       if (cur.selection())
-               copySelectionToStack(cur, selectionBuffer);
        // tell X whether we now have a valid selection
        theSelection().haveSelection(cur.selection());
 }

Reply via email to