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