From b733c626f06855b8d815a5b07b3bd3fa59ee6a69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 4 Jun 2008 23:51:55 +0000 Subject: [PATCH] installer: whitespace and changelog entry I forgot yesterday git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25128 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/AltInstaller/Aspell.nsh | 2 +- .../Win32/packaging/AltInstaller/ChangeLog.txt | 11 ++++++++++- .../Win32/packaging/AltInstaller/ConfigLyX.nsh | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/development/Win32/packaging/AltInstaller/Aspell.nsh b/development/Win32/packaging/AltInstaller/Aspell.nsh index 82a058db4b..4817a173ac 100644 --- a/development/Win32/packaging/AltInstaller/Aspell.nsh +++ b/development/Win32/packaging/AltInstaller/Aspell.nsh @@ -256,7 +256,7 @@ Function InstallAspellDictionary StrCpy $AppSubfolder "Aspell" StrCpy $AppFiles "$APPDATA\Aspell\Dictionaries" Call CreateAppPathSub # function from LyXUtils.nsh - + FunctionEnd !endif # endif ${INSTALLER_TYPE} == "NotUpdate" diff --git a/development/Win32/packaging/AltInstaller/ChangeLog.txt b/development/Win32/packaging/AltInstaller/ChangeLog.txt index 80df9143e7..3810f6d5b5 100644 --- a/development/Win32/packaging/AltInstaller/ChangeLog.txt +++ b/development/Win32/packaging/AltInstaller/ChangeLog.txt @@ -1,4 +1,13 @@ -Version 4.04 +Version 4.05 +- LyX 1.6beta3 + (list of current regressions: http://tinyurl.com/yu4the ) + +- When Aspell is installed together with this installer (this will be the + case when Aspell is not already installed), now every user on the PC + gets his personal word list files. + + +Version 4.04 - LyX 1.6beta1 (list of current regressions: http://tinyurl.com/yu4the ) diff --git a/development/Win32/packaging/AltInstaller/ConfigLyX.nsh b/development/Win32/packaging/AltInstaller/ConfigLyX.nsh index 6905bd6d71..d987bcd358 100644 --- a/development/Win32/packaging/AltInstaller/ConfigLyX.nsh +++ b/development/Win32/packaging/AltInstaller/ConfigLyX.nsh @@ -162,7 +162,7 @@ Function AcroPref FileWrite $R4 '\format "pdf3" "pdf" "PDF (dvipdfm)" "m" "pdfview" "" "document,vector"$\r$\n\ \format "pdf2" "pdf" "PDF (pdflatex)" "F" "pdfview" "" "document,vector"$\r$\n\ - \format "pdf" "pdf" "PDF (ps2pdf)" "P" "pdfview" "" "document,vector"$\r$\n' + \format "pdf" "pdf" "PDF (ps2pdf)" "P" "pdfview" "" "document,vector"$\r$\n' Push $0 FunctionEnd -- 2.39.2