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