]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
obvious stuff
[lyx.git] / src / frontends / controllers / ChangeLog
index c224dd1f54baf4a9ad14700610ea8ab3f096a458..0b763271d6e65657934de31bd3a92d92eeeeeda4 100644 (file)
@@ -1,3 +1,79 @@
+2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ControlErrorList.C (goTo): shuffle code to avoid compiler warning.
+
+2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * biblio.C, ControlPrefs.C, ControlParagraph.C:
+       * ControlLog.C, ControlDocument.C, ControlAboutlyx.C: replace
+       "support/std_sstream.h" with <sstream>
+
+2004-05-19  Angus Leeming  <leeming@lyx.org>
+
+       * *.[Ch]: wrap all code up inside namespace lyx::frontend.
+       Move namespace biblio to lyx::biblio.
+
+2004-05-14  Angus Leeming  <leeming@lyx.org>
+
+       * biblio.[Ch] (asValidLatexCommand): new function which examines
+       the input string to return a latex citation command that is
+       valid for the current citation engine.
+
+2004-05-14  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCitation.[Ch]: small changes to use the CiteEngine_enum
+       wrapper class.
+
+       * biblio.[Ch]: move the CiteEngine enum into bufferparams.h to
+       minimize dependencies on this file.
+       (getCitationStyle, getCiteCommand): removed. Functionality moved
+       into the CitationStyle struct.
+
+2004-05-12  Angus Leeming  <leeming@lyx.org>
+
+       * biblio.C (getEngine): reduced to the trivial.
+
+2004-05-10  Angus Leeming  <leeming@lyx.org>
+
+       * biblio.[Ch]: create a new biblio::CiteEngine enum. Use it instead of
+       bools usingNatbib, usingJurabib.
+
+       * ControlCitation.[Ch]: simplified code to use the biblio::CiteEngine
+       enum rather than multiple bools, usingNatbib and using Jurabib.
+
+2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ControlGraphics.[Ch] (editGraphics): new method
+
+2004-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * ControlDocument.C: 'assign' for opening/closing branch insets
+       according to selection
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * ButtonPolicies.C (printState, printInput): human-readable output
+       of ButtonPolicy::State, ButtonPolicy::SMInput.
+       (PreferencesPolicy::input): change the behaviour of the Preferences
+       state machine on receipt of SMI_CANCEL/SMI_HIDE if the existing
+       state is APPLIED, then let this state persist. Next time that the
+       dialog is opened, the user will be able to press 'Save'.
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * ControlPrefs.C (dispatchParams): ignore system_lyxrc when writing
+       the contents of rc_ to the stringstream.
+
+2004-04-05  Angus Leeming  <leeming@lyx.org>
+
+       * ControlErrorList.C: wrap #warning calls inside #ifdef
+       WITH_WARNINGS blocks.
+
+2004-04-01  Angus Leeming  <leeming@lyx.org>
+
+       * README: removed. It refered to the ancient and impossible to
+       understand scheme ;-)
+
 2004-03-31  Angus Leeming  <leeming@lyx.org>
 
        * ControlButtons.[Ch]: