]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / ChangeLog
index 9d6381e305cb45884dfa5d4defd4e8099eeea87e..a9bcff86e455e9aad0b5caa5b22ade642e35b594 100644 (file)
@@ -1,3 +1,75 @@
+2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetcharstyle.C: drawing cosmetics.
+
+2004-10-30  José Matos  <jamatos@lyx.org>
+
+       * insetcharstyle.C (docbook): a compromisse solution. Don't output
+       paragraph tags inside inline elements.
+
+2004-10-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetcharstyle.C (latex, linuxdoc, docbook, plaintext): use
+       InsetText methods rather than outputVerbatim (escapes special
+       characters) [bug 1731]
+       * insetcharstyle.C (outputVerbatim): remove this function.
+       * insetcharstyle.C (priv_dispatch): fix typo in LFUN_MOUSE_PRESS, 
+       which caused an infinite loop.
+
+2004-10-29  José Matos  <jamatos@lyx.org>
+
+       * insetgraphics.C (uniqueID): transfered to sgml.C
+
+2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
+
+       * insetlabel.C (docbook, linuxdoc):
+       * insetref.C (docbook, linuxdoc): sanitize id.
+
+2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ExternalSupport.C: s/getExtFromContents/getFormatFromContents/
+       * insetgraphics.C: s/getExtFromContents/getFormatFromContents/
+       * insetgraphics.C (findTargetFormat): reformat
+
+2004-10-28  José Matos  <jamatos@lyx.org>
+
+       * insetcharstyle.C (linuxdoc, docbook): apply opentTag and closeTag.
+
+2004-10-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ExternalTransforms.C (sanitizeLatexOption): simplify regex
+
+2004-10-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ExternalTransforms.C (sanitizeLatexOption): fix regex to handle
+       "[,,,]" without warning message
+
+2004-10-26  Angus Leeming  <leeming@lyx.org>
+
+       * ExternalSupport.C (updateExternal):
+       * insetgraphics.C (copyFileIfNeeded): use the new Movers to move external
+       files to the temp directory.
+
+2004-10-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * insetfoot.C (latex): use \thanks instead of \footnote on titlepage
+       layouts. This fixes problems with the memoir class (which does not
+       allow \footnote) [bug 1677]
+
+2004-10-24  Andreas Vox  <vox@isp.uni-luebeck.de>
+
+       * insetindex.C (docbook): escape the index, to generate correct sgml.
+
+2004-10-23  José Matos  <jamatos@lyx.org>
+
+       * insettext.C (docbook): rearrange arguments, due to change in the upper
+       code.
+
+2004-10-23  André Pönitz  <poenitz@gmx.net>
+
+       * insettabular.C (cutSelection, tabularFereatures):
+         fix cursor position after cutting selection or table rows
+
 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
 
        * insetgraphics.C (docbook, writeImageObject): write more than one
 
 2004-09-29  Andreas Vox  <vox@isp.uni-luebeck.de>
 
-       * insetgraphics.C (createDocBookAttribute, docbook) : 
+       * insetgraphics.C (createDocBookAttribute, docbook) :
        convert scale, width, height and keepaspectratio to Docbook standards)
-       
+
        * insetgraphics.[hC] (toDocbookLength): new method to convert TeX units
        to Docbook units where possible.
 
 2004-09-29  Andreas Vox  <vox@isp.uni-luebeck.de>
 
-       * insetgraphics.C (docbook): create inlinegraphic instead of graphic. 
-       
+       * insetgraphics.C (docbook): create inlinegraphic instead of graphic.
+
        * insetgraphics.[hC] (createDocBookAttributes): Export parameters
        as attributes with new method for docbook.
 
 2004-09-24  Andreas Vox  <vox@isp.uni-luebeck.de>
 
        * insetref.C (docbook): fixing problem where Docbook XML output
-        had unclosed <xref ... >
+       had unclosed <xref ... >
 
 2004-08-16  José Matos  <jamatos@lyx.org>