]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove unneded math specific stuff, use altered notifyCursorLeave
[lyx.git] / src / ChangeLog
index 2c06800ea8491ac38520e13480793814e881d26b..59ece2c11fbd40caf9d80dbdb8aa9fd77129af52 100644 (file)
@@ -1,4 +1,38 @@
 
+2004-04-05  André Pönitz  <poenitz@gmx.net>
+
+       * cursor.[Ch] (valign, halign...): remove unneeded functions
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * 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>
+
+       * text3.C (getStatus): add LFUN_BEGINNINGBUF
+
+2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * lyxfind.C: add a couple of inTexted() tests + other small fixes
+       * BufferView_pimpl.[Ch] (getStatus)
+       * BufferView.[Ch] (getStatus): add
+       * lyxfunc.C (getStatus): move lfuns handled in
+       BufferView::dispatch to te function above 
+       * Cursor.C (setSelection): set selection() = true
+
 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
 
        * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}