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