[RELEASE] v4.9.2

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@201 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
donho 2008-05-11 13:53:50 +00:00
parent 7b7909ad80
commit 3208c99d98
3 changed files with 8 additions and 6 deletions

View File

@ -18,6 +18,8 @@ Notepad++ v4.9.2 fixed bugs and added features (from v4.8.5) :
16. Fix the replace bug while replacing nothing. 16. Fix the replace bug while replacing nothing.
17. Fix the F3 searching direction bug. 17. Fix the F3 searching direction bug.
18. Fix the regression bug that x position doesn't be restored while switching back a document. 18. Fix the regression bug that x position doesn't be restored while switching back a document.
19. Add "Save a Copy As" feature.
Included plugins : Included plugins :

View File

@ -17,16 +17,16 @@
; Define the application name ; Define the application name
!define APPNAME "Notepad++" !define APPNAME "Notepad++"
!define APPNAMEANDVERSION "Notepad++ v4.9.1" !define APPNAMEANDVERSION "Notepad++ v4.9.2"
!define VERSION_MAJOR 4 !define VERSION_MAJOR 4
!define VERSION_MINOR 91 !define VERSION_MINOR 92
; Main Install settings ; Main Install settings
Name "${APPNAMEANDVERSION}" Name "${APPNAMEANDVERSION}"
InstallDir "$PROGRAMFILES\Notepad++" InstallDir "$PROGRAMFILES\Notepad++"
InstallDirRegKey HKLM "Software\${APPNAME}" "" InstallDirRegKey HKLM "Software\${APPNAME}" ""
OutFile "..\bin\npp.4.9.1.Installer.exe" OutFile "..\bin\npp.4.9.2.Installer.exe"
; GetWindowsVersion ; GetWindowsVersion
; ;
@ -624,7 +624,7 @@ SubSection "Plugins" Plugins
NOT_LOCAL: NOT_LOCAL:
SetOutPath "$APPDATA\Notepad++" SetOutPath "$APPDATA\Notepad++"
LOCAL: LOCAL:
File "..\bin\plugins\NPPTextFX.ini" ;File "..\bin\plugins\NPPTextFX.ini"
SetOutPath "$INSTDIR\plugins\NPPTextFX" SetOutPath "$INSTDIR\plugins\NPPTextFX"
File "..\bin\plugins\NPPTextFX\AsciiToEBCDIC.bin" File "..\bin\plugins\NPPTextFX\AsciiToEBCDIC.bin"

View File

@ -132,8 +132,8 @@ BEGIN
CONTROL "ANSI",IDC_RADIO_ANSI,"Button",BS_AUTORADIOBUTTON | WS_GROUP,187,40,80,10 CONTROL "ANSI",IDC_RADIO_ANSI,"Button",BS_AUTORADIOBUTTON | WS_GROUP,187,40,80,10
CONTROL "UTF-8 without BOM",IDC_RADIO_UTF8SANSBOM,"Button",BS_AUTORADIOBUTTON,187,54,128,10 CONTROL "UTF-8 without BOM",IDC_RADIO_UTF8SANSBOM,"Button",BS_AUTORADIOBUTTON,187,54,128,10
CONTROL "UTF-8",IDC_RADIO_UTF8,"Button",BS_AUTORADIOBUTTON,187,68,62,10 CONTROL "UTF-8",IDC_RADIO_UTF8,"Button",BS_AUTORADIOBUTTON,187,68,62,10
CONTROL "UCS2 big endian",IDC_RADIO_UCS2BIG,"Button",BS_AUTORADIOBUTTON,187,82,103,10 CONTROL "UCS-2 big endian",IDC_RADIO_UCS2BIG,"Button",BS_AUTORADIOBUTTON,187,82,103,10
CONTROL "UCS2 small endian",IDC_RADIO_UCS2SMALL,"Button",BS_AUTORADIOBUTTON,187,96,102,10 CONTROL "UCS-2 small endian",IDC_RADIO_UCS2SMALL,"Button",BS_AUTORADIOBUTTON,187,96,102,10
RTEXT "Default Language :",IDC_DEFAULTLANG_STATIC,50,129,80,8 RTEXT "Default Language :",IDC_DEFAULTLANG_STATIC,50,129,80,8
COMBOBOX IDC_COMBO_DEFAULTLANG,134,127,72,140,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP COMBOBOX IDC_COMBO_DEFAULTLANG,134,127,72,140,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
END END