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