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