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