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