diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8a7dfae4864..e19b6d8781d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2014-02-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (pMultiByteToWideChar, pWideCharToMultiByte): New | ||
| 4 | variables: pointers through which to call the respective APIs. | ||
| 5 | (filename_to_utf16, filename_from_utf16, filename_to_ansi) | ||
| 6 | (filename_from_ansi, sys_link, check_windows_init_file): Call | ||
| 7 | MultiByteToWideChar and WideCharToMultiByte through pointers. | ||
| 8 | This is required on Windows 9X, where we dynamically load | ||
| 9 | UNICOWS.DLL which has their non-stub implementations. | ||
| 10 | (maybe_load_unicows_dll): Assign addresses to these 2 function | ||
| 11 | pointers after loading UNICOWS.DLL. | ||
| 12 | |||
| 13 | * w32fns.c (Fx_file_dialog, Fw32_shell_execute) [!CYGWIN]: Call | ||
| 14 | MultiByteToWideChar and WideCharToMultiByte through function | ||
| 15 | pointers. | ||
| 16 | |||
| 17 | * w32.h (pMultiByteToWideChar, pWideCharToMultiByte): New | ||
| 18 | declarations. | ||
| 19 | |||
| 1 | 2014-02-06 Jan Djärv <jan.h.d@swipnet.se> | 20 | 2014-02-06 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 21 | ||
| 3 | * nsterm.m (toggleFullScreen:): Hide menubar on secondary monitor | 22 | * nsterm.m (toggleFullScreen:): Hide menubar on secondary monitor |