]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
Forgotten ChangeLog entries.
[lyx.git] / src / frontends / controllers / ChangeLog
index fa5ab26b9896f89845830b904db42287c3110724..58507542d6eb93adb05e79791321d892a0b3baeb 100644 (file)
@@ -1,3 +1,33 @@
+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->
@@ -16,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