]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
Fix several warnings regarding unused variable/arguments.
[lyx.git] / src / insets / ChangeLog
index a3499d693d0415d934a2629732fa02b0145c65cd..8fa1a101d3f5464ef3e5666baf06376574af5edf 100644 (file)
@@ -1,3 +1,164 @@
+2001-11-14  José Matos  <jamatos@fep.up.pt>
+
+       * insetspecialchar.C (linuxdoc): 
+       (docbook): don't give a name to a unused variable.
+
+       * insettext.C (docbook): removed unused variable.
+
+2001-11-13  Herbert Voss  <voss@perce.de>
+
+       * insetgraphic.C: fix scale bug
+       
+2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * inset.h (isSpace): 
+       (isLetter): new virtual methods.
+
+       * insetspecialchar.C (isSpace): 
+       (isLetter): implement here.
+
+2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
+
+       * inset.h: new inline helpers
+
+       * insettext.C: use new helpers
+
+2001-11-07  José Matos  <jamatos@fep.up.pt>
+
+       * insettext.C (docbook): full support for paragraphs inside insettext.
+
+2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
+
+       * insetindex.C: added header file for std::ostream.
+
+2001-11-03  José Matos  <jamatos@fep.up.pt>
+
+       * insetindex.C: added using std::ostream that I forgot yesterday.
+
+2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
+
+       * insetindex.h (docbook):
+       * insetindex.C (docbook): added support for docbook export.
+
+2001-11-02  José Matos  <jamatos@fep.up.pt>
+
+       * insetcaption.C(docbook): added support for docbook export.
+
+2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetexternal.C (updateExternal): Do not run update command if
+       result file exists and is up to date.
+
+       * ExternalTemplate.C (readFormat): Support the updateresult token.
+
+2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
+       external_templates) to use the buffer->fileName() but only if
+       previewing. Generating a TeX file should make FPath return
+       "".
+
+2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
+
+       * insetert.h:
+       * insetert.C: fix some problems
+2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * insetexternal.C (doSubstitution): Added $$FPath token
+       to list of usable substitutions in external inset templates.
+
+2001-10-24  Juergen Vigna  <jug@sad.it>
+
+       * insettabular.C: use new ltType struct for setting longtable
+       header and footers also new UNSET enums.
+
+2001-10-24  José Matos  <jamatos@fep.up.pt>
+
+       * insettabular.C (linuxdoc): Now exports the ascii's table version.
+       (docbook): If the table is not inside a float then wrap it inside
+       <informaltable>...</informaltable>.
+
+2001-10-23  José Matos  <jamatos@fep.up.pt>
+
+       * insetref.C (docbook): removed / terminator to conform SGML.
+
+       * insetspecialchar.C (linuxdoc):
+       (docbook): Added support for special chars, more than ascii export.
+
+2001-10-22  Juergen Vigna  <jug@sad.it>
+
+       * insettext.C (checkInsertChar): added for REALLY checking the
+       font of the inserted char in the right inset!
+
+2001-10-19  Juergen Vigna  <jug@sad.it>
+
+       * inset.h: added method allowSpellcheck() so that insets who do
+       not have anything to spellcheck can tell and so they are over-jumped.
+       Implemented for InsetText and co.
+
+2001-10-18  Juergen Vigna  <jug@sad.it>
+
+       * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
+
+2001-10-15  José Matos  <jamatos@fep.up.pt>
+
+       * insetert.C: allow export for docbook and linuxdoc
+
+2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
+
+       * insetquotes.C (dispString): handles latin3 and latin4 quotes
+
+2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetquotes.C (dispString): fix handling of latin9 quotes
+
+2001-10-03  Juergen Vigna  <jug@sad.it>
+
+       * insetert.C: ditto
+
+       * insetcollapsable.C: change updateInset calls to not tell BV that
+       we have changed status.
+
+2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insettabular.C (deletable): make const
+
+2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * insetert.C (latex): Fix the returned value
+
+2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * insetert.[Ch] (selectNextWordToSpellcheck): new method.
+       Returns string(), so nothing in an ERT inset is spellchecked.
+
+       * insetgraphics.C (draw): print the filename if not displaying the
+       image.
+       (width): make sure that the width and draw methods are consistent.
+       (updateInset): don't even load the image into cache if not displaying
+       it.
+
+2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * various files (selectNextWord): renamed as
+       selectNextWordToSpellcheck.
+
+       * insetgraphics.C (draw): remove the previous change. Right place
+       is in imageLoaderXPM.C.
+       (draw): don't display the image if params.display == NONE.
+
+2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * figinset.C (runqueue):
+       * insetgraphics.C (draw): set background colour of inset from
+       background to the user-configurable graphicsbg.
+
+2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * insetquotes.C (InsetQuotes): when trying to decide the side of
+       the quote, choose `left' only after a space or '('
+
 2001-09-04  José Matos  <jamatos@fep.up.pt>
        * figinset.C
        * figinset.h