]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Forgotten ChangeLog entries.
[lyx.git] / src / frontends / controllers / ChangeLog
index 4255c0d63c053e5cf69bda2aac814517d9ab9acb..58507542d6eb93adb05e79791321d892a0b3baeb 100644 (file)
@@ -1,3 +1,37 @@
+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
@@ -12,8 +46,8 @@
        * *.[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