From d9251d210bf7d9e957dd57d92ebe859416da9032 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sat, 4 Aug 2007 12:41:42 +0000 Subject: [PATCH] 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 --- src/Language.cpp | 4 ++-- status.15x | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/Language.cpp b/src/Language.cpp index 6a517d0985..eb5cb066dc 100644 --- a/src/Language.cpp +++ b/src/Language.cpp @@ -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", ""); diff --git a/status.15x b/status.15x index 851700072a..61dbf0dfe8 100644 --- a/status.15x +++ b/status.15x @@ -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