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