]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Add support for the jurabib package (www.jurabib.org), a package for elegant BibTeX...
[lyx.git] / src / frontends / controllers / ChangeLog
index 152a2e64d0fb66a207015d8de19dfb79e2ed8fac..1c3da24e2161944d17e60e9660ce9cebb45b6b1a 100644 (file)
@@ -1,3 +1,170 @@
+2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * biblio.[Ch]:
+       * ControlCitation.[Ch]: add jurabib support.
+
+2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ControlPrint.C, ControlSendto.C: use always a temp dir
+       * ControlSendto.C: check return value of buffer()->writeFile()
+
+2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * biblio.C (parseBibTeX): "=" -> '='
+
+2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * biblio.C (RegexMatch): inherit from std::unary_function, make
+       operator() const and variable regex_ mutable.
+
+       * ControlSpellchecker.C (check): use correct types for the result
+       from distance.
+
+2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ControlSpellchecker.C: add using statements for std::advance and
+       std::distance
+
+       * ControlExternal.C: add using statement for std::advance
+
+2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ControlSpellchecker.C (check): use std::distance and
+       std::advance
+
+2004-01-25  Angus Leeming  <leeming@lyx.org>
+
+       * ControlSearch.[Ch]: derive from Dialog::Controller rather than
+       the deprecated ControlDialogBD.
+
+2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * Dialog.C (hide): disconnect dialog/inset on hide (partial fix
+       to bug 1251)
+
+2004-01-08  Angus Leeming  <leeming@lyx.org>
+
+       * ControlBibtex.[Ch] (browse):
+       * ControlExternal.[Ch] (browse):
+       * ControlGraphics.[Ch] (browse):
+       * ControlInclude.[Ch] (browse):
+       * ControlPrefs.[Ch] (browsebind, browseUI, browsekbmap,
+       browsedict, browse, browsedir):
+       * ControlPrint.[Ch] (browse):
+       FileFilterList change to the browseFile, browseRelFile functions.
+
+       * helper_funcs.[Ch] (browseFile, browseRelFile):
+       FileFilterList change to the FileDialog open and save functions.
+
+2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ControlSendto.C (allFormats): use the unique-erase idom and
+       simplify some code a bit.
+
+       * ControlMath.C: make CompareKey adaptable
+
+2004-01-07  Angus Leeming  <leeming@lyx.org>
+
+       * ControlSearch.C:
+       * ControlThesaurus.C (replace):
+       rewrite to use LFUN_WORD_(FIND|REPLACE).
+
+2003-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * ControlBranch.[Ch] (branchlist): new member function.
+
+       * ControlDocument.C (setBranchColor): removed.
+       (apply): update LColor to accommodate the new BranchList colors.
+
+2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * ControlMinipage.[Ch]: remove.
+       * Makefile.am: remove minipage files.
+
+2003-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * ControlMath.C (dispatchSubscript, dispatchSuperscript): enable
+       the math panel sub/superscript buttons once again.
+
+2003-12-11  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCommand.C (initialiseParams): changes due to the changed
+       interface to InsetCommandMailer::string2params.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * ControlNote.[Ch] (note_gui_tokens): removed; no longer needed.
+
+2003-12-10  Angus Leeming  <leeming@lyx.org>
+
+       * ControlBranch.C (dispatchParams): change to invocation of
+       InsetBranchMailer::params2string.
+
+       * ControlNote.C (dispatchParams): change to invocation of
+       InsetNoteMailer::params2string.
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * ControlVCLog.[Ch]: removed.
+       * Makefile.am: remove ControlVCLog.[Ch]
+
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * ControlLog.[Ch]: re-worked so that it is passed the logtype and
+       filename rather than extracting them from the kernel.
+
+2003-12-04  Angus Leeming  <leeming@lyx.org>
+
+       * ControlExternal.[Ch] (bbChanged): new accessor functions to a
+       boolean flag.
+       (readBB): attempt to read the BoundingBox from the graphics file.
+       If that fails, try the Graphics Cache.
+       (all_origins, origin_gui_str): helpers for the frontends.
+
+2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * ControlVSpace.C: enable the buttons for new insets.
+
+2003-11-28  André Pönitz  <poenitz@gmx.net>
+
+       * ControlVSpace.[Ch]: new files
+       * Makefile.am: adjust
+
+2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * ControlDocument.C: Change call to insetsOpenCloseBranch
+
+2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlSpellchecker.C (isLetter): skip ert
+
+2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlErrorList.C (goTo): allow going to inner paragraphs
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlSearch.[Ch]:
+       * ControlThesaurus.C: adjust to spellcheck code changes
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlSpellchecker.C (nextWord): do not send ligature breaks
+       and other nasty insets to the spellchecker
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlSpellchecker.[Ch] (nextWord, check): rewrite of the text
+       handling parts
+
+2003-10-27  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
+
+       * ControlDocument.[Ch]: add method setBranchColor().
+
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ControlCommandBuffer.C (dispatch): adjust for dispatch change
+
 2003-10-08  Angus Leeming  <leeming@lyx.org>
 
        Fix doxygen warnings.
 
        * ControlErrorList.C (goTo): use lyxerr not cout.
 
-2003-05-13  Alfredo Braunstein: <abraunst@libero.it>
+2003-05-13  Alfredo Braunstein <abraunst@libero.it>
 
        * ControlErrorList.[Ch]: added
        * Makefile.am: the above adittion