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