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