]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
use ParagraphList::iterator a bit more
[lyx.git] / src / ChangeLog
index 6d6d75814a680812407c49c8a1c10789cb6b1d16..2bb76a43a19baa9a6f6e7e75e656b62f73323ba9 100644 (file)
@@ -1,3 +1,41 @@
+2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
+       (TeXEnvironment): ditto
+       (TeXDeeper): ditto
+
+       * buffer.C (makeLaTeXFile): adjust
+       (latexParagraphs): make it take ParagraphList::iterator as args
+
+2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * buffer.C (latexParagraphs): adjust
+
+       * paragraph.C (TeXOnePar): move function...
+       (optArgInset): move function...
+       (TeXEnvironment): move function...
+       * paragraph_pimpl.C (TeXDeeper): move function...
+       * paragraph_funcs.C: ...here
+
+       * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
+
+2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * buffer.C (readInset): remove compability code for old Figure and
+       InsetInfo insets
+
+2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * buffer.C: ws changes
+       (readInset):
+
+       * BufferView_pimpl.C: ditto
+       * author.C: ditto
+       * buffer.h: ditto
+       * bufferlist.h: ditto
+       * changes.h: ditto
+       * lyxfunc.C: ditto
+
 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
 
        * converter.[Ch]: split into itself +
        * factory.C (createInset):
        * lyxfunc.C (getStatus, dispatch):
        * text3.C (dispatch): retire old LFUNs and bring new ones to life.
-       
+
 2003-02-21  Angus Leeming  <leeming@lyx.org>
 
        * BufferView_pimpl.C (MenuInsertLyXFile):
        * lyxfunc.C: fix revert to behave sensibly
 
 2003-02-17 André Pönitz <poenitz@gmx.net>
-       
+
        * LyXAction.C:
        * commandtags.h: new LFUN_INSERT_BIBKEY
 
 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * buffer.C (makeLaTeXFile): move the code that generates the
-         preamble... 
+         preamble...
 
        * bufferparams.C (writeLaTeX): ... in this new method
 
          (getLanguages): make const
 
        * MenuBackend.C (binding): returns the binding associated to this
-         action 
+         action
          (add): sets the status of each item by calling getStatus. Adds
          some intelligence.
          (read): add support for OptSubMenu
 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * text2.C (LyXText): change order of initilizers to shut off
-         warnings 
+         warnings
 
 2003-02-14  John Levon  <levon@movementarian.org>
 
        * text.h:
        * text.C:
        * text2.C: move hfillExpansion(), numberOfSeparators(),
-         rowLast(), rowLastPrintable(), numberofHfills(), 
+         rowLast(), rowLastPrintable(), numberofHfills(),
          numberOfLabelHfills() ...
 
        * lyxrow.h:
 
        * paragraph.C (asString): remove two unused variables
 
-       * lyxtextclass.C (readTitleType): 
-         (Read): 
+       * lyxtextclass.C (readTitleType):
+         (Read):
          (LyXTextClass): handle new members titletype_ and titlename_
 
        * buffer.C (latexParagraphs): honor LyXTextClass::titletype
        * text2.C:
        * BufferView.C: change setSelectionOverString() to setSelectionRange()
          and pass the size in explicitly
-       
+
        * BufferView_pimpl.h:
        * BufferView_pimpl.C:
        * BufferView.h:
 
 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * text.C (getLengthMarkerHeight): 
+       * text.C (getLengthMarkerHeight):
        (drawLengthMarker): make the `symbolic' lengths (small/med/big)
        visible on screen too.