]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Point fix, earlier forgotten
[lyx.git] / src / ChangeLog
index ac3cd42758776382415fdf4ed682e9b0924df9bb..563ba2dc4af49cfbee783937834403612cb50248 100644 (file)
@@ -1,6 +1,92 @@
+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)
+
+2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * most files: change to use const Buffer refs
+
+2003-08-27  André Pönitz  <poenitz@gmx.net>
+
+       * BufferView.[Ch]: remove getParentText, implement getParentLanguage
+       on top of ownerPar().
+
+2003-08-27  John Levon  <levon@movementarian.org>
+
+       * funcrequest.C: properly initialise POD members
+
+2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
+
+       * lyxtext.h (top_y): move top_y from here
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch]: to here
+       * frontends/screen.C:
+       * insets/insettabular.C:
+       * insets/insettext.C: adjust
+       * rowpainter.[Ch] (paintRows): remove LyXText & argument
+
+2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
+
+       * BufferView.[Ch]:
+       * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
+
+2003-08-26  André Pönitz  <poenitz@gmx.net>
+
+       * paragraph_func.[Ch] (outerPar): new function
+
+       * paragraph.C:
+       * paragraph_funcs.C:
+       * paragraph_funcs.h:
+       * paragraph_pimpl.C:
+       * text2.C: remove Inset::par_owner
 
 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
+
        * lyxrow_funcs.C:
        * lyxtext.h:
        * text.C:
@@ -9,8 +95,8 @@
 
 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
 
-       * text2.C (redoParagraphInternal, redoParagraphs): 
-       * text.C (redoParagraph): add a call to updateRowPositions at the 
+       * text2.C (redoParagraphInternal, redoParagraphs):
+       * text.C (redoParagraph): add a call to updateRowPositions at the
        end of each 'metrics-like' call. Remove all others.
        (getRow): remove the 'y-computing' version.
        (getRowNearY): do not compute nor return the real y. Solve the
 
        * lyxrow.[Ch]: add x_ and *fill_ members
 
-       * lyxtext.h: 
+       * lyxtext.h:
        * text.C:
        * rowpainter.C:
        * text2.C: adjust/remove prepareToPrint() calls
 
        * MenuBackend.C: fix branchlist related crash
 
-2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>    
+2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
 
        * BranchList.[Ch]:
        * InsetList.[Ch]:
 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
 
        * BufferView_pimpl.C: compile fix
-       
+
 2003-08-15  André Pönitz  <poenitz@gmx.net>
 
        * rowpainter.C: remove extra metrics calls
 
 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
 
-       * text2.C (DEPM): fix part of bug 1255 and 1256 
+       * text2.C (DEPM): fix part of bug 1255 and 1256
 
 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>