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