diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6c52ad45be2..c87b7e8b8e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-02-01 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-02-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32fns.c (Ffile_system_info): Use WINAPI in the function | ||
| 4 | pointers that get the address of GetDiskFreeSpaceEx. (Bug#16615) | ||
| 5 | |||
| 3 | * print.c (Fexternal_debugging_output): If the argument character | 6 | * print.c (Fexternal_debugging_output): If the argument character |
| 4 | is non-ASCII, encode it with the current locale's encoding before | 7 | is non-ASCII, encode it with the current locale's encoding before |
| 5 | writing the result to the terminal. (Bug#16448) | 8 | writing the result to the terminal. (Bug#16448) |