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