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