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