]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/ChangeLog
5971822b06a8e9bcbdf530c35123d1fa6c82a46e
[lyx.git] / src / tex2lyx / ChangeLog
1 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * text.C (parse_text): fix handling of \LaTeXe macro
4
5 2003-07-26  Angus Leeming  <leeming@lyx.org>
6
7         * Spacing.h:
8         * lyxfont.[Ch]:
9         * gettext.[Ch]: minimal (near empty) analogues of the real LyX
10         files; enough to get LyXTextClass and LyXLayout to compile without
11         needing to store any real information about Spacing or Font.
12
13         * Makefile.am: add these files above and also include a minimal
14         chunk of the main lyx source tree as soft links in order to add in
15         LyXTextClass and LyXLayout.
16
17         * .cvsignore: add all these soft links.
18
19         * preamble.C (end_preamble): passed a LyXTextClass arg.
20         (parse_preamble): returns the document LyXTextClass.
21
22         * tabular.C (handle_tabular): passed a LyXTextClass arg. In turn
23         pass it to parse_text.
24
25         * tex2lyx.C: add some global vars, build_lyxdir et al. For now,
26         give them some horrible hard-coded value.
27         (main): receive a LyXTextClass var from parse_preamble and pass it
28         on to parse_text.
29
30         * text.C (parse_text): receives a LyXTextClass arg. Use it to
31         remove the hard-coded handling of floats and instead check the
32         textclass for its existence. Also handle wide floats naturally.
33
34         * tex2lyx.h: associated changes to function declarations.
35         
36 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
37
38         * texparser.C (catInit): same warning avoidance as in math_parser.C
39         (setCatCode): cast to safe type
40         (getCatCode): ditto
41
42 2003-05-17  Joao Luis M. Assirati  <assirati@fma.if.usp.br>
43
44         * texparser.C: fix paragraph parsing after comment
45
46 2003-04-29  André Pönitz  <poenitz@gmx.net>
47
48         * Makefile.am:
49           texparser.h: whitespace
50
51 2003-04-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
52
53         * table.C: use string::erase(), not string::clear() to enable older
54         versions of gcc to compile the code.
55
56 2003-04-17  André Pönitz  <poenitz@gmx.net>
57
58         * math.C:
59           preamble.C:
60           table.C:
61     text.C: new files
62
63         * table.C: better table handling
64
65         * tex2lyx.C: lots of small changes
66
67 2003-02-25  Angus Leeming  <leeming@lyx.org>
68
69         * .cvsignore: ignore *.lo and libtexparser.la.
70
71 2003-02-20  Angus Leeming  <leeming@lyx.org>
72
73         * tex2lyx.C: swap <sstream> for "Lsstream.h".
74
75 2003-02-11  Angus Leeming  <leeming@lyx.org>
76
77         * tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.
78         (handle_package): new function, factoring code out of Parser::parse.
79         (trim): copied across from support/lstrings.C
80         (Parser::parse): handle '\usepackage{foo, bar}'.
81
82 2003-02-11  André Pönitz  <poenitz@gmx.net>
83
84         * tex2lyx.C: first shot at real code
85
86 2003-02-11  Angus Leeming  <leeming@lyx.org>
87
88         * .cvsignore: new file.
89
90 2003-02-10  Angus Leeming  <leeming@lyx.org>
91
92         * Makefile.am: empty, dummy file so that autogen.sh and configure
93         are happy.