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