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