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