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