]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/ChangeLog
9520dad905833bdffcec490b68ce3b579568fedb
[lyx.git] / src / tex2lyx / ChangeLog
1 2004-07-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2
3         * preamble.C (end_preamble): change file format from 228 to 235
4         * preamble.C (end_preamble): add use_bibtopic flag
5         * preamble.C (end_preamble): replace use_natbib with cite_engine
6         * preamble.C: change the paperpackage default from "default" to
7         "none". The old setting only worked by accident.
8         * tex2lyx.[Ch] (getMasterFilePath): new, needed for included graphics
9         * text.C (parse_environment): add sideways flag for float insets
10         * text.C (parse_text): add graphics file extension if necessary
11         * text.C (find_file): new helper function
12
13 2004-07-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
14
15         * math.C (parse_math): change tex "\\cr" line ending to "\\\\"
16         * table.C (parse_table): recognize tex "\\cr" line ending
17
18 2004-06-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
19
20         * math.C, preamble.C, tex2lyx.[Ch], text.C: const fixes
21         * context.[Ch]: new Font struct, and add it to Context
22         * text.C (parse_text): reset size after size change
23         * text.C: handle declaration form of font attribute changes (new
24         and old style)
25         * text.C (parse_text): handle \textmd, \textup and \textnormal
26         * text.C (parse_text_attributes): new
27
28 2004-06-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
29
30         * text.C (output_command_layout, parse_environment): fix bug 1446
31         by passing parent_context.deeper_paragraph to the child context
32
33 2004-06-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
34
35         * preamble.C, text.C: s/wether/whether/g
36         * text.C (eat_whitespace): new method
37         * texparser.C (getArg): use always curr_token().asInput()
38         * texparser.[Ch] (isParagraph): new method
39         * texparser.C (skip_spaces): handle "\n +\n" correctly
40         * texparser.[Ch] (asMode): remove, since it is unused
41
42 2004-05-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
43
44         * Makefile.am (BUILT_SOURCES): move lengthcommon.C from here...
45         (tex2lyx_SOURCES): ... to here
46
47         * lengthcommon.C: new file
48
49 2004-04-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
50
51         * preamble.C: recognize \lyxdot
52         * text.C (parse_text): translate \lyxdot in graphics file names
53         * text.C (handle_ert): translate '\n' (fixes %-newline combinations
54         in \def commands)
55
56 2004-03-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
57
58         * text.C (parse_text): handle vspaces like '1cm' correctly
59
60 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
61
62         * text.C (parse_box): "\\" -> '\\' in calls to contains.
63
64 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
65
66         * text.C: reorder the using statements.
67         (translate_len): remove usage of a uninitialized variable.
68         (isLayout): make it adaptable and constify operator()
69         (findLayout): reformat slightly and dont use the same var for
70         different things.
71
72 2004-01-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
73
74         * text.C: fix status tag output for ERT inset
75
76 2003-12-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
77
78         * preamble.C: Change file format from 225 to 228
79         * text.C: Convert minipages and parboxes to box insets
80         * text.C: Changes for format 228 (see ../../development/FORMAT)
81         * text.C: Add lyxgreyedout environment
82         * context.[Ch]: New function Context::add_extra_stuff()
83
84 2003-12-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
85
86         * text.C: Use the new VSpace inset (fixes a bug with added_space top)
87         * text.C: Fix \= in tabbing env again
88         * text.C: Fix invocation of parse_command()
89
90 2003-11-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
91
92         * tex2lyx.C:
93         * tex2lyx.h:
94         * text.C: Read a list of commands and their arguments from a reLyX
95         compatible syntax file in order to parse optional argumnts correctly.
96         * preamble.C:
97         * table.C:
98         * text.C:
99         * tex2lyx.C:
100         * texparser.C
101         * math.C: change size() to !empty() where it was used as bool
102
103 2003-11-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
104
105         * math.C:
106         * table.C:
107         * text.C:
108         * context.[Ch]: New functions Context::set_item(),
109         Context::new_paragraph(ostream & os) and Context::atParagraphStart()
110         to make Context usage more explicit
111         * texparser.[Ch]: Rework Parser::tokenize (see comment in texparser.h)
112         * table.C:
113         * math.C:
114         * texparser.C: Don't silently drop comments
115         * texparser.C: Token::asInput() does not append a space anymore
116         * texparser.[Ch]: Renamed Parser::prev_token() to Parser::curr_token().
117         New function Parser::prev_token() returns now really the previous token
118         * Context.[Ch]:
119         * text.C: Convert known vspaces at paragraph start to \\added_space_top
120         * preamble.C: Don't put out newlines twice.
121         * text.C: Fix minipage position bug
122         * text.C: Fix \labelwidthstring bug
123         * text.C: Recognize alignment environments
124         * text.C: Fix a few cases of incorrect context usage, resulting
125         in missing or superflous \begin_layout / \end_laout lines.
126
127 2003-10-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
128
129         * math.C:
130         * preamble.C:
131         * table.C:
132         * tex2lyx.C:
133         * tex2lyx.h:
134         * texparser.C:
135         * texparser.h:
136         * text.C:
137         - add \text{}, \intertext{} and \fbox{} support in mathmode.
138         - add support for some math environments like displaymath
139         - allow parsing of partial documents (for inclusion with \input).
140         - steal commandline switches -c and -f from reLyX to support the
141                      previous point
142         - add support for lengths with comma (4,5cm instead of 4.5cm) to
143                      minipage environments. Handle \textwidth etc. without factor
144         - rearrange active_environments.[push,pop]back() so that they are always
145                called in pairs
146         - write an error message if layout file could not be found.
147         - convert \begin{comment}...\end{comment} to comment inset
148         - handle \= correctly inside tabbing environments
149         - fix multicolumn vertical rule bug in tables
150         - add missing \includegraphics options
151         - output minipages with latex lengths as ERT, since lyx cannot handle them
152         - recognize \textsl{}
153         - remove duplicate \ldots
154         - recognize \bibliographystyle and \bibliography
155         - handle \psfrag{ps-text}[ps-pos][tex-pos]{tex-text} correctly
156         - handle environments in table cells correctly
157         - add missing -userdir and -sysdir commandline switches
158         - recognize start of appendix
159         - handle optional arg to \item as ERT in itemize environment, since LyX
160                      does not support it directly
161
162 2003-10-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
163
164         * Makefile.am (BUILT_SOURCES): use this instead of "linked_files"
165         and the link_files target. make the BUILT_SOURCES dependency
166         automatically link the needed files.
167
168 2003-10-14  Angus Leeming  <leeming@lyx.org>
169
170         * Makefile.am: move boost.C from the linked_files section
171         to the tex2lyx_SOURCES section.
172
173         * boost.C: new file. Simpler than the version in the main lyx source.
174         No reference to the emergencyCleanup stuff.
175
176         * tex2lyx.C: remove emergencyCleanup() stuff.
177
178 2003-10-08  Angus Leeming  <leeming@lyx.org>
179
180         Fix doxygen warnings.
181
182         * Spacing.h: \file Spacing.h -> \file tex2lyx/Spacing.h
183         * gettext.C: \file gettext.C -> \file tex2lyx/gettext.C
184         * gettext.h: \file gettext.h -> \file tex2lyx/gettext.h
185         * lyxfont.C: \file lyxfont.C -> \file tex2lyx/lyxfont.C
186         * lyxfont.h: \file lyxfont.h -> \file tex2lyx/lyxfont.h
187         * text.C:    \file text.C    -> \file tex2lyx/text.C
188
189 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
190
191         * tex2lyx.C: adjust for new debugstream.
192
193 2003-09-08  Angus Leeming  <leeming@lyx.org>
194
195         * math.C:
196         * preamble.C:
197         * table.C:
198         * tex2lyx.C:
199         * texparser.C: remove redundant using directives.
200
201 2003-08-19  Angus Leeming  <leeming@lyx.org>
202
203         * most files: add 'standard conformant' header blurb.
204         Also add Jean-Marc as an author where appropriate.
205
206 2003-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
207
208         * Makefile.am (EXTRA_DIST):
209         * test-insets.tex: new file. Describes the insets and special
210         characters that tex2lyx handles.
211
212         * text.C (parse_text): support \vref, \vpageref (only one optional
213         argument), \prettyref; add support for include inset; when \\ has
214         optional arguments, use ERT; support also \listoffigures,
215         \listoftables, and \listof{xxx} for existing float types;
216         translate lenghts properly for graphics inset.
217         (parse_environment): add support for minipages
218
219         * text.C (translate_len): A simple function to translate a latex
220         length to something lyx can understand. Not perfect, but rather
221         best-effort.
222
223 2003-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
224
225         * text.C (parse_text): special handling for \item and \bibitem
226         macros
227
228         * context.C (begin_layout, end_layout, begin_deeper, end_deeper):
229         tiny helper functions
230         (check_layout):
231         (check_end_deeper): add special handling for the case of a normal
232         paragraph inside a list-like environment.
233
234         * test-structure.tex: add more stuff there
235
236 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
237
238         * context.h: compile fix
239
240 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
241
242         * text.C: some tweaks to make nesting work. What still does not
243         work is nesting a standard paragraph in a list.
244
245         * test-structure.tex: update a bit
246
247         * context.C (check_deeper, check_end_deeper): new methods to
248         handle the *_deeper stuff
249
250         * preamble.C (end_preamble): small tweaks
251
252 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
253
254         * text.C: update to use Context struct, and more notably:
255         (cap, check_layout, check_end_layout): remove
256         (parse_text_snippet): new thin wrapper around parse_text, used for
257         things like \textrm{...}
258         (parse_environment): remove existing depth handling code, which is
259         handled transparently by the Context struct; make unknown
260         environments work (again?) through ERT
261
262         * test-structure.tex: new test file, used to try out various
263         layouts combinations
264
265         * tex2lyx.C:
266         * tex2lyx.h:
267         * table.C: update to use Context struct
268
269         * context.[Ch]: new helper struct which is passed to parse_*
270         functions and handles *_layout and *_deeper tags output
271
272         * Makefile.am (EXTRA_DIST): new file test-structure.tex
273         (tex2lyx_SOURCES): add context.[Ch]
274
275 2003-07-30  Angus Leeming  <leeming@lyx.org>
276
277         * Makefile.am: Hide the fact that we re-generate those symbolic links
278         brainlessly.
279
280 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
281
282         * text.C (check_layout): \layout -> \begin_layout
283         (parse_text_in_inset): convenience function
284
285         * tex2lyx.C (main): \the_end -> \end_document
286
287         * preamble.C (end_preamble): update version number to 225
288
289         * text.C (parse_text): replace test on "lyxcode" with test on
290         LyXLayout::freespacing.
291         (check_end_layout): new function, used to check whether we need to
292         add an \end_layout
293
294 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
295
296         * tex2lyx.C (clean_layouts): remove
297
298         * text.C: output lazily the \layout commands using the
299         check_layout function. Remove all explicit \layout tags.
300         (parse_text): pass an optional parameter 'layout'
301         (handle_par): remove
302
303         * text.C (output_command_layout): renamed from output_layout
304         (parse_environment): new method containing a part of parse_text
305
306         * tex2lyx.C:
307         * preamble.C:
308         * table.C: \begin_layout -> \layout. We are not quite ready for
309         that yet
310
311 2003-07-28  José Matos  <jamatos@lyx.org>
312
313         * text.C:
314         * tex2lyx.C:
315         * preamble.C:
316         * table.C: \layout -> \begin_layout.
317
318 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
319
320         * text.C (parse_text): read environment from layout file too. Now,
321         all layout entries are supported (but many hacks remain); note
322         that the nesting support is broken and will have to be completely
323         redone
324         (parse_text): basic support for english double quotes
325
326         * table.C (handle_tabular): make the output more similar to LyX
327         and fix a little
328
329         * text.C (output_layout): fix handling of optional argument
330         (parse_text): small tweaks to make output format closer to lyx
331         format; support \tableofcontents; fix/improve support for various
332         special characters
333
334 2003-07-27  Angus Leeming  <leeming@lyx.org>
335
336         * Makefile.am: remove unused graphics_link_files cruft.
337         Thanks, Kayvan!
338
339 2003-07-27  Angus Leeming  <leeming@lyx.org>
340
341         * tex2lyx.C: add Debug::ANY hack.
342
343         * text.C: remove hardcoded command layouts.
344
345 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
346
347         * text.C (parse_text): fix handling of \LaTeXe macro
348
349 2003-07-26  Angus Leeming  <leeming@lyx.org>
350
351         * Spacing.h:
352         * lyxfont.[Ch]:
353         * gettext.[Ch]: minimal (near empty) analogues of the real LyX
354         files; enough to get LyXTextClass and LyXLayout to compile without
355         needing to store any real information about Spacing or Font.
356
357         * Makefile.am: add these files above and also include a minimal
358         chunk of the main lyx source tree as soft links in order to add in
359         LyXTextClass and LyXLayout.
360
361         * .cvsignore: add all these soft links.
362
363         * preamble.C (end_preamble): passed a LyXTextClass arg.
364         (parse_preamble): returns the document LyXTextClass.
365
366         * tabular.C (handle_tabular): passed a LyXTextClass arg. In turn
367         pass it to parse_text.
368
369         * tex2lyx.C: add some global vars, build_lyxdir et al. For now,
370         give them some horrible hard-coded value.
371         (main): receive a LyXTextClass var from parse_preamble and pass it
372         on to parse_text.
373
374         * text.C (parse_text): receives a LyXTextClass arg. Use it to
375         remove the hard-coded handling of floats and instead check the
376         textclass for its existence. Also handle wide floats naturally.
377
378         * tex2lyx.h: associated changes to function declarations.
379
380 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
381
382         * texparser.C (catInit): same warning avoidance as in math_parser.C
383         (setCatCode): cast to safe type
384         (getCatCode): ditto
385
386 2003-05-17  Joao Luis M. Assirati  <assirati@fma.if.usp.br>
387
388         * texparser.C: fix paragraph parsing after comment
389
390 2003-04-29  André Pönitz  <poenitz@gmx.net>
391
392         * Makefile.am:
393           texparser.h: whitespace
394
395 2003-04-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
396
397         * table.C: use string::erase(), not string::clear() to enable older
398         versions of gcc to compile the code.
399
400 2003-04-17  André Pönitz  <poenitz@gmx.net>
401
402         * math.C:
403           preamble.C:
404           table.C:
405     text.C: new files
406
407         * table.C: better table handling
408
409         * tex2lyx.C: lots of small changes
410
411 2003-02-25  Angus Leeming  <leeming@lyx.org>
412
413         * .cvsignore: ignore *.lo and libtexparser.la.
414
415 2003-02-20  Angus Leeming  <leeming@lyx.org>
416
417         * tex2lyx.C: swap <sstream> for "Lsstream.h".
418
419 2003-02-11  Angus Leeming  <leeming@lyx.org>
420
421         * tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.
422         (handle_package): new function, factoring code out of Parser::parse.
423         (trim): copied across from support/lstrings.C
424         (Parser::parse): handle '\usepackage{foo, bar}'.
425
426 2003-02-11  André Pönitz  <poenitz@gmx.net>
427
428         * tex2lyx.C: first shot at real code
429
430 2003-02-11  Angus Leeming  <leeming@lyx.org>
431
432         * .cvsignore: new file.
433
434 2003-02-10  Angus Leeming  <leeming@lyx.org>
435
436         * Makefile.am: empty, dummy file so that autogen.sh and configure
437         are happy.