Win32 fixes: redirection and file codepage

This commit is contained in:
Alexander S. Aganichev
2000-12-13 22:27:13 +00:00
parent d95538c3e5
commit 59fd0e8f84
6 changed files with 30 additions and 3 deletions

View File

@@ -29,3 +29,7 @@ ls bin/
You have to get ged{short-patform-name}, gn{short-patform-name}, and
rddt{short-patform-name}. If so, you did it!
When building in DJGPP environment you may wish to patch libc with djlocale
patch which may be found on http://asa.i-connect.com/djlocale.zip. This patch
intended for those who worried about NLS support.

View File

@@ -9,7 +9,22 @@ ______________________________________________________________________
______________________________________________________________________
Notes for GoldED+ 1.1.4.7, November xx 2000
Notes for GoldED+ 1.1.5, December xx 2000
______________________________________________________________________
- Fixed incorrect filenames displaying in /w32 version.
- Fixed crash of Win32 version when output/input redirected to/from
file.
- Fixed case sensivity in macro expansion.
- Fixed insertion of extra space before Origin line if entry is taken
from file.
______________________________________________________________________
Notes for GoldED+ 1.1.4.7, December 02 2000
______________________________________________________________________
- It is now possible to use filepicker if there's very long filenames.