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