latex_lang should not have a babel language

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19301 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-08-04 12:41:42 +00:00
parent 1a7724c622
commit d9251d210b
2 changed files with 10 additions and 7 deletions

View File

@ -33,14 +33,14 @@ Language const * english_language;
Language const * default_language;
Language ignore_lang("ignore", "ignore", "Ignore", false, "", 0, "ignore", "");
Language const * ignore_language = &ignore_lang;
Language latex_lang("latex", "latex", "Latex", false, "", 0, "latex", "");
Language latex_lang("latex", "", "Latex", false, "", 0, "latex", "");
Language const * latex_language = &latex_lang;
void Languages::read(support::FileName const & filename)
{
// We need to set the encoding of latex_lang
latex_lang = Language("latex", "latex", "Latex", false, "iso8859-1",
latex_lang = Language("latex", "", "Latex", false, "iso8859-1",
encodings.getFromLyXName("iso8859-1"),
"latex", "");

View File

@ -37,13 +37,18 @@ What's new
- Get rid of annoying LaTeX error after changing the document language
(bug 2468).
- Fix a LaTeX error with caption inset in a listing inset (some
problems remain).
- Fix crashes relating to command line export (bugs 4077 and 4086).
- Fix export to FAT32 under Linux (bug 4094).
* USER INTERFACE:
- Fix redrawing artefacts when switching tabs (bug 3969).
- Fix crash with TOC and child documents (bug 4096).
- Fix bug where using pdfsync marks the document 'changed' (bug 4023).
- Fix redrawing artefacts when switching tabs (bug 3969).
- Fix pasting a selection from the same LyX document with middle mouse
button.
@ -64,9 +69,7 @@ What's new
- Sort colors in the Preferences dialog (bug 2571).
- Fix crash with TOC and child documents (bug 4096).
- Fix bug 4094: Export to FAT32 under Linux.
- Fix bug where using pdfsync marks the document 'changed' (bug 4023).
* DOCUMENTATION