]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/ChangeLog
c3579c5c34e844c701f267a299c635c4c59c9ad8
[lyx.git] / src / tex2lyx / ChangeLog
1 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * texparser.C (catInit): same warning avoidance as in math_parser.C
4         (setCatCode): cast to safe type
5         (getCatCode): ditto
6
7 2003-05-17  Joao Luis M. Assirati  <assirati@fma.if.usp.br>
8
9         * texparser.C: fix paragraph parsing after comment
10
11 2003-04-29  André Pönitz  <poenitz@gmx.net>
12
13         * Makefile.am:
14           texparser.h: whitespace
15
16 2003-04-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
17
18         * table.C: use string::erase(), not string::clear() to enable older
19         versions of gcc to compile the code.
20
21 2003-04-17  André Pönitz  <poenitz@gmx.net>
22
23         * math.C:
24           preamble.C:
25           table.C:
26     text.C: new files
27
28         * table.C: better table handling
29
30         * tex2lyx.C: lots of small changes
31
32 2003-02-25  Angus Leeming  <leeming@lyx.org>
33
34         * .cvsignore: ignore *.lo and libtexparser.la.
35
36 2003-02-20  Angus Leeming  <leeming@lyx.org>
37
38         * tex2lyx.C: swap <sstream> for "Lsstream.h".
39
40 2003-02-11  Angus Leeming  <leeming@lyx.org>
41
42         * tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.
43         (handle_package): new function, factoring code out of Parser::parse.
44         (trim): copied across from support/lstrings.C
45         (Parser::parse): handle '\usepackage{foo, bar}'.
46
47 2003-02-11  André Pönitz  <poenitz@gmx.net>
48
49         * tex2lyx.C: first shot at real code
50
51 2003-02-11  Angus Leeming  <leeming@lyx.org>
52
53         * .cvsignore: new file.
54
55 2003-02-10  Angus Leeming  <leeming@lyx.org>
56
57         * Makefile.am: empty, dummy file so that autogen.sh and configure
58         are happy.