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