mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
bb357126a9
The only remaings itens are whitespace and not significative. I can now import all of the 0.10 test cases I have. :-) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8403 a592a061-630c-0410-9148-cb99ea01b6c8
116 lines
3.4 KiB
Plaintext
116 lines
3.4 KiB
Plaintext
2004-02-04 José Matos <jamatos@lyx.org>
|
|
* lyxconvert_210.py: add two new transforms:
|
|
remove_empty_insets and remove_formula_latex
|
|
little fix to existing transformations.
|
|
|
|
2004-02-03 José Matos <jamatos@lyx.org>
|
|
|
|
* lyxconvert216.py: one line fix for out of range error.
|
|
|
|
2004-02-01 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
|
|
|
* lyxconvert2*.py: quiet encoding warning in python 2.3
|
|
* lyxrevert_22[3-9].py: quiet encoding warning in python 2.3
|
|
|
|
2004-01-06 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
|
|
|
* lyxrevert_228.py: convert ERT status, too
|
|
* lyxconvert_227.py: ditto, also stop at \\begin_alyout and not
|
|
\\layout in convert_collapsable()
|
|
* lyxconvert_228.py (convert_minipage): Add status tag conversion
|
|
* lyxrevert_225.py: Convert vspace and frameless box insets
|
|
* lyxrevert_22[3-8].py: fix the 'é' in José's name
|
|
|
|
2003-12-29 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
|
|
|
* lyx2lyx: up the format to 229.
|
|
* lyxconvert_224.py (convert_minipage): remove function...
|
|
* lyxconvert_228.py: ...and place it here.
|
|
* lyxrevert_229.py: new file (bare bones).
|
|
|
|
2003-12-19 Angus Leeming <leeming@lyx.org>
|
|
|
|
* lyxconvert_227.py (convert_collapsable):
|
|
* lyxrevert_228.py (convert_collapsable): a more robust method of
|
|
finding the collapsed status.
|
|
|
|
2003-12-18 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
|
|
|
* lyxrevert_228.py: fix box status conversion
|
|
* lyxconvert_227.py: ditto
|
|
|
|
2003-12-16 José Matos <jamatos@lyx.org>
|
|
|
|
* lyxrevert_228.py: fix sys import.
|
|
|
|
2003-12-16 José Matos <jamatos@lyx.org>
|
|
|
|
* lyxconvert_227.py: fix sys import.
|
|
|
|
2003-12-15 Angus Leeming <leeming@lyx.org>
|
|
|
|
* lyx2lyx:
|
|
* lyxconvert_227.py:
|
|
* lyxrevert_228.py: convert the InsetCollapsable format between
|
|
formats 227 and 228.
|
|
|
|
2003-12-10 Angus Leeming <leeming@lyx.org>
|
|
|
|
* lyxrevert_227.py: InsetExternal gains a 'draft' option, so remove
|
|
this when reverting to format 226.
|
|
|
|
2003-12-10 Angus Leeming <leeming@lyx.org>
|
|
|
|
* lyx2lyx: up the format to 227.
|
|
(lyxformat): squash latent bug when reporting an inability to convert
|
|
to the desired format.
|
|
|
|
* lyxconvert_226.py:
|
|
* lyxrevert_227.py: convert the Box inset between formats 226 and 227.
|
|
|
|
2003-12-10 Angus Leeming <leeming@lyx.org>
|
|
|
|
* lyx2lyx: up the format to 226.
|
|
|
|
* lyxconvert_225.py:
|
|
* lyxrevert_226.py: convert the Note inset between formats 225 and 226.
|
|
|
|
2003-12-05 José Matos <jamatos@lyx.org>
|
|
|
|
* error.py:
|
|
* parser_tools.py: quiet encoding warning in python 2.3.
|
|
|
|
* lyx2lyx: add logfile as an option.
|
|
|
|
2003-12-03 José Matos <jamatos@lyx.org>
|
|
|
|
* lyx2lyx: update copyright date
|
|
* lyxconvert_224.py (convert_breaks): add vertical space convertion.
|
|
|
|
2003-11-14 Kornel Benko <kornel.benko@berlin.de>
|
|
|
|
* lyxconvert_224.py (convert_minipage): fix convertion of minipages
|
|
from lyx 1.3.x.
|
|
|
|
2003-11-14 José Matos <jamatos@lyx.org>
|
|
|
|
* lyxconvert_224.py (convert_breaks): avoid removal of paragraph
|
|
arguments when a page breake or a line were present.
|
|
|
|
2003-11-07 José Matos <jamatos@lyx.org>
|
|
|
|
* lyxconvert_224.py (convert_minipage): deal better with default
|
|
parameter of minipages from lyx 1.3.x
|
|
|
|
2003-11-06 José Matos <jamatos@lyx.org>
|
|
|
|
* lyxconvert_224.py (convert_breaks): Create an empty paragraph for
|
|
possible upper page and line breaks, if necessary.
|
|
|
|
2003-10-27 José Matos <jamatos@lyx.org>
|
|
|
|
* lyxconvert_223.py:
|
|
* lyxconvert_224.py (convert_minipage): move funtion to its right place.
|
|
(convert_breaks): convert line and page break, at bottom and top.
|
|
|