]> git.lyx.org Git - features.git/blobdiff - src/insets/ChangeLog
skak support, John's ERT fixes, loclae blunder fix
[features.git] / src / insets / ChangeLog
index c25a5f0aaf7515df7ed12f0c7f47defe40005365..ace8d765b45d75d93fc8d5392a4a4a3c5202964e 100644 (file)
@@ -1,7 +1,92 @@
+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>
 
-       * insetgraphics.C (draw): remove the previous change. Right place is in
-       imageLoaderXPM.C.
+       * 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>