]> git.lyx.org Git - features.git/blob - lib/lyx2lyx/ChangeLog
Unify the call to converters into LyX.py. (lyx2lyx)
[features.git] / lib / lyx2lyx / ChangeLog
1 2005-01-04  José Matos  <jamatos@lyx.org>
2
3         * lyx_0_12.py:
4         * lyx_1_0_0.py:
5         * lyx_1_0_1.py:
6         * lyx_1_1_4.py:
7         * lyx_1_1_5.py:
8         * lyx_1_1_6.py:
9         * lyx_1_1_6fix3.py:
10         * lyx_1_2.py:
11         * lyx_1_3.py:
12         * lyx_1_4.py: convert and revert change from functions to lists.
13
14         * LyX.py:
15         * lyx2lyx: version -> version_lyx2lyx
16
17         * LyX.py (convert): put all the convertion logic here.
18
19 2005-01-04  José Matos  <jamatos@lyx.org>
20
21         * LyX.py (set_format): fix typo.
22
23         * lyx_0_12.py:
24         * lyx_1_0_0.py:
25         * lyx_1_0_1.py:
26         * lyx_1_1_4.py:
27         * lyx_1_1_5.py:
28         * lyx_1_1_6.py:
29         * lyx_1_1_6fix3.py:
30         * lyx_1_2.py:
31         * lyx_1_3.py:
32         * lyx_1_4.py: unify the call convention of convertion
33         functions. Now they all accept a file.
34
35 2004-12-03  José Matos  <jamatos@lyx.org>
36
37         * LyX.py: format up to 238.
38         * lyx_1_4.py:
39         * lyx_0_12.py (update_latexaccents): consider the cases where the
40         inset is updated.
41
42 2004-12-03  José Matos  <jamatos@lyx.org>
43
44         * lyx_1_2.py (update_longtable): Update longtables to table format 3.
45
46 2004-12-02  José Matos  <jamatos@lyx.org>
47
48         * lyx_0_12.py (update_latexaccents): convert old style latexaccents.
49
50 2004-11-29  José Matos  <jamatos@lyx.org>
51
52         * lyx_1_2.py (convert): rename opt to file, as in all other files.
53
54 2004-10-28  José Matos  <jamatos@lyx.org>
55
56         * LyX.pm: add internal documentation.
57
58 2004-10-17  José Matos  <jamatos@lyx.org>
59
60         * lyx2lyx: moved code to LyX module making effectively lyx2lyx and
61         interface to the LyX module.
62
63         * LyX.py: white space changes.  New class that serves as the basis
64         to two derived classes. One for reading and another for new files.
65         New function get_toc, to be used in Doc_toc.py in the
66         documentation directory.
67         New class paragraph, to read paragraphs from the lyx file.
68
69 2004-10-10  José Matos  <jamatos@lyx.org>
70
71         * .cvsignore: add entries related with profiling lyx2lyx.
72         * lyx2lyx (main): place all program inside this function, to allow
73         it to be called from profiling.
74         * profiling.py: new file to profile lyx2lyx.
75
76 2004-10-09  José Matos  <jamatos@lyx.org>
77
78         * LyX.py: add support for format 237, fix variables type,
79         new function formats_list().
80
81         * lyx2lyx: print list of available formats on request.
82
83         * lyx_1_4.py: add support for 237, reorganize directory functions.
84
85 2004-09-29  José Matos  <jamatos@lyx.org>
86
87         * lyx_1_4.py (get_end_format): simplify index.
88
89 2004-09-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
90
91         * lyx_1_4.py (convert_ertbackslash): insert the new line after the
92         backslash, this did only work by accident in most cases
93
94         * lyx_1_4.py: unify warning messages
95
96 2004-08-19  José Matos  <jamatos@lyx.org>
97
98         * lyx_1_4.lyx (add_end_layout): fix \end_layout interaction with
99         \end_deeper.
100
101 2004-08-16  José Matos  <jamatos@lyx.org>
102
103         * lyx_1_4.lyx (convert_comment, convert_breaks, convert_frameless_box):
104         (convert_names, add_begin_body, strip_end_space): use the same policy
105         of lyx of not using spaces as the last character in a line that starts
106         with a command token (\xxxxx).
107
108 2004-08-15  José Matos  <jamatos@lyx.org>
109
110         * lyx_1_4.py (normalize_papersize, denormalize_papersize):
111         \papersize Default -> \papersize default
112         \papersize Custom -> \papersize custom
113
114 2004-08-15  José Matos  <jamatos@lyx.org>
115
116         * LyX.py: new file that gathers all the knowleadge of the LyX file
117         format. This can be used as library.
118
119         * parser_tools.py: moved all the functions that are not related
120         with the parser to LyX.py.
121
122         * lyx2lyx: is just a client of the LyX.py library.
123
124         * lyx_.py (convert, revert): renamed previous opt to file.  Change
125         the arguments since now file contains both the header and the
126         body.
127
128 2004-08-14  José Matos  <jamatos@lyx.org>
129
130         * lyx_1_4.py:
131         * parser_tools.py: up the format to 236.
132
133 2004-08-05  José Matos  <jamatos@lyx.org>
134
135         * lyx_1.4.py (remove_color_default): move
136         \color default -> \color inherit
137
138 2004-08-05  José Matos  <jamatos@lyx.org>
139
140         * parser_tools.py (read_file): remove \r from line's end when present.
141
142 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
143
144         * lyx_1_4.py (convert_paperpackage): new, convert paperpackage setting
145         * lyx_1_4.py (revert_paperpackage): new, revert paperpackage setting
146         * lyx_1_4.py (revert, convert): handle format 235
147         * parser_tools.py: up the format to 235.
148
149 2004-05-12  Angus Leeming  <leeming@lyx.org>
150
151         * lyx_1_4.py (convert_cite_engine, revert_cite_engine): new functions
152         to convert the code that specifies the type of the citation engine
153         (basic, natbib or jurabib).
154
155         * parser_tools.py: up the format to 234.
156
157 2004-05-11  José Matos  <jamatos@lyx.org>
158
159         * parser_tools.py (get_backend): get the document backend.
160         * lyx2lyx (main): new member of the document structure,
161         the textclass and backend, that default to article and latex.
162         * lyx_1_4.py (add_end_layout): fix bug of mixed \begin_deeper
163         and \end_layout
164         (insert_tracking_changes): insert \tracking_changes 0, if not present
165         in the header.
166         (convert_names, revert_names): for docbook documents transform
167         the styles FirstName and Surname into character styles.
168
169 2004-05-03  José Matos  <jamatos@lyx.org>
170
171         * lyx_1_4.py (convert_graphics):
172         * lyx2lyx: introduce new member of the structure class, dir which
173         carries the directory of the converted file.
174         * lyx2lyx: move default warning level to 1.
175
176 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
177
178         * lyx_1_4.py (convert_graphics): new, convert graphics filenames
179         * lyx_1_4.py (revert, convert): handle format 233
180         * lyx2lyx: up the format to 233.
181
182 2004-04-19  José Matos   <jamatos@lyx.orrg>
183
184         * parser_tools.py (chain): fix the detection of the last format for
185         revertions.
186
187 2004-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
188
189         * lyx_1_4.py (convert_frameless_box): Replace instead of adding
190         new code.
191 .
192 2004-04-14  José Matos  <jamatos@lyx.org>
193
194         * error.py
195         * lyxconvert_*
196         * lyxrevert_*: removed
197
198         * lyx_0_12.py
199         * lyx_1_0_0.py
200         * lyx_1_0_1.py
201         + lyx_1_1_4.py
202         * lyx_1_1_5.py
203         * lyx_1_1_6.py
204         * lyx_1_1_6fix3.py
205         * lyx_1_2.py
206         * lyx_1_3.py
207         * lyx_1_4.py: Added file with the same content as the previous that
208         were removed.
209
210         * lyx2lyx
211         * parser_tools.py: reworked for better modularity.
212
213 2004-03-31  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
214
215         * lyxconvert_229.py (convert_jurabib): new, add use_jurabib flag
216         * lyxrevert_230.py (convert_jurabib): new, remove use_jurabib flag
217         * lyxconvert_230.py (convert_float): new, add sideways flag
218         * lyxrevert_231.py (convert_float): new, remove sideways flag
219         * lyxconvert_231.py (convert_bibtopic): new, add use_bibtopic flag
220         * lyxrevert_232.py (convert_bibtopic): new, remove use_bibtopic flag
221
222 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
223
224         * lyx2lyx: up the format to 232.
225
226         * lyx2lyx: up the format to 231.
227
228 2004-03-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
229
230         * lyxrevert_225.py (convert_frameless_box): fix minipage ERT output
231
232 2004-02-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
233
234         * lyx2lyx: up the format to 230.
235
236 2004-02-04  José Matos  <jamatos@lyx.org>
237         * lyxconvert_210.py: add two new transforms:
238         remove_empty_insets and remove_formula_latex
239         little fix to existing transformations.
240
241 2004-02-03  José Matos  <jamatos@lyx.org>
242
243         * lyxconvert216.py: one line fix for out of range error.
244
245 2004-02-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
246
247         * lyxconvert2*.py: quiet encoding warning in python 2.3
248         * lyxrevert_22[3-9].py: quiet encoding warning in python 2.3
249
250 2004-01-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
251
252         * lyxrevert_228.py: convert ERT status, too
253         * lyxconvert_227.py: ditto, also stop at \\begin_alyout and not
254         \\layout in convert_collapsable()
255         * lyxconvert_228.py (convert_minipage): Add status tag conversion
256         * lyxrevert_225.py: Convert vspace and frameless box insets
257         * lyxrevert_22[3-8].py: fix the 'é' in José's name
258
259 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
260
261         * lyx2lyx: up the format to 229.
262         * lyxconvert_224.py (convert_minipage): remove function...
263         * lyxconvert_228.py: ...and place it here.
264         * lyxrevert_229.py: new file (bare bones).
265
266 2003-12-19  Angus Leeming  <leeming@lyx.org>
267
268         * lyxconvert_227.py (convert_collapsable):
269         * lyxrevert_228.py (convert_collapsable): a more robust method of
270         finding the collapsed status.
271
272 2003-12-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
273
274         * lyxrevert_228.py: fix box status conversion
275         * lyxconvert_227.py: ditto
276
277 2003-12-16  José Matos  <jamatos@lyx.org>
278
279         * lyxrevert_228.py: fix sys import.
280
281 2003-12-16  José Matos  <jamatos@lyx.org>
282
283         * lyxconvert_227.py: fix sys import.
284
285 2003-12-15  Angus Leeming  <leeming@lyx.org>
286
287         * lyx2lyx:
288         * lyxconvert_227.py:
289         * lyxrevert_228.py: convert the InsetCollapsable format between
290         formats 227 and 228.
291
292 2003-12-10  Angus Leeming  <leeming@lyx.org>
293
294         * lyxrevert_227.py: InsetExternal gains a 'draft' option, so remove
295         this when reverting to format 226.
296
297 2003-12-10  Angus Leeming  <leeming@lyx.org>
298
299         * lyx2lyx: up the format to 227.
300         (lyxformat): squash latent bug when reporting an inability to convert
301         to the desired format.
302
303         * lyxconvert_226.py:
304         * lyxrevert_227.py: convert the Box inset between formats 226 and 227.
305
306 2003-12-10  Angus Leeming  <leeming@lyx.org>
307
308         * lyx2lyx: up the format to 226.
309
310         * lyxconvert_225.py:
311         * lyxrevert_226.py: convert the Note inset between formats 225 and 226.
312
313 2003-12-05  José Matos  <jamatos@lyx.org>
314
315         * error.py:
316         * parser_tools.py: quiet encoding warning in python 2.3.
317
318         * lyx2lyx: add logfile as an option.
319
320 2003-12-03  José Matos  <jamatos@lyx.org>
321
322         * lyx2lyx: update copyright date
323         * lyxconvert_224.py (convert_breaks): add vertical space convertion.
324
325 2003-11-14  Kornel Benko  <kornel.benko@berlin.de>
326
327         * lyxconvert_224.py (convert_minipage): fix convertion of minipages
328         from lyx 1.3.x.
329
330 2003-11-14  José Matos  <jamatos@lyx.org>
331
332         * lyxconvert_224.py (convert_breaks): avoid removal of paragraph
333         arguments when a page breake or a line were present.
334
335 2003-11-07  José Matos  <jamatos@lyx.org>
336
337         * lyxconvert_224.py (convert_minipage): deal better with default
338         parameter of minipages from lyx 1.3.x
339
340 2003-11-06  José Matos  <jamatos@lyx.org>
341
342         * lyxconvert_224.py (convert_breaks): Create an empty paragraph for
343         possible upper page and line breaks, if necessary.
344
345 2003-10-27  José Matos  <jamatos@lyx.org>
346
347         * lyxconvert_223.py:
348         * lyxconvert_224.py (convert_minipage): move funtion to its right place.
349         (convert_breaks): convert line and page break, at bottom and top.
350