]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Point fix, earlier forgotten
[lyx.git] / src / ChangeLog
index 5928b688cd72b6ab909aae30454de7847c118379..563ba2dc4af49cfbee783937834403612cb50248 100644 (file)
@@ -1,3 +1,45 @@
+2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * BranchList.C: point fix, earlier forgotten
+
+2003-09-02  Angus Leeming  <leeming@lyx.org>
+
+       * box.C (contains): renamed from 'contained' after a fantastic
+       amount of hot air.
+
+2003-09-02  John Levon  <levon@movementarian.org>
+
+       * BufferView.C:
+       * lyxcursor.h:
+       * lyxcursor.C:
+       * lyxfunc.C:
+       * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
+
+2003-09-02  John Levon  <levon@movementarian.org>
+
+       * text2.C: simplification of cursorEnd(), including partial
+       fix for bug 1376
+
+2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * buffer.C (readFile): add a space
+
+2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
+
+       * BufferView_pimpl.C (update): remove bogus fitCursor() call
+
+2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * buffer.C (readFile): new function, take a filename and a
+       ParagraphList::iterator
+       (readFile): adjust
+       (readFile): adjust, make it private. don't use setStream, make
+       lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
+       always contain the filename.
+
+       * BufferView.C (insertLyXFile): simplify and make it work for
+       gzipped files.
+
 2003-08-30  John Levon  <levon@movementarian.org>
 
        * Makefile.am: fix dist (from Kayvan)