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