]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ChangeLog
index c4714f044355ada16d7d0f17c650fe5f70159c02..1ee008585880e62a1d83ed2caee14f1b3c31b84f 100644 (file)
@@ -1,3 +1,111 @@
+2001-08-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * character.C (getBarData): fix bar array.
+
+2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlInset.h (apply): tentative fix for the press Apply multiple
+       times and get multiple new Insets problem.
+
+2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlCharacter.C: fix typo
+
+       * ViewBase.h: 
+       * ControlDialogs.C:
+       * ControlInsets.C: make sure dialog is built before it is shown, so
+         it works properly the very first time it is shown
+2001-08-20  Herbert Voss  <voss@perce.de>
+
+       * ControlBibtex.[Ch]: enhanced bibtex-data gui to browse for databases
+       and styles. Added an option for "bibliography into toc"
+
+2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * character.[Ch]: remove LATEX_TOGGLE from the FONT_STATE enum as
+       LaTeX is no longer a font property.
+
+2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GUI.h: Button controller for Reference dialog changed to
+       NoRepeatedApplyReadOnlyPolicy.
+
+       * biblio.C (getInfo): output volume and number info. Move year to end
+       of string.
+
+2001-08-09  Allan Rae  <rae@lyx.org>
+
+       * Makefile.am (SUBDIRS, dist-hook): remove bogus entries. 
+
+2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * helper_funcs.C (getVectorFromString): fixed small bug.
+
+       * helper_funcs.h (getFirst, getSecond): cleaned up and removed cruft.
+
+2001-08-07  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * ControlSpellchecker.C: check next word after insert in personal dict
+
+2001-08-06  Juergen Vigna  <jug@sad.it>
+
+       * ControlERT.[Ch]: new file
+
+2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlInset.h: const and non-const forms of params().
+
+       * helper_funcs.C (getStringFromVector,getVectorFromString): remove
+       whitespace from either side of each item.
+
+2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlFloat.h: add a != operator for FloatParams.
+       Lars, how did you get this to compile!!!
+
+       * ControlMinipage.[Ch]: uncommented someone's commenting out of
+       operator != for MinipageParams. Who's changing stuff and not compiling?
+
+2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (libcontrollers_la_SOURCES): add ControlFloat.h and
+       ControlFloat.C
+
+       * GUI.h: add class GUIFloat
+
+       * ControlFloat.[Ch]: new files
+
+2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ControlPrint.C: #include Lassert.h here.
+
+2001-07-26  Baruch Even  <baruch@lyx.org>
+
+       * ControlGraphics.C: changed file search string to cover eps, jpeg, gif
+       and png.
+
+2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlThesaurus.h:
+       * ControlThesaurus.C:
+       * GUI.h:
+       * Makefile.am: thesaurus support
+
+2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlInclude.h:
+       * ControlInclude.C: implement ability to load file
+2001-07-18  Juergen Vigna  <jug@sad.it>
+
+       * ControlSearch.C (replace): changes to lyxfind.h function calls.
+
+2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * biblio.C (getInfo): add a .c_str() to handle the usual
+       stringstream pain.
+
 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * ControlCitation.[Ch]: changes associated with adding natbib support.
        * ControlSpellchecker.C (getSuggestion): 
        (getWord): add std:: qualifier
 
->001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
+2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
 
        * ControlSpellchecker.[Ch]: added
        * ViewBase.h: added partialUpdate(int) member