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