]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Forgotten ChangeLog entries.
[lyx.git] / src / frontends / controllers / ChangeLog
index 31947c576dae1be5c8233c6f798ad57876d2c98e..58507542d6eb93adb05e79791321d892a0b3baeb 100644 (file)
@@ -1,6 +1,90 @@
+2001-07-16  Juergen Vigna  <jug@sad.it>
+
+       * ControlSpellchecker.C (show): use the lyxrc.use_pspell flag (if
+       compiled with USE_PSPELL) to be able to switch between ISpell and
+       PSpell classes.
+
+2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       Consistent use of Lsstream.h:
+       * ControlAboutlyx.[Ch] (getCredits):
+       * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream.
+
+2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * ControlCredits.[Ch]: removed
+       * ControlCopyright.[Ch]: removed
+       * ControlAboutlyx.[Ch]: added (replaces previous)
+       * GUI.h: removed credits and copyright added about lyx stuff
+
+2001-07-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ControlSpellchecker.C (getSuggestion): 
+       (getWord): add std:: qualifier
+
+>001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * ControlSpellchecker.[Ch]: added
+       * ViewBase.h: added partialUpdate(int) member
+       * GUI.h: added spell stuff
+       
+2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * ControlExternal.C: (*it). -> it->
+
+2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ButtonController.h: move some included header files out of the
+       frontends and into here.
+
+2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlCharacter.C (c-tor): cosmetic name change of signal.
+
+2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * *.[h]: added // -*- C++ -*-
+       * *.[C]: removed // -*- C++ -*-
+
+       * ControlCharacter.[Ch]: (setParams): Check contents of font_ to
+       activate Apply button.
+       (clearParams): removed.
+       font_ is now stored as a boost::scoped_ptr.
+       font_ is no longer deleted on hide(), so it's contents can now be used
+       by the Font button on the toolbar.
+       Lots of new methods so that the GUI can easily get the contents of
+       font_ when it update()s.
+
+2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlCharacter.C (apply): test that font_ exists, thereby preventing
+       crash when the Font button on the Toolbar is pressed.
+
+       * GUI.h: change policy of Character button controller to
+       OkApplyCancelReadOnlyPolicy.
+
+2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * ControlToc.C (getContents): don't add anything to the list if it
+       is supposed to be empty.
+
+2001-06-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * helper_funcs.C (getVectorFromString): bug fix.
+
+2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ButtonController.h
+       * ButtonControllerBase.[Ch] (refreshReadOnly): new method, called direct
+       from ButtonControllerBase::readOnly. Updates the state of the widgets
+       in the read-only list only when the read-only status of the document
+       changes.
+       (refresh): moved this stuff into refreshReadOnly.
+
 2001-05-18  Angus Leeming  <a.leeming@ic.ac.uk>
 
-       * ControlPrint.C (c-tor): initialise params_ and thereby cure crash.
+       * ControlPrint.C (c-tor):
+       * ControlPreamble.C (c-tor): initialise params_ and thereby cure crash.
 
 2001-05-14  Angus Leeming  <a.leeming@ic.ac.uk>