]> 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 7f38a62ad08d9ba9d51b11e780fe870e155de5d8..ace8d765b45d75d93fc8d5392a4a4a3c5202964e 100644 (file)
@@ -1,3 +1,46 @@
+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