diff --git a/PowerEditor/bin/change.log b/PowerEditor/bin/change.log index 1db75564..72eb3349 100644 --- a/PowerEditor/bin/change.log +++ b/PowerEditor/bin/change.log @@ -1,27 +1,17 @@ -Notepad++ v6.4 new features and bug fixes: +Notepad++ v6.4.2 new features and bug fixes: -1. Add Function List Panel (customizable, support C++ and Javascript for the moment). -2. Display the error/result in the new added statusbar of Find/Replace dialog instead in popup dialogs. -3. Add delimiter select by ctrl+Double click feature. -4. Add set begin position feature for selection. -5. Fix fold all command bug (which folds partially). -6. Fix opening the same file twice due to its different path (for example symbol link). -7. Fix deleting macro from macro menu crash issue. -8. Fix the bug of Window position not saved/restored properly. -9. Fix small window size problem due to closing Notepad++ in icon state (reduced in the taskbar) on the last session. -10. Enhance Block comment: remove 1024 bytes limit. -11. Fix a detection error of UTF16 file from a binary file. -12. Enhance the performance of switching files if folding is applied. -13. Fix macro problem: Find functionality doesn't work in "Run a Macro Multiple Times". -14. Enhance the performance while double clicking on a very long word. -15. Enhance TAB/Space conversion: UTF8 support and preserving the current state. -16. Change the Preferences dialog UI (List interface instead of tab interface). +1. Fix localization regressions. +2. Make "Begin/End Select" Command recordable in macro. +3. Enhance the delimiter selection(Ctrl + double click) feature. +4. Fix Find/Replace dialog status bar overwriting memory problem. +5. Fix Run dialog doesn't work with spaces in path. +6. Fix "Find all in current document" asking for creating a new file bug (regression). Included plugins: -1. DSpellCheck v1.2.6 +1. DSpellCheck v1.2.6.1 2. NppFTP 0.24.1 3. NppExport v0.2.8 4. Plugin Manager 1.0.8 diff --git a/PowerEditor/bin/npp.pdb b/PowerEditor/bin/npp.pdb index ad92b85d..37efff2a 100644 Binary files a/PowerEditor/bin/npp.pdb and b/PowerEditor/bin/npp.pdb differ diff --git a/PowerEditor/installer/nativeLang/dutch.xml b/PowerEditor/installer/nativeLang/dutch.xml index cec01a49..6deeabf2 100644 --- a/PowerEditor/installer/nativeLang/dutch.xml +++ b/PowerEditor/installer/nativeLang/dutch.xml @@ -1,7 +1,7 @@ - + @@ -105,6 +105,7 @@ + @@ -246,6 +247,7 @@ + @@ -391,10 +393,6 @@ - - - - @@ -447,35 +445,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -487,26 +457,30 @@ - - - - - - - + + + + + + + + + - - - + + + + + @@ -536,13 +510,50 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + @@ -551,7 +562,7 @@ - + @@ -569,6 +580,7 @@ + @@ -746,7 +758,7 @@ - + diff --git a/PowerEditor/installer/nativeLang/swedish.xml b/PowerEditor/installer/nativeLang/swedish.xml index eeee0801..8188ab05 100644 --- a/PowerEditor/installer/nativeLang/swedish.xml +++ b/PowerEditor/installer/nativeLang/swedish.xml @@ -47,6 +47,11 @@ Comments: Fixed typos, added UDL2.0 strings and translations. Sorted strings by E-mail: az@kth.se Comments: Update. +:: Update for Notepad++ v6.4.1 by Andreas Pettersson on Jul 8, 2013 :: +E-mail: az@kth.se +Comments: Update GUI translation. + + *** Send new updates to the author of Notepad++ (don.h@free.fr) *** *** Test the translation by overwriting %appdata%\Notepad++\nativeLang.xml *** --> @@ -70,7 +75,6 @@ Comments: Update. - @@ -151,9 +155,10 @@ Comments: Update. + - - + + @@ -177,7 +182,7 @@ Comments: Update. - + @@ -240,7 +245,6 @@ Comments: Update. - @@ -264,6 +268,7 @@ Comments: Update. + @@ -278,12 +283,8 @@ Comments: Update. - - - - - + @@ -647,10 +648,6 @@ Comments: Update. - - - - @@ -662,30 +659,30 @@ Comments: Update. - - - - - - - + + + + + - - - + + + + + @@ -715,22 +712,25 @@ Comments: Update. + + + + + + + + + + - - - - - - - @@ -745,15 +745,17 @@ Comments: Update. - + - + + + @@ -762,7 +764,7 @@ Comments: Update. - + @@ -778,9 +780,6 @@ Comments: Update. - - - @@ -807,6 +806,8 @@ Comments: Update. + + diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index c59dc257..d1d62472 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -28,10 +28,10 @@ ; Define the application name !define APPNAME "Notepad++" -!define APPVERSION "6.4.1" +!define APPVERSION "6.4.2" !define APPNAMEANDVERSION "${APPNAME} v${APPVERSION}" !define VERSION_MAJOR 6 -!define VERSION_MINOR 41 +!define VERSION_MINOR 42 !define APPWEBSITE "http://notepad-plus-plus.org/" diff --git a/PowerEditor/src/resource.h b/PowerEditor/src/resource.h index 56aa0a50..874273ed 100644 --- a/PowerEditor/src/resource.h +++ b/PowerEditor/src/resource.h @@ -29,12 +29,12 @@ #ifndef RESOURCE_H #define RESOURCE_H -#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.4.1") +#define NOTEPAD_PLUS_VERSION TEXT("Notepad++ v6.4.2") // should be X.Y : ie. if VERSION_DIGITALVALUE == 4, 7, 1, 0 , then X = 4, Y = 71 // ex : #define VERSION_VALUE TEXT("5.63\0") -#define VERSION_VALUE TEXT("6.41\0") -#define VERSION_DIGITALVALUE 6, 4, 1, 0 +#define VERSION_VALUE TEXT("6.42\0") +#define VERSION_DIGITALVALUE 6, 4, 2, 0 #ifdef UNICODE #define UNICODE_ANSI_MODE TEXT("(UNICODE)")