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