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