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