diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 356d0b7bbf5..d17191df9d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr> | 1 | 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr> |
| 2 | 2 | ||
| 3 | * w32term.c (w32_initialize): Use LCID and LOWORD. | ||
| 4 | |||
| 5 | * w32proc.c (create_child): Use pid_t for 5th argument. | ||
| 6 | (IsValidLocale): Don't provide prototype for MinGW64. | ||
| 7 | (Fw32_get_valid_keyboard_layouts, Fw32_get_keyboard_layout) | ||
| 8 | (Fw32_set_keyboard_layout): Use HKL and HIWORD/LOWORD. | ||
| 9 | |||
| 10 | * w32heap.c (allocate_heap) [_WIN64]: Use "ull", not "i64", which | ||
| 11 | MinGW64 doesn't support. | ||
| 12 | |||
| 13 | * lisp.h (EMACS_INT) [_WIN64]: Define for the MinGW64 build. | ||
| 14 | |||
| 3 | * w32.c (set_named_security_info): New function. | 15 | * w32.c (set_named_security_info): New function. |
| 4 | (acl_set_file): Fall back on set_named_security_info if | 16 | (acl_set_file): Fall back on set_named_security_info if |
| 5 | set_file_security fails. | 17 | set_file_security fails. |