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