]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Oops...
[lyx.git] / src / ChangeLog
index 6d6d75814a680812407c49c8a1c10789cb6b1d16..9bd261a94c4998ad526f9ddc056c91390703e338 100644 (file)
@@ -1,3 +1,120 @@
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * commandtags.h:
+       * LyXAction.C (init):
+       * src/factory.C (createInset):
+       * lyxfunc.C (getStatus):
+       * text3.C (dispatch):
+       remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
+
+       * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
+
+2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ParagraphList.C (insert): handle insert right before end()
+       (erase): fix cases where it can be first or last paragraph.
+
+2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * paragraph_funcs.C (TeXEnvironment): remove all usage of
+       Paragraph::next and Paragraph::previous
+       (TeXOnePar): ditto
+
+       * text.C (breakParagraph): adjust
+
+       * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
+       BufferParams& as arg.
+       (breakParagraph): use ParagraphList::insert
+       (breakParagraphConservative): take a Buffer* instead of a
+       BufferParams& as arg.
+       (breakParagraphConservative): use ParagraphList::insert.
+
+       * buffer.C (insertStringAsLines): un-const it
+       (insertStringAsLines): adjust
+
+       * ParagraphList.C (insert): new function
+
+       * CutAndPaste.C (pasteSelection): adjust
+
+       * text.C (backspace): adjust
+
+       * tabular.C (SetMultiColumn): adjust
+
+       * CutAndPaste.C (cutSelection): adjust
+       (pasteSelection): adjust
+
+       * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
+       Buffer const * as arg
+
+       * ParagraphList.C (erase): new function
+       * paragraph_funcs.C (mergeParagraph): use it
+       (mergeParagraph): make it take a Buffer* instead of a
+       BufferParams* as arg
+
+       * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
+       as arg
+       (breakParagraphConservative): ditto
+
+       * paragraph.h: remove the breakParagraph friend
+
+       * paragraph.C (eraseIntern): new function
+       (setChange): new function
+
+       * paragraph_funcs.C (mergeParagraph): make it take a
+       ParagraphList::iterator instead of a Paragraph *, adjust
+       accordingly.
+
+       * paragraph.h: move an #endif so that the change tracking stuff
+       also works in the NO_NEXT case.
+
+2003-03-04  Angus Leeming  <leeming@lyx.org>
+
+       * commandtags.h:
+       * LyXAction.C: new LFUN_INSET_MODIFY.
+
+       * BufferView_pimpl.C (dispatch): if an inset is found to be open
+       on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
+
+2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: ws changes only
+
+       * 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.