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