mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
fix bug 1942
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10355 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
57c0228388
commit
6e42ecf6c0
@ -1,3 +1,8 @@
|
||||
2005-07-25 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* math_factory.C (initSymbols): Don't require wasysym for the wasy
|
||||
font (bug 1942)
|
||||
|
||||
2005-06-24 Joao Luis Meloni Assirati <assirati@nonada.if.usp.br>
|
||||
|
||||
* math_parser.C (parse_verbatim_{option,item}): Add skipSpaces()
|
||||
|
@ -147,8 +147,9 @@ void initSymbols()
|
||||
// store requirements as long as we can
|
||||
if (tmp.inset == "msa" || tmp.inset == "msb")
|
||||
tmp.requires = "amssymb";
|
||||
else if (tmp.inset == "wasy")
|
||||
tmp.requires = "wasysym";
|
||||
// See http://bugzilla.lyx.org/show_bug.cgi?id=1942
|
||||
// else if (tmp.inset == "wasy")
|
||||
// tmp.requires = "wasysym";
|
||||
|
||||
// symbol font is not available sometimes
|
||||
string symbol_font = "lyxsymbol";
|
||||
|
@ -40,6 +40,8 @@ What's new
|
||||
- Do not trim spaces from either end of the find and replace strings in
|
||||
the Edit->Find & Replace... dialog. [XForms only].
|
||||
|
||||
- Don't load the wasysym package automatically anymore (bug 1942)
|
||||
|
||||
* Configuration/Installation:
|
||||
|
||||
- compile without STL compatibilty support, since some systems do that
|
||||
|
Loading…
Reference in New Issue
Block a user