]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / ChangeLog
index 5da311d596888b5f428f8a0334bcb9b418f2239e..82df282882b5243ce640b9367cfb9a3f4d9b99e6 100644 (file)
@@ -1,7 +1,147 @@
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * commandtags.h:
+       * LyXAction.C (init):
+       * factory.C (createInset):
+       * BufferView_pimpl.C (dispatch):
+       collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
+
+       * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
+
+       * lyxfunc.C (dispatch):
+       * text3.C (dispatch): pass name to params2string.
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
+       blocks together.
+       Rearrange the ~includes. Strip out the unnecessary ones.
+
+       * factory.C (createInset): reformat.
+       create new insets for the various LFUN_XYZ_APPLY lfuns.
+
+2003-02-26  John Levon  <levon@movementarian.org>
+
+       * lyxrow.h:
+       * lyxrow.C: add isParStart,isParEnd helpers
+
+       * paragraph.h: make isInserted/DeletedText take refs
+
+       * paragraph_funcs.h:
+       * paragraph_funcs.C: remove #if 0'd code
+
+       * lyxtext.h:
+       * text3.C:
+       * text2.C:
+       * text.C: use lyxrow helpers above.
+       Move draw and paint routines to RowPainter.
+       Make several methods use refs not pointers.
+       Make backgroundColor() const.
+       Add markChangeInDraw(), isInInset().
+       Merge changeRegionCase into changeCase.
+       Make workWidth() shouldn't-happen code into an Assert.
+
+       * rowpainter.h:
+       * rowpainter.C: new class for painting a row.
+
+       * vspace.h:
+       * vspace.C: make inPixels take a ref
+
+2003-02-26  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
+       LFUN_REF_APPLY.
+
+2003-02-25  John Levon  <levon@movementarian.org>
+
+       * ispell.C: give the forked command a more accurate name
+
+2003-02-22  John Levon  <levon@movementarian.org>
+
+       * toc.h:
+       * toc.C: make TocItem store an id not a Paragraph *
+         (bug #913)
+
+2003-02-21  Angus Leeming  <leeming@lyx.org>
+
+       * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
+       LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
+       Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
+       LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
+       LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
+       LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
+
+       * BufferView_pimpl.C (dispatch):
+       * LyXAction.C (init):
+       * 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):
+       * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
+       * lyxfunc.C (menuNew, open, doImport):
+       no longer pass a LyXView & to fileDlg.
+
+2003-02-21  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
+       * LyXAction.C: change, BIBKEY to BIBITEM.
+       * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
+       Change InsetBibKey to InsetBibitem.
+       Change BIBKEY_CODE to BIBITEM_CODE.
+       * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
+       * factory.C: replace insetbib.h with insetbibitem.h.
+       Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
+       * paragraph.C: replace insetbib.h with insetbibitem.h.
+       * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
+       Change bibkey() to bibitem().
+       * text.C: remove insetbib.h.
+       * text2.C: replace insetbib.h with insetbibitem.h.
+       change bibkey() to bibitem().
+       * text3.C: remove insetbib.h.
+       change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
+
+2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxrc.C (output): enclose user email in quotes (in case there are
+       several words)
+
+2003-02-18  John Levon  <levon@movementarian.org>
+
+       * buffer.h: add std::
+
+2003-02-17  John Levon  <levon@movementarian.org>
+
+       * SpellBase.h:
+       * ispell.h:
+       * ispell.C:
+       * pspell.h:
+       * pspell.C: reworking. Especially in ispell, a large
+         number of clean ups and bug fixes.
+
+       * lyxfunc.C: fix revert to behave sensibly
+
+2003-02-17 André Pönitz <poenitz@gmx.net>
+       
+       * LyXAction.C:
+       * commandtags.h: new LFUN_INSERT_BIBKEY
+
+       * layout.h:
+       * lyxlayout.C:
+       * buffer.C:
+       * factory.C:
+       * text.C:
+       * text2.C:
+       * text3.C:
+       * paragraph.[Ch]:
+       * paragraph_func.C: remove special bibkey handling
+
 2003-02-17  John Levon  <levon@movementarian.org>
 
        * text.C (Delete): fix case where delete at the end of
-          the very first paragraph would not merge the pars
+         the very first paragraph would not merge the pars
 
 2003-02-17  John Levon  <levon@movementarian.org>
 
 
 2002-10-11 André Pönitz <poenitz@gmx.net>
 
-       * lytext.h: make some functions public to allow access
+       * lyxtext.h: make some functions public to allow access
        from inset/lyxtext for handling LFUN_PRIOR/NEXT
 
 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>