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