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