mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
- 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
This commit is contained in:
parent
372d174c57
commit
101de631a0
@ -4,6 +4,14 @@
|
|||||||
- new button to close document tabs separately
|
- new button to close document tabs separately
|
||||||
- enable HTML export on all OS platforms
|
- 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
|
Version LyX 1.5rc1-31-05-2007
|
||||||
- LyX 1.5rc1 from 31-05-2007
|
- LyX 1.5rc1 from 31-05-2007
|
||||||
|
@ -245,6 +245,16 @@
|
|||||||
StrCpy ${LangNmeSys} "Lietuva"
|
StrCpy ${LangNmeSys} "Lietuva"
|
||||||
StrCpy ${LangSysEnc} "1257"
|
StrCpy ${LangSysEnc} "1257"
|
||||||
${endif}
|
${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
|
# currently no dictionary available
|
||||||
${if} ${LangISOCode} = 1069
|
${if} ${LangISOCode} = 1069
|
||||||
@ -260,11 +270,10 @@
|
|||||||
StrCpy ${LangSysEnc} "1252"
|
StrCpy ${LangSysEnc} "1252"
|
||||||
${endif}
|
${endif}
|
||||||
|
|
||||||
# currently no dictionary available
|
${if} ${LangISOCode} = 1081
|
||||||
# ${if} ${LangISOCode} = 1081
|
StrCpy ${LangCdeSys} "hi"
|
||||||
# StrCpy ${LangCdeSys} "hi"
|
StrCpy ${LangNmeSys} "Hindi"
|
||||||
# StrCpy ${LangNmeSys} "Hindi"
|
${endif}
|
||||||
# ${endif}
|
|
||||||
|
|
||||||
${if} ${LangISOCode} = 1110
|
${if} ${LangISOCode} = 1110
|
||||||
StrCpy ${LangNme} "Galego"
|
StrCpy ${LangNme} "Galego"
|
||||||
|
@ -12,6 +12,7 @@ Function UpdateModifiedFiles
|
|||||||
SetOutPath "$INSTDIR\Resources\doc"
|
SetOutPath "$INSTDIR\Resources\doc"
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.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\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\TOC.lyx" # must be here when another \doc file has been changed
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\Userguide.lyx"
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\Userguide.lyx"
|
||||||
|
@ -10,9 +10,9 @@ he-1.0-0
|
|||||||
hu-0.99.4.2-0
|
hu-0.99.4.2-0
|
||||||
it-2.2_20050523-0
|
it-2.2_20050523-0
|
||||||
nl-0.50-2
|
nl-0.50-2
|
||||||
no-0.50-2
|
nb-0.50.1-0
|
||||||
nn-0.50.1-1
|
nn-0.50.1-1
|
||||||
pl-0.51-0
|
pl-6.0_20061121-0.exe
|
||||||
pt-0.50-2
|
pt-0.50-2
|
||||||
ro-0.50-2
|
ro-0.50-2
|
||||||
ru-0.99f7-1
|
ru-0.99f7-1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
http://download2.berlios.de/lyxwininstall
|
http://download2.berlios.de/lyxwininstall
|
||||||
http://download.berlios.de/lyxwininstall
|
http://download.berlios.de/lyxwininstall
|
||||||
ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows
|
ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows
|
||||||
http://wiki.lyx.org/uploads/Windows/Aspell6
|
http://www.lyx.org/~bpeng/aspell6-windows
|
||||||
|
Loading…
Reference in New Issue
Block a user