]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Oops...
[lyx.git] / src / ChangeLog
index d457d6dac748f7f43af5f2e51b9865297f1f0542..9bd261a94c4998ad526f9ddc056c91390703e338 100644 (file)
@@ -1,3 +1,103 @@
+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