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