From 25457647162084d297c0d6162674110e5866b484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Thu, 10 Dec 2009 08:26:52 +0000 Subject: [PATCH] =?UTF-8?q?Simplify=20the=20definition=20of=20multi-accent?= =?UTF-8?q?ed=20polytonic=20Greek,=20patch=20by=20G=C3=BCnter=20Milde.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@32451 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/languages | 2 +- src/LaTeXFeatures.cpp | 3 +-- status.16x | 12 +++++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/lib/languages b/lib/languages index c614065ce6..74ca19a100 100644 --- a/lib/languages +++ b/lib/languages @@ -42,7 +42,7 @@ galician galician "Galician" false iso8859-15 gl_ES "" german german "German (old spelling)" false iso8859-15 de_DE "" ngerman ngerman "German" false iso8859-15 de_DE "" greek greek "Greek" false iso8859-7 el_GR "" -polutonikogreek polutonikogreek "Greek (polytonic)" false iso8859-7 el_GR "\providecommand*{\perispomeni}{\char126}\addto\extraspolutonikogreek{\let\~\perispomeni}\addto\extrasgreek{\let\~\perispomeni}" +polutonikogreek polutonikogreek "Greek (polytonic)" false iso8859-7 el_GR "\addto\extraspolutonikogreek{\let\~\char126}\addto\extrasgreek{\let\~\char126}" hebrew hebrew "Hebrew" true cp1255 he_IL "" # "hungarian" is a synonym for the "magyar" babel language option # "hungarian" might be used for special purposes, see http://www.math.bme.hu/latex/magyar_pre_tug2004.pdf diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 8509bd30eb..b704954e90 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -189,10 +189,9 @@ static string const changetracking_none_def = "\\newcommand{\\lyxdeleted}[3]{}\n"; static string const textgreek_def = - "\\providecommand*{\\perispomeni}{\\char126}\n" "\\AtBeginDocument{\\DeclareRobustCommand{\\greektext}{%\n" " \\fontencoding{LGR}\\selectfont\\def\\encodingdefault{LGR}%\n" - " \\renewcommand{\\~}{\\perispomeni}%\n" + " \\renewcommand{\\~}{\\char126}%\n" "}}\n" "\\DeclareRobustCommand{\\textgreek}[1]{\\leavevmode{\\greektext #1}}\n" "\\DeclareFontEncoding{LGR}{}{}\n"; diff --git a/status.16x b/status.16x index b20a560d12..d688d8344b 100644 --- a/status.16x +++ b/status.16x @@ -24,9 +24,11 @@ What's new * DOCUMENT INPUT/OUTPUT -* LyX now supports SVG images when either the program 'rsvg' or 'Inkscape' +- LyX now supports SVG images when either the program 'rsvg' or 'Inkscape' is installed (bug 3349). +- The definition of multi-accented polytonic Greek has been simplified. + * USER INTERFACE @@ -40,7 +42,7 @@ What's new - The dinbrief template was revised. -- Updated German and Czech user interface localization. +- Updated German, Czech and Slovak user interface localization. - The rpm README file was updated. @@ -69,9 +71,6 @@ What's new * USER INTERFACE -- Fix layout of the Paragraph dialog (particularly within CJK - localization). - - Detect user-specified package dependencies for modules (bug 6361). - Prevent the error dialog from jumping to the first item when @@ -84,6 +83,9 @@ What's new - Fix the painting of text with custom font properties in insets that have a default font (bug 6113). +- Fix layout of the Paragraph dialog (particularly within CJK + localization). + * DOCUMENTATION AND LOCALIZATION