]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Forgotten ChangeLog entries.
[lyx.git] / src / frontends / controllers / ChangeLog
index 9a6f3fdb5f9a3afeee262160e8220d5e36018b5a..58507542d6eb93adb05e79791321d892a0b3baeb 100644 (file)
@@ -1,9 +1,53 @@
+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>
 
-       * ControlDialogs.h added // -*- C++ -*-
+       * *.[h]: added // -*- C++ -*-
+       * *.[C]: removed // -*- C++ -*-
 
-       * ControlCharacter.[Ch]: added // -*- C++ -*-
-       (setParams): Check contents of font_ to activate Apply button.
+       * 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