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