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