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