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