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