]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
rename a function
[lyx.git] / src / ChangeLog
index 6b7c967b8579fbf4ead0d4803142bdfd555232cf..da9c31955db901f9070c23e0a642258ae5d29842 100644 (file)
@@ -1,3 +1,31 @@
+
+2004-02-20  André Pönitz  <poenitz@gmx.net>
+
+       * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
+
+2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text2.C (setCursorFromCoordinates): switch to absolute coords
+       (cursorUp): adjust
+       (cursorDown): adjust
+       * text3.C (dispatch): adjust
+
+2004-02-16  André Pönitz  <poenitz@gmx.net>
+
+       * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
+         insets/ChangeLog)
+
+       * cursor_slice.[Ch]: remove unneeded acessor function
+
+       * lyxtext.h: rename rtl() to isRTL()
+
+       * rowpainter.C:
+       * tabular.C:
+       * text.C:
+       * text2.C:
+       * text3.C: adjust
+
+
 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
 
        * rowpainter.C (paintSelection): coord fix