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