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