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