The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit ee8f3f89f6731d946be3a5107d6053beafa5ea70 Author: Jean-Marc Lasgouttes <[email protected]> Date: Fri Jun 29 15:08:38 2012 +0200 Fix bug #2005: Lyx Inserted Graphics Scale Error xkeyval fixes the incompatibility between graphicx.sty and babel/turkish. diff --git a/lib/languages b/lib/languages index 30d802f..dce0157 100644 --- a/lib/languages +++ b/lib/languages @@ -786,6 +786,9 @@ Language turkish PolyglossiaName turkish Encoding iso8859-9 LangCode tr_TR + PostBabelPreamble + \usepackage{xkeyval} + EndPostBabelPreamble End # turkmen must be loaded locally with babel options, diff --git a/status.20x b/status.20x index ce24b75..cfd8da5 100644 --- a/status.20x +++ b/status.20x @@ -52,7 +52,10 @@ What's new * DOCUMENT INPUT/OUTPUT -- Do not output empty language switch commands (bug 8216) +- Do not output empty language switch commands (bug 8216). + +- When using Turkish language, use the xkeyval package to avoid + incompatibilities (bug 2005). * USER INTERFACE ----------------------------------------------------------------------- Summary of changes: lib/languages | 3 +++ status.20x | 5 ++++- 2 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
