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