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