From: Juergen Spitzmueller Date: Wed, 18 Jul 2012 11:01:10 +0000 (+0200) Subject: deactivate ~ in Basque, Estonian and Galician (bug #8265) X-Git-Tag: 2.0.5~91 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7e7d1c71670ef515fd3ebae96bd28ebce01571c9;p=features.git deactivate ~ in Basque, Estonian and Galician (bug #8265) --- diff --git a/lib/languages b/lib/languages index dce015776d..94c0189ad3 100644 --- a/lib/languages +++ b/lib/languages @@ -170,6 +170,9 @@ Language basque PolyglossiaName basque Encoding iso8859-15 LangCode eu_ES + PostBabelPreamble + \addto\extrasbasque{\bbl@deactivate{~}} + EndPostBabelPreamble End Language belarusian @@ -326,6 +329,9 @@ Language estonian PolyglossiaName estonian Encoding iso8859-15 LangCode et_EE + PostBabelPreamble + \addto\extrasestonian{\bbl@deactivate{~}} + EndPostBabelPreamble End # the preamble definitions are only used due to bugs in the @@ -372,6 +378,9 @@ Language galician PolyglossiaName galician Encoding iso8859-15 LangCode gl_ES + PostBabelPreamble + \addto\shorthandsgalician{\galiciandeactivate{~}} + EndPostBabelPreamble End # german does not use a country code (due to the variety) diff --git a/status.20x b/status.20x index 421cacd061..9b4a121465 100644 --- a/status.20x +++ b/status.20x @@ -84,6 +84,8 @@ What's new - Write correct DTD for MathML (bug #8160). +- Make the ~ char in Basque, Estonian and Galician non-active (bug #8265). + - Embrace babel settings to \makeatletter ... \makeatother if they contain an @ glyph.