mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
926b68c0aa
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7374 a592a061-630c-0410-9148-cb99ea01b6c8
100 lines
2.8 KiB
Plaintext
100 lines
2.8 KiB
Plaintext
2003-07-27 Angus Leeming <leeming@lyx.org>
|
|
|
|
* tex2lyx.C: add Debug::ANY hack.
|
|
|
|
* text.C: remove hardcoded command layouts.
|
|
|
|
2003-07-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
|
|
|
* text.C (parse_text): fix handling of \LaTeXe macro
|
|
|
|
2003-07-26 Angus Leeming <leeming@lyx.org>
|
|
|
|
* Spacing.h:
|
|
* lyxfont.[Ch]:
|
|
* gettext.[Ch]: minimal (near empty) analogues of the real LyX
|
|
files; enough to get LyXTextClass and LyXLayout to compile without
|
|
needing to store any real information about Spacing or Font.
|
|
|
|
* Makefile.am: add these files above and also include a minimal
|
|
chunk of the main lyx source tree as soft links in order to add in
|
|
LyXTextClass and LyXLayout.
|
|
|
|
* .cvsignore: add all these soft links.
|
|
|
|
* preamble.C (end_preamble): passed a LyXTextClass arg.
|
|
(parse_preamble): returns the document LyXTextClass.
|
|
|
|
* tabular.C (handle_tabular): passed a LyXTextClass arg. In turn
|
|
pass it to parse_text.
|
|
|
|
* tex2lyx.C: add some global vars, build_lyxdir et al. For now,
|
|
give them some horrible hard-coded value.
|
|
(main): receive a LyXTextClass var from parse_preamble and pass it
|
|
on to parse_text.
|
|
|
|
* text.C (parse_text): receives a LyXTextClass arg. Use it to
|
|
remove the hard-coded handling of floats and instead check the
|
|
textclass for its existence. Also handle wide floats naturally.
|
|
|
|
* tex2lyx.h: associated changes to function declarations.
|
|
|
|
2003-07-18 Lars Gullik Bjønnes <larsbj@gullik.net>
|
|
|
|
* texparser.C (catInit): same warning avoidance as in math_parser.C
|
|
(setCatCode): cast to safe type
|
|
(getCatCode): ditto
|
|
|
|
2003-05-17 Joao Luis M. Assirati <assirati@fma.if.usp.br>
|
|
|
|
* texparser.C: fix paragraph parsing after comment
|
|
|
|
2003-04-29 André Pönitz <poenitz@gmx.net>
|
|
|
|
* Makefile.am:
|
|
texparser.h: whitespace
|
|
|
|
2003-04-20 Kayvan A. Sylvan <kayvan@sylvan.com>
|
|
|
|
* table.C: use string::erase(), not string::clear() to enable older
|
|
versions of gcc to compile the code.
|
|
|
|
2003-04-17 André Pönitz <poenitz@gmx.net>
|
|
|
|
* math.C:
|
|
preamble.C:
|
|
table.C:
|
|
text.C: new files
|
|
|
|
* table.C: better table handling
|
|
|
|
* tex2lyx.C: lots of small changes
|
|
|
|
2003-02-25 Angus Leeming <leeming@lyx.org>
|
|
|
|
* .cvsignore: ignore *.lo and libtexparser.la.
|
|
|
|
2003-02-20 Angus Leeming <leeming@lyx.org>
|
|
|
|
* tex2lyx.C: swap <sstream> for "Lsstream.h".
|
|
|
|
2003-02-11 Angus Leeming <leeming@lyx.org>
|
|
|
|
* tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.
|
|
(handle_package): new function, factoring code out of Parser::parse.
|
|
(trim): copied across from support/lstrings.C
|
|
(Parser::parse): handle '\usepackage{foo, bar}'.
|
|
|
|
2003-02-11 André Pönitz <poenitz@gmx.net>
|
|
|
|
* tex2lyx.C: first shot at real code
|
|
|
|
2003-02-11 Angus Leeming <leeming@lyx.org>
|
|
|
|
* .cvsignore: new file.
|
|
|
|
2003-02-10 Angus Leeming <leeming@lyx.org>
|
|
|
|
* Makefile.am: empty, dummy file so that autogen.sh and configure
|
|
are happy.
|