]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Support for new GNU aspell library. Final pspell fix ups.
[lyx.git] / src / frontends / controllers / ChangeLog
index 3e6ee386ce894096750374784dc8526b7ae1ebf6..86027b25041363a4ad732e2900f2e8490f02e696 100644 (file)
@@ -1,3 +1,189 @@
+2003-03-25  John Levon  <levon@movementarian.org>
+
+       * ControlSpellchecker.C: support for new aspell
+
+2003-03-25  Angus Leeming  <leeming@lyx.org>
+
+       * ControlLog.[Ch]:
+       * ControlShowFile.[Ch]:
+       * ControlVCLog.[Ch]: rewrite to use the Dialog-based scheme.
+
+2003-03-24  John Levon  <levon@movementarian.org>
+
+       * ControlMath.C: include Pr function
+
+2003-03-23  John Levon  <levon@movementarian.org>
+
+       * ControlSpellchecker.C: make "words checked" translatable,
+       from Michael Schmitt
+
+2003-03-18  John Levon  <levon@movementarian.org>
+
+       * ControlParagraph.C: make reading of params succeed
+
+2003-03-13  Rob Lahaye  <lahaye@snu.ac.kr>
+
+        * ControlChanges.[Ch]: ControlChanges::find() returns the bool
+        from lyxfind::findNextChange(), instead of void.
+
+2003-03-13  Angus Leeming  <leeming@lyx.org>
+
+       * Dialog.h (initialiseParams): return a bool to indicate successful
+       translation of the string.
+
+       * Dialog.h:
+       * Kernel.h
+       * ControlAbout.h: a serious attempt at documenting the code.
+
+       * ButtonController.[Ch] (readWrite): it wasn't used, so remove it.
+       (invalid): ditto.
+
+       * ButtonController.[Ch]:
+       * BCView.[Ch], BCView.tmpl: make many methods const.
+
+2003-03-13  Angus Leeming  <leeming@lyx.org>
+
+       * ControlParagraph.[Ch]: rewrite to use the Dialog-based scheme and
+       the new dispatch lfuns.
+
+2003-03-12  Angus Leeming  <leeming@lyx.org>
+
+       * ControlCharacter.[Ch]: rewrite to use the Dialog-based scheme and
+       the new dispatch lfuns.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       Flatten the ButtonController tree by splitting it into a Controller
+       and a View.
+
+       * BCView.[Ch], BCView.tmpl: new files containing the View part of the
+       ButtonController.
+
+       * ButtonController.[Ch]: just the controller, which needs know only
+       two methods of the View, refresh and refreshReadOnly.
+
+       * lots of files: associated changes.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * ControlChanges.[Ch]: rewrite to use the Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * ControlAboutlyx.[Ch]: rewrite to use the Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * ControlTabularCreate.[Ch]: rewrite to use the Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * ControlTabular.[Ch]: rewrite to use the Dialog-based scheme.
+
+2003-03-09  Angus Leeming  <leeming@lyx.org>
+
+       * ControlTabular.[Ch]: minimise the interface in preparation for
+       a move to the Dialog-based scheme.
+       (inset): removed; the views require only getActiveCell().
+       (tabular): return as a reference.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * ControlGraphics.[Ch]: rewrite to use the Dialog-based scheme.
+
+       * ControlInset.{h, tmpl}: remove.
+       * Makefile.am: remove files.
+
+2003-03-07  Angus Leeming  <leeming@lyx.org>
+
+       * ControlBibitem.[Ch]:
+       * ControlIndex.[Ch]:
+       * ControlLabel.[Ch]:
+       * ControlUrl.[Ch]: removed.
+
+       * Makefile.am: remove files.
+
+       * ControlERT.C (dispatchParams):
+       * ControlExternal.C (dispatchParams):
+       * ControlFloat.C (dispatchParams):
+       * ControlInclude.C (dispatchParams):
+       * ControlWrap.C (dispatchParams): no need to pass name to Mailer
+       anymore.
+
+       * ControlMinipage.[Ch]: rewrite to use the Dialog-based scheme.
+
+2003-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * ControlWrap.[Ch]: rewrite to use the Dialog-based scheme.
+
+       * ControlFloat.[Ch]: move insetfloat.h into the .C file.
+
+       * ControlFloat.[Ch]: rewrite to use the Dialog-based scheme.
+       * ControlInclude.C: remove unneeded header files.
+
+       * ControlFloat.[Ch]: replace FloatParams with InsetFloatParams.
+
+       * ControlInclude.[Ch]: rewrite to use the Dialog-based scheme.
+
+       * ControlExternal.[Ch]: rewrite to use the Dialog-based scheme.
+
+       * Dialog.h: make view() public. Add dialog() methods.
+
+2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ControlGraphics.C: removed #include "converter.h"
+       * ControlPrefs.C:
+       * ControlSendto.C: added #include "format.h"
+
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * ControlLabel.[Ch]: new files. A controller for the Label dialog.
+
+       * Makefile.am: add the new files.
+
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * ControlBibitem.C (c-tor):
+       * ControlBibtex.C (c-tor):
+       * ControlCitation.C (c-tor):
+       * ControlIndex.C (c-tor):
+       * ControlRef.C (c-tor):
+       * ControlToc.C (c-tor):
+       * ControlUrl.C (c-tor):
+       pass "name" to ControlCommand c-tor,
+       not an LFUN.
+
+       * ControlCommand.[Ch] (c-tor, dispatchParams): use "name" rather than a
+       specific LFUN.
+
+       * ControlERT.C (dispatchParams): use "name" rather than a
+       specific LFUN.
+
+2003-02-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * ControlDocument.C (apply): Call to setLanguage() after updating bp_;
+
+2003-02-21  Angus Leeming  <leeming@lyx.org>
+
+       * Dialog.[Ch]:
+       * Kernel.[Ch]: a new, transparent MCV split of the dialogs code.
+
+       * ControlBibitem.[Ch]:
+       * ControlBibtex.[Ch]:
+       * ControlCitation.[Ch]:
+       * ControlCommand.[Ch]:
+       * ControlError.[Ch]:
+       * ControlIndex.[Ch]:
+       * ControlRef.[Ch]:
+       * ControlToc.[Ch]:
+       * ControlUrl.[Ch]: New MCV design leads to cleaner code for the
+       individual controllers too.
+       Move 'apply' code into the LyX kernel.
+
+       * ControlConnections.C: temporary renaming of Dialogs::signals.
+
+       * Makefile.am: add new files.
+       
 2003-02-21  Angus Leeming  <leeming@lyx.org>
 
        * ControlBibtex.C (Browse):