]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / ChangeLog
index cd2d312313b03967dce12d82b0a6354e8753c9fa..2329366cac7389585026ce980e3573cbd7a3a701 100644 (file)
@@ -1,3 +1,26 @@
+2006-03-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text.C (delete): adjust cursor after backspace in change tracking
+       mode (bug 2185).
+
+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