]> git.lyx.org Git - lyx.git/history - lib/lyx2lyx
Make HTML export work.
[lyx.git] / lib / lyx2lyx /
2007-06-13 Dov Feldsternlyx2lyx to convert the language of spaces surrounding...
2007-06-13 Bo PengAdd --Separator-- environment
2007-06-13 Bo Penglyx2lyx support for unrecognizable listings parameter
2007-05-31 José MatoxAdd a fallback to run lyx2lyx from the build directory
2007-05-15 José MatoxAdd file format change to support the standard font...
2007-05-15 Bo PengInsetListings: lyx2lyx for caption and label
2007-05-14 José MatoxFix importing of klewer template, add fix for recent...
2007-05-14 Martin VermeerAdd charstyles Alert and Structure to beamer
2007-05-11 Bo Penglib/lyx2lyx/lyx_1_5.py: fix revert of listings insets
2007-05-09 Uwe Stöhrlyx2lyx: fix wrong preamble entry about "armtex" when...
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-05-06 Uwe StöhrGeorg's patch for bug 3043:
2007-05-04 Jürgen Spitzmüller* lib/encodings:
2007-05-01 Uwe Stöhrlyx_1_5.py: better method to write preamble, suggested...
2007-05-01 Uwe Stöhrfile format change: support for Armenian
2007-04-26 Uwe StöhrFile format change: Fix bug 1746 partly
2007-04-25 José MatoxUpdate file format, textclass cv -> simplecv
2007-04-01 Georg BaumMake encoding conversion more robust (workaround for...
2007-02-24 José MatoxCorrect the name of Portuguese and Brazilian variants...
2007-02-21 Georg BaumOutput encoding messages only with a higher warning...
2007-02-20 Georg Baum * lib/lyx2lyx/lyx_1_4.py
2007-02-16 Georg BaumAvoid endless loops, e.g when an end_deeper is missing
2007-02-16 Georg Baumadd pure ASCII encoding for LaTeX export
2007-02-14 Georg Baumfile format change due to new change tracking behaviour
2007-02-13 Georg BaumAllow utf8x \inputencoding
2007-02-13 Georg BaumAdd commandline switch to read files from CJK-LyX
2007-02-12 Georg Baum * lib/lyx2lyx/lyx_1_5.py
2007-02-12 José MatoxInsurance against empty lines.
2007-02-12 José MatoxColor has a different reset (adjusting for it).
2007-02-11 José MatoxConvert lyxaccents to unicode (most of the work comes...
2007-02-01 Georg Baumrevert accented characters to InsetLatexAccent if possible.
2007-01-31 Georg BaumMissing bits of Uwe's file format change from yesterday.
2007-01-31 Uwe Stöhrfix bug in modification made in changeset 16962
2007-01-31 Uwe Stöhrnew \lyxline difinition, fixes also bug 1988:
2007-01-30 Abdelrazak YounesThe caption inset patch by Georg, Martin and myself.
2007-01-27 Georg Baumfix typo
2007-01-13 Georg BaumChange lyx2lyx conversion and LaTeX export of documents...
2007-01-01 Georg Baumfix lyx2lyx conversion of multiple encoding files
2006-12-28 Georg BaumAdd some more LaTeX encodings, fix thailatex and displa...
2006-11-25 Georg Baummissing bits of the new insets for \clearpage and ...
2006-11-25 Bo PengAdd inset clearpage and cleardoublepage, from Urgas
2006-11-19 Michael Schmitt * lib/lyx2lyx/lyx_1_4.py:
2006-11-14 Georg BaumMake nesting levels work. Obviously ++nestdepth does...
2006-11-13 Georg BaumAdd support for the esint package
2006-11-12 Georg BaumFix output of labels and references that contain charac...
2006-11-04 Georg BaumNew nomenclature inset from Ugras
2006-10-26 Georg BaumMake the code a bit more python-like
2006-10-25 Georg BaumPort InsetCommandParams::scanCommand to lyx2lyx.
2006-10-22 Georg BaumFix stupid backslash quoting error that resukted in...
2006-10-19 Georg Baumsmall readability fix
2006-10-18 Georg Baumfix indentation
2006-10-17 Georg BaumRework InsetCommandParams interface and file storage
2006-10-16 Jürgen Spitzmüller* lib/lyx2lyx/lyx_1_5.py: correct indendation.
2006-10-16 Jürgen SpitzmüllerRemember the char style label state and make it globall...
2006-10-12 Enrico ForestieriSmall fix for the last version bump
2006-10-12 Martin VermeerSupport for optional arguments for environments. No...
2006-08-15 Georg BaumUpdate file format for unicode
2006-08-14 José MatoxDebris from earlier typo fix in file name.
2006-08-14 José Matoxrename generate_enconding_info.py to generate_encoding_...
2006-08-09 José MatoxAdd language attribute to default file
2006-08-09 José MatoxAdd encoding to a default file
2006-08-09 Jean-Marc Lasgouttes * lib/Makefile.am (dist_pkgdata_DATA): remove configure.py
2006-08-08 José MatoxUpdate Makefile.am with new and renamed files.
2006-08-07 José MatoxAdd support for input encoding handling by lyx2lyx.
2006-08-07 José Matoxgenerate_enconding_info.py parses lib/languages and...
2006-08-07 José MatoxGive to get value a default argument,
2006-08-02 José Matoxstring.join(lst) -> " ".join(lst) and not "".join(lst)
2006-08-02 José MatoxRemove calls to deprecated module string.
2006-08-02 José MatoxStart to consolidate the functions in parser tools.
2006-08-02 José MatoxSmall fixes.
2006-08-02 José MatoxConvert all python files to utf-8.
2006-08-02 José Matoxlyx2lyx: Remove -tt from header since it does not work.
2006-08-01 José Matoxlyx_0_08.py:
2006-08-01 José MatoxAdd module documentation to lyx_0_10.py
2006-08-01 José MatoxRename files:
2006-07-27 José Matox * LyX.py
2006-07-27 José Matoxparser_tools.py (del_token): rename arguments to be...
2006-07-17 Bo PengRemove hardcoded option -tt from python scripts
2006-07-03 Bo Penglib/lyx2lyx/lyx_1_5.py: replace tab with spaces
2006-07-03 Georg Baummerge booktabs branch
2006-07-01 Bo PengRemove all tabs in lib/lyx2lyx/*.py, corresponding...
2006-06-30 Georg BaumCall python with the -tt switch to make mixed tab/space...
2006-06-19 Jürgen SpitzmüllerThe Grand Font Selection Redesign:
2006-06-05 Georg Baum * lib/lyx2lyx/Makefile.am: Add missing file lyx_1_5.py
2006-06-03 Martin Vermeer Add support for framed.sty
2006-04-24 Lars Gullik Bjønnesupdate ignore, and make sure to dist the lyx2lyx_versio...
2006-04-20 Martin Vermeer * lyx_1_4.py
2006-04-10 José Matox * configure.ac
2006-04-10 José Matoxparser_tools.py (find_tokens, find_tokens_exact): repla...
2006-04-10 José Matoxlyx_1_4.py(convert_sgml_paragraphs):
2006-04-07 José MatoxUpdate version of lyx2lyx to 1.5.0svn
2006-04-07 José MatoxAdd placeholders for future changes:
2006-03-17 Georg Baum * parser_tools.py (find_tokens_exact): new...
2006-03-07 José MatoxOnly reset the papersize for a4* paperpackages.
2006-02-22 Georg Baumfix bug 2314
2006-02-13 Georg Baumfix bug 2026 and bug 2088
2006-02-10 Lars Gullik BjønnesDelete all .cvsignore files from trunk
2006-02-02 Georg Baumfix bug 2244 (branch removal)
2005-12-01 José Matoxfix lyx2lyx bug dealing with compressed files.
2005-11-24 José MatoxFix second part of bug 666 (I\'m not joking). Complete...
next