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