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