From 0147313a93cf9aa47aa77beb11cfaa5dfd854505 Mon Sep 17 00:00:00 2001 From: donho Date: Tue, 11 Nov 2008 20:11:15 +0000 Subject: [PATCH] [RELEASE] v5.1.1 release. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@353 f5eea248-9336-0410-98b8-ebc06183d4e3 --- PowerEditor/bin/change.log | 4 ++-- PowerEditor/installer/nppSetup.nsi | 20 +++++++++----------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index bc70a8ca2..a829e9967 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -51,7 +51,7 @@ Included plugins (Unicode): 4. NppAutoIndent 1.2 5. FTP_synchronize v0.9.6 6. NppAutoIndent 1.2 -7. NppDocShare v0.1 +7. NppNetNote v0.1 8. TexFX v0.24a Included plugins (ANSI): @@ -66,4 +66,4 @@ Included plugins (ANSI): 8. Light Explorer v1.5 9. Doc Monitor v2.2 10. NppAutoIndent 1.2 -11. NppDocShare v0.1 +11. NppNetNote v0.1 diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 094bbb4c6..8068f0739 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -509,11 +509,9 @@ commun: IfFileExists "$INSTDIR\plugins\MultiClipboard.dll" 0 +3 MessageBox MB_OK "Due to the problem of compability with this version,$\nMultiClipboard.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it." Delete "$INSTDIR\plugins\MultiClipboard.dll" -/* - IfFileExists "$INSTDIR\plugins\Explorer.dll" 0 +3 - MessageBox MB_OK "Due to the problem of compability with this version,$\nExplorer.dll is about to be deleted." - Delete "$INSTDIR\plugins\Explorer.dll" -*/ + + Delete "$INSTDIR\plugins\NppDocShare.dll" + IfFileExists "$INSTDIR\plugins\FunctionList.dll" 0 +3 MessageBox MB_OK "Due to the problem of compability with this version,$\nFunctionList.dll is about to be deleted.$\nYou can download it via menu $\"?->Get more plugins$\" if you really need it." Delete "$INSTDIR\plugins\FunctionList.dll" @@ -669,10 +667,10 @@ SubSection "Plugins" Plugins SectionEnd - Section "NppDocShare" NppDocShare - Delete "$INSTDIR\plugins\NppDocShare.dll" + Section "NppNetNote" NppNetNote + Delete "$INSTDIR\plugins\NppNetNote.dll" SetOutPath "$INSTDIR\plugins" - File "..\bin\plugins\NppDocShare.dll" + File "..\bin\plugins\NppNetNote.dll" SectionEnd /* @@ -894,9 +892,9 @@ SubSection un.Plugins RMDir "$INSTDIR\plugins\" SectionEnd - Section un.NppDocShare - Delete "$INSTDIR\plugins\NppDocShare.dll" - Delete "$INSTDIR\plugins\Config\NppDocShare.ini" + Section un.NppNetNote + Delete "$INSTDIR\plugins\NppNetNote.dll" + Delete "$INSTDIR\plugins\Config\NppNetNote.ini" RMDir "$INSTDIR\plugins\" SectionEnd