]> git.lyx.org Git - features.git/blob - lib/lyx2lyx/ChangeLog
fix handling of gzipped files, move default warning level to 1
[features.git] / lib / lyx2lyx / ChangeLog
1 2004-05-03  José Matos  <jamatos@lyx.org>
2
3         * lyx_1_4.py (convert_graphics):
4         * lyx2lyx: introduce new member of the structure class, dir which
5         carries the directory of the converted file.
6         * lyx2lyx: move default warning level to 1.
7
8 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
9
10         * lyx_1_4.py (convert_graphics): new, convert graphics filenames
11         * lyx_1_4.py (revert, convert): handle format 233
12         * lyx2lyx: up the format to 233.
13
14 2004-04-19  José Matos   <jamatos@lyx.orrg>
15         * parser_tools.py (chain): fix the detection of the last format for
16         revertions.
17
18 2004-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
19         * lyx_1_4.py (convert_frameless_box): Replace instead of adding
20         new code.
21 .
22 2004-04-14  José Matos  <jamatos@lyx.org>
23
24         * error.py
25         * lyxconvert_*
26         * lyxrevert_*: removed
27
28         * lyx_0_12.py
29         * lyx_1_0_0.py
30         * lyx_1_0_1.py
31         + lyx_1_1_4.py
32         * lyx_1_1_5.py
33         * lyx_1_1_6.py
34         * lyx_1_1_6fix3.py
35         * lyx_1_2.py
36         * lyx_1_3.py
37         * lyx_1_4.py: Added file with the same content as the previous that
38         were removed.
39
40         * lyx2lyx
41         * parser_tools.py: reworked for better modularity.
42
43 2004-03-31  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
44
45         * lyxconvert_229.py (convert_jurabib): new, add use_jurabib flag
46         * lyxrevert_230.py (convert_jurabib): new, remove use_jurabib flag
47         * lyxconvert_230.py (convert_float): new, add sideways flag
48         * lyxrevert_231.py (convert_float): new, remove sideways flag
49         * lyxconvert_231.py (convert_bibtopic): new, add use_bibtopic flag
50         * lyxrevert_232.py (convert_bibtopic): new, remove use_bibtopic flag
51
52 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
53
54         * lyx2lyx: up the format to 232.
55         
56         * lyx2lyx: up the format to 231.
57
58 2004-03-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
59
60         * lyxrevert_225.py (convert_frameless_box): fix minipage ERT output
61
62 2004-02-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
63
64         * lyx2lyx: up the format to 230.
65
66 2004-02-04  José Matos  <jamatos@lyx.org>
67         * lyxconvert_210.py: add two new transforms:
68         remove_empty_insets and remove_formula_latex
69         little fix to existing transformations.
70
71 2004-02-03  José Matos  <jamatos@lyx.org>
72
73         * lyxconvert216.py: one line fix for out of range error.
74
75 2004-02-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
76
77         * lyxconvert2*.py: quiet encoding warning in python 2.3
78         * lyxrevert_22[3-9].py: quiet encoding warning in python 2.3
79
80 2004-01-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
81
82         * lyxrevert_228.py: convert ERT status, too
83         * lyxconvert_227.py: ditto, also stop at \\begin_alyout and not
84         \\layout in convert_collapsable()
85         * lyxconvert_228.py (convert_minipage): Add status tag conversion
86         * lyxrevert_225.py: Convert vspace and frameless box insets
87         * lyxrevert_22[3-8].py: fix the 'é' in José's name
88
89 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
90
91         * lyx2lyx: up the format to 229.
92         * lyxconvert_224.py (convert_minipage): remove function...
93         * lyxconvert_228.py: ...and place it here.
94         * lyxrevert_229.py: new file (bare bones).
95
96 2003-12-19  Angus Leeming  <leeming@lyx.org>
97
98         * lyxconvert_227.py (convert_collapsable): 
99         * lyxrevert_228.py (convert_collapsable): a more robust method of
100         finding the collapsed status.
101
102 2003-12-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
103
104         * lyxrevert_228.py: fix box status conversion
105         * lyxconvert_227.py: ditto
106
107 2003-12-16  José Matos  <jamatos@lyx.org>
108
109         * lyxrevert_228.py: fix sys import.
110
111 2003-12-16  José Matos  <jamatos@lyx.org>
112
113         * lyxconvert_227.py: fix sys import.
114
115 2003-12-15  Angus Leeming  <leeming@lyx.org>
116
117         * lyx2lyx:
118         * lyxconvert_227.py:
119         * lyxrevert_228.py: convert the InsetCollapsable format between
120         formats 227 and 228.
121
122 2003-12-10  Angus Leeming  <leeming@lyx.org>
123
124         * lyxrevert_227.py: InsetExternal gains a 'draft' option, so remove
125         this when reverting to format 226.
126
127 2003-12-10  Angus Leeming  <leeming@lyx.org>
128
129         * lyx2lyx: up the format to 227.
130         (lyxformat): squash latent bug when reporting an inability to convert
131         to the desired format.
132
133         * lyxconvert_226.py:
134         * lyxrevert_227.py: convert the Box inset between formats 226 and 227.
135
136 2003-12-10  Angus Leeming  <leeming@lyx.org>
137
138         * lyx2lyx: up the format to 226.
139
140         * lyxconvert_225.py:
141         * lyxrevert_226.py: convert the Note inset between formats 225 and 226.
142
143 2003-12-05  José Matos  <jamatos@lyx.org>
144
145         * error.py:
146         * parser_tools.py: quiet encoding warning in python 2.3.
147
148         * lyx2lyx: add logfile as an option.
149
150 2003-12-03  José Matos  <jamatos@lyx.org>
151
152         * lyx2lyx: update copyright date
153         * lyxconvert_224.py (convert_breaks): add vertical space convertion.
154
155 2003-11-14  Kornel Benko  <kornel.benko@berlin.de>
156
157         * lyxconvert_224.py (convert_minipage): fix convertion of minipages
158         from lyx 1.3.x.
159
160 2003-11-14  José Matos  <jamatos@lyx.org>
161
162         * lyxconvert_224.py (convert_breaks): avoid removal of paragraph
163         arguments when a page breake or a line were present.
164
165 2003-11-07  José Matos  <jamatos@lyx.org>
166
167         * lyxconvert_224.py (convert_minipage): deal better with default
168         parameter of minipages from lyx 1.3.x
169
170 2003-11-06  José Matos  <jamatos@lyx.org>
171
172         * lyxconvert_224.py (convert_breaks): Create an empty paragraph for
173         possible upper page and line breaks, if necessary.
174
175 2003-10-27  José Matos  <jamatos@lyx.org>
176
177         * lyxconvert_223.py:
178         * lyxconvert_224.py (convert_minipage): move funtion to its right place.
179         (convert_breaks): convert line and page break, at bottom and top.
180