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