]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
bug 2298: cursorTop/Bottom/Home/End does not redraw after dEPM
[lyx.git] / src / ChangeLog
index cd2d312313b03967dce12d82b0a6354e8753c9fa..4375184811b290e1954ebcd6bad8f6f8fb5f8837 100644 (file)
@@ -1,3 +1,21 @@
+2006-03-16  Félix-Antoine Bourbonnais  <bouf10pub2@myriade.ca>
+
+       * text3.C (dispatch): set needsUpdate according to the return
+       value of the methods below (bug 2298)
+
+       * text2.C (cursorTop, cursorBottom, cursorHome, cursorEnd): return
+       true if dEPM triggered.
+
+2006-03-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text.C (getPossibleLabel): get a sensible prefix inside figure and 
+       tabular floats (bug 1999).
+
+2006-03-16  John Spray  <spray@lyx.org>
+
+       * lyxfunc.C (getStatus): disable LFUN_MENUWRITE when document is
+       clean (bug 2313)
+
 2006-03-15  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * CutAndPaste.C (pasteSelectionHelper): comments