From 101de631a02cc384314818b8d0541bef324ddb6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 21 Jun 2007 00:57:55 +0000 Subject: [PATCH] - update to new Aspell repositories - add new download repository for Aspell - add Farsi and Armenian Aspell support - installer updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18839 a592a061-630c-0410-9148-cb99ea01b6c8 --- .../packaging/AltInstaller/ChangeLog.txt | 8 ++++++++ .../AltInstaller/LanguageSettings.nsh | 19 ++++++++++++++----- .../Win32/packaging/AltInstaller/Updated.nsh | 1 + .../specials/AspellDictionaryNames.txt | 4 ++-- .../specials/AspellRepositories.txt | 2 +- 5 files changed, 26 insertions(+), 8 deletions(-) diff --git a/development/Win32/packaging/AltInstaller/ChangeLog.txt b/development/Win32/packaging/AltInstaller/ChangeLog.txt index d15e39e690..e5c245eff8 100644 --- a/development/Win32/packaging/AltInstaller/ChangeLog.txt +++ b/development/Win32/packaging/AltInstaller/ChangeLog.txt @@ -4,6 +4,14 @@ - new button to close document tabs separately - enable HTML export on all OS platforms +- Aspell (thanks to Joost Verburg) + - updated dictionaries for Bulgarian (bg), Farsi (fa), Irish (ga), + - Kurdish (ku), Polish (pl), Ukrainian (uk), and Uzbek (uz) + - new dictionaries for Armenian (hy), Frisian (fy), Hindi (hi), + and Portuguese(pt_BR and pt_PT) + - Norwegian (no) dictionary renamed and updated to Norwegian (nb) + - bugfixes in the installer of each dictionary + Version LyX 1.5rc1-31-05-2007 - LyX 1.5rc1 from 31-05-2007 diff --git a/development/Win32/packaging/AltInstaller/LanguageSettings.nsh b/development/Win32/packaging/AltInstaller/LanguageSettings.nsh index 1b4d0e33cd..10dd9ee04f 100644 --- a/development/Win32/packaging/AltInstaller/LanguageSettings.nsh +++ b/development/Win32/packaging/AltInstaller/LanguageSettings.nsh @@ -245,6 +245,16 @@ StrCpy ${LangNmeSys} "Lietuva" StrCpy ${LangSysEnc} "1257" ${endif} + + ${if} ${LangISOCode} = 1065 + StrCpy ${LangCdeSys} "fa" + StrCpy ${LangNmeSys} "Farsi" + ${endif} + + ${if} ${LangISOCode} = 1067 + StrCpy ${LangCdeSys} "hy" + StrCpy ${LangNmeSys} "Armenian" + ${endif} # currently no dictionary available ${if} ${LangISOCode} = 1069 @@ -260,11 +270,10 @@ StrCpy ${LangSysEnc} "1252" ${endif} -# currently no dictionary available -# ${if} ${LangISOCode} = 1081 -# StrCpy ${LangCdeSys} "hi" -# StrCpy ${LangNmeSys} "Hindi" -# ${endif} + ${if} ${LangISOCode} = 1081 + StrCpy ${LangCdeSys} "hi" + StrCpy ${LangNmeSys} "Hindi" + ${endif} ${if} ${LangISOCode} = 1110 StrCpy ${LangNme} "Galego" diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index 8d27f98117..77ff795ae3 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -12,6 +12,7 @@ Function UpdateModifiedFiles SetOutPath "$INSTDIR\Resources\doc" File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in" File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed File "${PRODUCT_SOURCEDIR}\Resources\doc\Userguide.lyx" diff --git a/development/Win32/packaging/AltInstaller/specials/AspellDictionaryNames.txt b/development/Win32/packaging/AltInstaller/specials/AspellDictionaryNames.txt index c03b40564e..8630600d77 100644 --- a/development/Win32/packaging/AltInstaller/specials/AspellDictionaryNames.txt +++ b/development/Win32/packaging/AltInstaller/specials/AspellDictionaryNames.txt @@ -10,9 +10,9 @@ he-1.0-0 hu-0.99.4.2-0 it-2.2_20050523-0 nl-0.50-2 -no-0.50-2 +nb-0.50.1-0 nn-0.50.1-1 -pl-0.51-0 +pl-6.0_20061121-0.exe pt-0.50-2 ro-0.50-2 ru-0.99f7-1 diff --git a/development/Win32/packaging/AltInstaller/specials/AspellRepositories.txt b/development/Win32/packaging/AltInstaller/specials/AspellRepositories.txt index 90ae5c2b6e..86098f14eb 100644 --- a/development/Win32/packaging/AltInstaller/specials/AspellRepositories.txt +++ b/development/Win32/packaging/AltInstaller/specials/AspellRepositories.txt @@ -1,4 +1,4 @@ http://download2.berlios.de/lyxwininstall http://download.berlios.de/lyxwininstall ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows -http://wiki.lyx.org/uploads/Windows/Aspell6 +http://www.lyx.org/~bpeng/aspell6-windows -- 2.39.2