mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
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:
parent
1a7724c622
commit
d9251d210b
@ -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", "");
|
||||
|
||||
|
13
status.15x
13
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
|
||||
|
Loading…
Reference in New Issue
Block a user