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