diff options
Diffstat (limited to 'src/ChangeLog.7')
| -rw-r--r-- | src/ChangeLog.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 0952826e8c6..ce240ab2928 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -2070,7 +2070,7 @@ | |||
| 2070 | (sys_select): Ignore children dead children with pending input. | 2070 | (sys_select): Ignore children dead children with pending input. |
| 2071 | Delay sending SIGCHLD until all output has been read. | 2071 | Delay sending SIGCHLD until all output has been read. |
| 2072 | (sys_kill): Sleep to allow focus change events to propagate. | 2072 | (sys_kill): Sleep to allow focus change events to propagate. |
| 2073 | Use TerminateProcess on Win95. | 2073 | Use TerminateProcess on Windows 95. |
| 2074 | (int_from_hex, enum_locale_fn, Fw32_get_valid_locale_ids): | 2074 | (int_from_hex, enum_locale_fn, Fw32_get_valid_locale_ids): |
| 2075 | New functions. | 2075 | New functions. |
| 2076 | (Vw32_valid_locale_ids): New variable. | 2076 | (Vw32_valid_locale_ids): New variable. |
| @@ -5719,13 +5719,13 @@ | |||
| 5719 | Loop over handles round robin to ensure fairness. | 5719 | Loop over handles round robin to ensure fairness. |
| 5720 | (sys_kill): Send ctrl-break and ctrl-c keystrokes to subprocesses | 5720 | (sys_kill): Send ctrl-break and ctrl-c keystrokes to subprocesses |
| 5721 | on SIGINT if not sharing consoles, otherwise generate ctrl-break event. | 5721 | on SIGINT if not sharing consoles, otherwise generate ctrl-break event. |
| 5722 | On other termination signals, send WM_QUIT message to Win95 apps | 5722 | On other termination signals, send WM_QUIT message to Windows 95 apps |
| 5723 | and WM_CLOSE to NT apps. | 5723 | and WM_CLOSE to NT apps. |
| 5724 | (syms_of_ntproc): Intern new symbols. defsubr new functions. | 5724 | (syms_of_ntproc): Intern new symbols. defsubr new functions. |
| 5725 | DEFVAR new variables. | 5725 | DEFVAR new variables. |
| 5726 | 5726 | ||
| 5727 | * w32term.c (SIF_*): Win95 macros defined for NT. | 5727 | * w32term.c (SIF_*): Windows 95 macros defined for NT. |
| 5728 | (struct tagSCROLLINFO): Win95 struct defined for NT. | 5728 | (struct tagSCROLLINFO): Windows 95 struct defined for NT. |
| 5729 | (vertical_scroll_bar_min_handle, vertical_scroll_bar_top_border) | 5729 | (vertical_scroll_bar_min_handle, vertical_scroll_bar_top_border) |
| 5730 | (vertical_scroll_bar_bottom_border, last_scroll_bar_drag_pos) | 5730 | (vertical_scroll_bar_bottom_border, last_scroll_bar_drag_pos) |
| 5731 | (Vw32_gab_focus_on_raise, Vw32_capslock_is_shiftlock): | 5731 | (Vw32_gab_focus_on_raise, Vw32_capslock_is_shiftlock): |