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