X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fcontrollers%2FChangeLog;h=58507542d6eb93adb05e79791321d892a0b3baeb;hb=eb4a3c10056fd2b6e5d43e75798177e2a5aef784;hp=fa5ab26b9896f89845830b904db42287c3110724;hpb=6396f9a204bfa7a154729dfaa17dc7abc619f7d0;p=lyx.git diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index fa5ab26b98..58507542d6 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,33 @@ +2001-07-16 Juergen Vigna + + * 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 + + Consistent use of Lsstream.h: + * ControlAboutlyx.[Ch] (getCredits): + * ControlVCLog.[Ch] (getVCLogFile): std::stringstream -> stringstream. + +2001-07-13 Edwin Leuven + + * 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 + + * ControlSpellchecker.C (getSuggestion): + (getWord): add std:: qualifier + +>001-07-13 Edwin Leuven + + * ControlSpellchecker.[Ch]: added + * ViewBase.h: added partialUpdate(int) member + * GUI.h: added spell stuff + 2001-07-12 Lars Gullik Bjønnes * 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