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