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