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