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