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