]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
move some selection related stuff over to textcursor.C
[lyx.git] / src / ChangeLog
index 5f4a525dd1182a4cc6386a68062b41417b2e36f8..bd94f766be66bbfecf39e16a3d5ab0f99cfc343c 100644 (file)
@@ -1,3 +1,40 @@
+
+2003-06-27  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView_pimpl.C:
+       * bufferview_funcs.C:
+       * lyxcursor.C:
+       * lyxcursor.h:
+       * lyxfunc.C:
+       * lyxtext.h:
+       * rowpainter.C:
+       * text.C:
+       * text2.C:
+       * text3.C: remove LyXCursor::row_ member
+
+       * lyxtext.h:
+       * text.C: rename fullRebreak() to partialRebreak() and implement
+         a fullRebreak() that really bereks fully
+
+       * textcursor.h: new struct for cursor-related data
+
+2003-06-26  Alfredo Brauntein  <abraunst@lyx.org>
+
+       * lyx_main.C (LyX): get full path of document loaded on the 
+       command line    
+
+2003-06-26  André Pönitz  <poenitz@gmx.net>
+
+       * lyxcursor.[Ch]: move rarely used operator==,!= out of line
+         remove unused/broken operator>,<,>=.
+       
+       *       text.C: remove only use of broken operator<= in an Assert().
+
+2003-06-24  Alfredo Brauntein  <abraunst@lyx.org>
+
+       * BufferView.[Ch] (getErrorList): removed unneeded forward declare, 
+       moved errorlist_.clear to showErrorList
+       
 2003-06-24  Alfredo Brauntein  <abraunst@lyx.org>
 
        * converter.C (scanLog, runLaTeX):