]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
remove options from spellchecker
[lyx.git] / src / frontends / controllers / ChangeLog
index a7ef60a16e6d25be961440a963b41c950d92bff0..47c1522cb8f272ebab846bd9d02d5c8cbcdb671b 100644 (file)
@@ -1,3 +1,256 @@
+2002-08-01  John Levon  <levon@movementarian.org>
+
+       * ControlSpellchecker.h:
+       * ControlSpellchecker.C: remove options
+
+2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * several files: strip,frontStrip -> trim,ltrim,rtrim
+
+2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * biblio.C (parseBibTeX): modify because of strip changes
+
+2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * ControlFloat.[Ch]: Implement Wide Float toggle
+       Replace "allow_here_definitely" by "wide"
+
+2002-07-22  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphics.C: small changes
+
+2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * ControlToc.C: remove getType
+
+2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlCommandBuffer.C: don't add "" to history
+
+2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlRef.C: fix dispatch call nicely
+
+2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * ControlCommandBuffer.h:
+       * ControlCommandBuffer.C: add controller for command (mini) buffer
+         handling
+
+2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlRef.C: fix dispatch call
+
+2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlCharacter.C: use view_state_changed not setState
+
+2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * biblio.C (parseBibTeX): use ascii_lowercase instead of lowercase
+
+2002-07-15  Mike Fabian  <mfabian@suse.de>
+
+       * biblio.C (compareNoCase): use the compare_ascii_no_case instead
+       of compare_no_case, because in turkish, 'i' is not the lowercase
+       version of 'I', and thus turkish locale breaks parsing of tags.
+
+2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * ControlBibtex.C (applyParamsToInset): ws change
+
+2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * ControlInclude.C: Add warning if absolute path name and
+       check_typeset is used together
+
+2002-06-28  Angus Leeming  <leeming@lyx.org>
+
+       * ControlGraphics.C: changes associated with the name changes
+       grfx::GCache -> grfx::Cache and grfx::GImage -> grfx::Image.
+
+2002-06-25  Angus Leeming  <leeming@lyx.org>
+
+       * ControlGraphics.C (readBB): Channges associated with the changed
+       interface to the graphics cache.
+
+2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * ControlParagraph.C: layout as layout
+
+2002-06-21  Angus Leeming  <leeming@lyx.org>
+
+       * tex_helpers.C: Use <vector> not <vector.h>. Reorder header files.
+       * tex_helpers.h: #include "LString.h".
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlBibtex.C:
+       * ControlBibitem.C: use repaint()
+
+2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlTexinfo.C: do the same for Texinfo
+
+       * tex_helpers.C: don't try to read a file that isn't there
+
+2002-06-21  Herbert Voss  <voss@perce.de>
+
+       * ControlBibtex.C: do an automatic update, when no bst-list
+       exists
+
+2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
+
+       * GUI.h: createIndex() changed
+
+2002-06-18  Herbert Voss  <voss@perce.de>
+
+       * tex_helpers.[Ch]: move functions from ControlTexinfo into this
+       helperstuff. Now the bibtex gui can use some of these functions
+
+2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlGraphics.C: just make the mask *.*
+
+2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * changes to simplify function setup, removal of a lot of includes.
+
+2002-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * ControlParagraph.[Ch]: forward declare ParagraphParameters.
+
+2002-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
+
+2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * ControlParagraph.[Ch]: new paragraph controller
+       * GUI.h: add new controller
+       * Makefile.am: ditto
+
+2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * GUI.h: do not include ButtonController.tmpl
+
+       * ControlInset.h: include ControlInset.tmpl
+
+       * ControlCitation.C: do not include ControlInset.tmpl
+       * ControlCommand.C: ditto
+       * ControlERT.C: ditto
+       * ControlError.C: ditto
+       * ControlExternal.C: ditto
+       * ControlFloat.C: ditto
+       * ControlGraphics.C: ditto
+       * ControlInclude.C: ditto
+       * ControlMinipage.C: ditto
+
+       * ControlDialog.tmpl: remove the Base:: prefix
+
+2002-06-07  Angus Leeming  <leeming@lyx.org>
+
+       Fixes needed to compile with Compaq cxx 6.5.
+       * ControlDialog.tmpl: I have had to prefix base class methods with
+       Base:: Wierd!
+
+       * ControlInset.tmpl: #include a couple of headers.
+
+2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * switch from SigC signals to boost::signals
+
+2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * biblio.h: include vector
+
+       * biblio.C: change include order
+       (regexSearch): use boost regex and get rid of LRegex
+
+2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlAboutlyx.C:
+       * ControlBibitem.C:
+       * ControlBibtex.C:
+       * ControlCharacter.C:
+       * ControlCitation.C:
+       * ControlCommand.C:
+       * ControlConnections.C:
+       * ControlERT.C:
+       * ControlError.C:
+       * ControlExternal.C:
+       * ControlFloat.C:
+       * ControlForks.C:
+       * ControlGraphics.C:
+       * ControlInclude.C:
+       * ControlIndex.C:
+       * ControlLog.C:
+       * ControlMinipage.C:
+       * ControlPreamble.C:
+       * ControlPrint.C:
+       * ControlRef.C:
+       * ControlSearch.C:
+       * ControlSendto.C:
+       * ControlShowFile.C:
+       * ControlSpellchecker.C:
+       * ControlTabularCreate.C:
+       * ControlTexinfo.C:
+       * ControlThesaurus.C:
+       * ControlToc.C:
+       * ControlUrl.C:
+       * ControlVCLog.C: LyXView moved into frontends
+
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * ControlExternal.C: add scoped_ptr.hpp
+
+       * ControlCharacter.h: use more specific smart_ptr header.
+
+2002-05-21  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * frnt_lang.C (getLanguageData): change a couple of N_() to _().
+
+2002-05-13  Herbert Voss  <voss@perce.de>
+
+       * biblio.C (getAbbreviatedAuthor): fix bug with "and" for Authors
+       like "Odland, G. and ... "
+       (parseBibTeX): fix bug with title and booktitle
+       and replace a \n with a space when one entry has more than
+       one line
+
+2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlCharacter.C: use "ignore" and "reset" as the identifiers, not
+       "No change" and "Reset".
+
+       * frnt_lang.C: ditto. Further, do not sort thes two entries. Ie, leave
+       them at the front of the list.
+
+2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlGraphics.C: add some comments to the char * arrays.
+       Make rorigin_size const.
+
+2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlGraphics.[Ch] (getRotationOriginData): new helper function.
+       Enables the gui's to internationalise these strings.
+
+2002-04-30  John Levon  <moz@compsoc.man.ac.uk>
+
+       * frnt_lang.C: fix build
+
+2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.
+       If the the caller is the character dialog, add "No change" and "Reset"
+       to the vector, else don't.
+       Internationalise the GUI strings here rather than in the different
+       calling dialogs.
+       Sort the translated strings, albeit simply.
+
 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * character.[Ch]: rename namespace character as namespace frnt.
        * ControlGraphics.C:
        * ControlPrint.C:
        * ControlBibtex.C: make N_() be _()
+
 2002-04-07  Herbert Voss  <voss@perce.de>
 
        * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools