installer: dictionary update

- update file sizes for Slovenian, Scottish and Swedish
- fix 2 typos
This commit is contained in:
Uwe Stöhr 2012-11-21 23:48:33 +01:00
parent 1a42de1bab
commit 7af24a5c15
3 changed files with 31 additions and 25 deletions

View File

@ -1,16 +1,22 @@
Changelog for LyX-205-4:
Changelog for LyX-205-5:
- updated spell-checker dictionaries for Scottish and Swedish
(To benefit from them you must uninstall an already installed LyX 2.0.x and
then use this installer.)
- updated thesaurus for Slovenian
(need to uninstall to benefit from this)
Changelog for LyX-205-4:
- support to update the view as PDF if Adobe Reader XI is used
- fix long standing bug that updating a PDF view failed for larger
LyX documents if Adobe Reader or Acrobat was used as PDF viewer
- fixed bug that viewing PDF files could fail if Acrobat or Adobe Reader was
not used as default PDF viewer of the system while LyX was installed, but
it became later the default PDF viewer
- fixed bug that EPS and PDF images were not displayed if LyX was installed
this time without admin privileges
but an older LyX version was once installed with admin privileges
not the default PDF viewer of the system while LyX was installed, but
became later the default PDF viewer
- fixed bug that EPS and PDF images were not displayed if LyX was installed this time without
admin privileges but an older LyX version was once installed with admin privileges
- correct the required disk space for the German thesaurus dictionaries
- updated Japanese, Norwegian, Polish, Slovak and Ukrainian translation of
the installer messages
- updated Japanese, Norwegian, Polish, Slovak and Ukrainian translation of the installer messages
Changelog for LyX-205-3:

View File

@ -232,7 +232,7 @@ SectionEnd
Section /o "Gàidhlig" SecDScottish
StrCpy $DictCodes "gd_GB,$DictCodes"
AddSize 2460
AddSize 1660
SectionEnd
Section /o "Galego" SecDGalician
@ -362,12 +362,12 @@ Section /o "Shqipe" SecDAlbanian
AddSize 2400
SectionEnd
Section /o "Slovenšcina" SecDSlowenian
Section /o "Slovenšcina" SecDSlovenian
StrCpy $DictCodes "sl_SI,$DictCodes"
AddSize 2840
AddSize 2910
SectionEnd
Section /o "Slovenský" SecDSlowakian
Section /o "Slovenský" SecDSlovakian
StrCpy $DictCodes "sk_SK$ThesCodes"
AddSize 4090
SectionEnd
@ -379,7 +379,7 @@ SectionEnd
Section /o "Svenska" SecDSwedish
StrCpy $DictCodes "sv_SE,$DictCodes"
AddSize 1030
AddSize 2030
SectionEnd
# enable this for LyX 2.1!
@ -515,12 +515,12 @@ Section /o "Russian" SecTRussian
AddSize 2080
SectionEnd
Section /o "Slovenšcina" SecTSlowenian
Section /o "Slovenšcina" SecTSlovenian
StrCpy $ThesCodes "sl_SI$ThesCodes"
AddSize 107
AddSize 1037
SectionEnd
Section /o "Slovenský" SecTSlowakian
Section /o "Slovenský" SecTSlovakian
StrCpy $ThesCodes "sk_SK$ThesCodes"
AddSize 907
SectionEnd
@ -1051,15 +1051,15 @@ Function .onInit
Call StrPoint
${if} $Pointer != "-1"
IntOp $0 ${SF_SELECTED} | ${SF_RO}
SectionSetFlags ${SecDSlowenian} $0
SectionSetSize ${SecDSlowenian} 0
SectionSetFlags ${SecDSlovenian} $0
SectionSetSize ${SecDSlovenian} 0
${endif}
StrCpy $Search "sk_SK"
Call StrPoint
${if} $Pointer != "-1"
IntOp $0 ${SF_SELECTED} | ${SF_RO}
SectionSetFlags ${SecDSlowakian} $0
SectionSetSize ${SecDSlowakian} 0
SectionSetFlags ${SecDSlovakian} $0
SectionSetSize ${SecDSlovakian} 0
${endif}
StrCpy $Search "sr_RS"
Call StrPoint
@ -1261,15 +1261,15 @@ Function .onInit
Call StrPoint
${if} $Pointer != "-1"
IntOp $0 ${SF_SELECTED} | ${SF_RO}
SectionSetFlags ${SecTSlowenian} $0
SectionSetSize ${SecTSlowenian} 0
SectionSetFlags ${SecTSlovenian} $0
SectionSetSize ${SecTSlovenian} 0
${endif}
StrCpy $Search "sk_SK"
Call StrPoint
${if} $Pointer != "-1"
IntOp $0 ${SF_SELECTED} | ${SF_RO}
SectionSetFlags ${SecTSlowakian} $0
SectionSetSize ${SecTSlowakian} 0
SectionSetFlags ${SecTSlovakian} $0
SectionSetSize ${SecTSlovakian} 0
${endif}
StrCpy $Search "sv_SE"
Call StrPoint

View File

@ -12,7 +12,7 @@ These typically need to be modified for each LyX release
!define APP_VERSION_MAJOR 2
!define APP_VERSION_MINOR 0
!define APP_VERSION_REVISION 5
!define APP_VERSION_BUILD 4 # Start with 1 for the installer releases of each version
!define APP_VERSION_BUILD 5 # Start with 1 for the installer releases of each version
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}" # Version to display