]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/ChangeLog
Alfredo's second patch
[lyx.git] / src / tex2lyx / ChangeLog
1
2 2003-04-29  André Pönitz  <poenitz@gmx.net>
3         
4         * Makefile.am:
5           texparser.h: whitespace
6
7 2003-04-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
8
9         * table.C: use string::erase(), not string::clear() to enable older
10         versions of gcc to compile the code.
11
12 2003-04-17  André Pönitz  <poenitz@gmx.net>
13         
14         * math.C:
15           preamble.C:
16           table.C:
17     text.C: new files
18
19         * table.C: better table handling
20
21         * tex2lyx.C: lots of small changes
22
23 2003-02-25  Angus Leeming  <leeming@lyx.org>
24
25         * .cvsignore: ignore *.lo and libtexparser.la.
26
27 2003-02-20  Angus Leeming  <leeming@lyx.org>
28
29         * tex2lyx.C: swap <sstream> for "Lsstream.h".
30
31 2003-02-11  Angus Leeming  <leeming@lyx.org>
32
33         * tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.
34         (handle_package): new function, factoring code out of Parser::parse.
35         (trim): copied across from support/lstrings.C
36         (Parser::parse): handle '\usepackage{foo, bar}'.
37
38 2003-02-11  André Pönitz  <poenitz@gmx.net>
39
40         * tex2lyx.C: first shot at real code
41
42 2003-02-11  Angus Leeming  <leeming@lyx.org>
43
44         * .cvsignore: new file.
45
46 2003-02-10  Angus Leeming  <leeming@lyx.org>
47
48         * Makefile.am: empty, dummy file so that autogen.sh and configure
49         are happy.
50