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