]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove unneded math specific stuff, use altered notifyCursorLeave
[lyx.git] / src / ChangeLog
index 980341cdc0bcbaa99926177dad45e40f0ae35b12..59ece2c11fbd40caf9d80dbdb8aa9fd77129af52 100644 (file)
@@ -1,17 +1,24 @@
 
-2004-04-03  Alfredo Braunstein  <abraunst@lyx.org>
+2004-04-05  André Pönitz  <poenitz@gmx.net>
 
-       * cursor.[Ch] (LCursor): remove cached_y_ and updatePos 
-       (getDim) remove outdated comment
+       * cursor.[Ch] (valign, halign...): remove unneeded functions
 
-       * BufferView_pimpl.C (fitCursor): call redoParagraph on the outer
-       cursor paragraph to obtain good cursor y info
-       (workAreaDispatch): remove unneeded update call
+2004-04-05  Angus Leeming  <leeming@lyx.org>
 
-       * BufferView.C (setCursor): call redoParagraph, as some insets
-       could have been opened
-       (putSelectionAt): remove the double update and all that cleverness
-       (simplified and transfered to fitCursor where it belongs).
+       * lyxlength.[Ch] (unit_name et al.): const-correct.
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C:
+       * buffer.C:
+       * counters.C:
+       * cursor.C:
+       * lyxfunc.C
+       * paragraph.C:
+       * pariterator.C:
+       * text.C:
+       * text2.C:
+       * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
 
 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>