]> git.lyx.org Git - lyx.git/blobdiff - lib/ChangeLog
Make lyx2lyx output the new external inset format.
[lyx.git] / lib / ChangeLog
index c0ecbefa693a15bf8da609f951cf2b15ff4fcb59..30c9c97adc75eb1aa2f30f9f7cc77ee1555b9d2c 100644 (file)
@@ -1,3 +1,98 @@
+2003-06-04  Angus Leeming  <angus@localhost.localdomain>
+
+       * lyx2lyx/lyxconvert_223.py (conv): 
+
+2003-06-04  Angus Leeming  <leeming@lyx.org>
+
+       * lyx2lyx/lyx2lyx: bump the output format to 224.
+       * lyx2lyx/lyxconvert_223.py (convert_external): new file, new function.
+       An amalgamation of suggestions from José Matos and Dekel Tsur.
+       Also converts a RasterImage External Inset to a Graphics Inset.
+
+2003-06-03  Angus Leeming  <leeming@lyx.org>
+
+       * external_templates: modify the templates to use the converter" mechanism.
+
+2003-06-02  John Levon  <levon@movementarian.org>
+
+       * lyx2lyx/lyxconvert_221.py: remove insetparents
+
+2003-06-01  Angus Leeming  <leeming@lyx.org>
+
+       * configure.m4: add an extension to the dateout format or the converter
+       code fouls up.
+
+2003-06-01  John Levon  <levon@movementarian.org>
+
+       * lyx2lyx/lyxconvert_221.py: "\BibTeX" to "\bibtex" (bug 1018)
+       (from José Matos)
+
+2003-05-31  Angus Leeming  <leeming@lyx.org>
+
+       * configure.m4 (latex_to_html_command): add a bunch of formats and
+       converters that are to be used by the external inset.
+
+       * fig2pdftex.sh: make it work as a "converter".
+       * fig2pstex.sh: new file: a converter from xfig to pstex_t.
+
+2003-05-30  John Levon  <levon@movementarian.org>
+
+       * ui/stdmenus.ui: Force Normal Space -> Inter-word Space
+
+2003-05-30  John Levon  <levon@movementarian.org>
+
+       * ui/stdmenus.ui: fix capitalisation
+
+2003-05-25  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/fig2pdf.sh: renamed again as fig2pdftex.sh.
+
+2003-05-24  John Levon  <levon@movementarian.org>
+
+       * ui/stdmenus.ui: re-organise Document and Tools menus
+
+2003-05-23  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/fig2pdf.sh: new script. Capable of converts an XFIG image to
+       something that pdflatex can process into high quality PDF.
+       Works both with "modern" xfig and with older, "legacy" versions.
+
+       * scripts/fig2png.sh: removed.
+
+2003-05-23  Angus Leeming  <leeming@lyx.org>
+
+       * external_templates: add a PDFLaTeX flavour to the xfig outputs.
+       * scripts/fig2png.py: a new and very simple script.
+       * scripts/fig2png.sh: another new and rather more sophisticated script.
+
+2003-05-22  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ui/stdmenus.ui:
+       * ui/classic.ui: remove "error-next" and "error-remove-all"
+
+2003-05-22  John Levon  <levon@movementarian.org>
+
+       * ui/stdtoolbars.ui: fix default toolbars
+
+2003-05-22  John Levon  <levon@movementarian.org>
+
+       * bind/cua.bind: fix space insert
+
+2003-05-21  José Matos  <jamatos@fep.up.pt>
+
+       * lyx2lyx/lyxconvert_221.py: convert \SpecialChar ~ 
+
+2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * bind/cua.bind:
+       * bind/emacs.bind:
+       * bind/yemacs.bind:
+       * bind/latinkeys.bind:
+       * ui/stdmenus.ui: new space insets
+
+2003-05-20  John Levon  <levon@movementarian.org>
+
+       * ui/stdtoolbars.ui: s/Paragraph Style/Paragraph Settings/
 
 2003-05-16 André Pönitz <poenitz@gmx.net>