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