diff options
Diffstat (limited to 'src/ChangeLog.6')
| -rw-r--r-- | src/ChangeLog.6 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index af97d0de7b4..74141f6813a 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -718,7 +718,7 @@ | |||
| 718 | (init_ntproc) [HAVE_SOCKETS]: Only load winsock library on startup | 718 | (init_ntproc) [HAVE_SOCKETS]: Only load winsock library on startup |
| 719 | if PRELOAD_WINSOCK is set in environment (or registry). | 719 | if PRELOAD_WINSOCK is set in environment (or registry). |
| 720 | 720 | ||
| 721 | * ntproc.c (Fwin32_has_winsock, Fwin32_unload_winsock) | 721 | * ntproc.c (Fwin32_has_winsock, Fwin32_unload_winsock) |
| 722 | [HAVE_SOCKETS]: New functions. | 722 | [HAVE_SOCKETS]: New functions. |
| 723 | (syms_of_ntproc) [HAVE_SOCKETS]: defsubr them. | 723 | (syms_of_ntproc) [HAVE_SOCKETS]: defsubr them. |
| 724 | 724 | ||
| @@ -845,7 +845,7 @@ | |||
| 845 | (timer_id): Renamed to mouse_button_timer. | 845 | (timer_id): Renamed to mouse_button_timer. |
| 846 | (saved_mouse_move_msg, mouse_move_timer): New variables. | 846 | (saved_mouse_move_msg, mouse_move_timer): New variables. |
| 847 | (win_msg_worker): Delete WM_TIMER code. | 847 | (win_msg_worker): Delete WM_TIMER code. |
| 848 | (win32_wnd_proc): Handle WM_TIMER events here. Use separate timers | 848 | (win32_wnd_proc): Handle WM_TIMER events here. Use separate timers |
| 849 | for mouse down and mouse move (including scroll bar drag) events. | 849 | for mouse down and mouse move (including scroll bar drag) events. |
| 850 | Add new handling code for WM_VSCROLL and WM_MOUSEMOVE events. | 850 | Add new handling code for WM_VSCROLL and WM_MOUSEMOVE events. |
| 851 | Only filter WM_MOUSEMOVE events when a button is held down. | 851 | Only filter WM_MOUSEMOVE events when a button is held down. |
| @@ -1100,17 +1100,17 @@ | |||
| 1100 | 1100 | ||
| 1101 | (nt_sleep): Renamed to sys_sleep. | 1101 | (nt_sleep): Renamed to sys_sleep. |
| 1102 | 1102 | ||
| 1103 | (rename): Renamed to sys_rename. Always rename to a temporary name | 1103 | (rename): Renamed to sys_rename. Always rename to a temporary name |
| 1104 | first on Windows 95. Unlink new name first if necessary. | 1104 | first on Windows 95. Unlink new name first if necessary. |
| 1105 | 1105 | ||
| 1106 | (dir_finding): Variable deleted. | 1106 | (dir_finding): Variable deleted. |
| 1107 | (dir_is_fat, dir_pathname): New variables. | 1107 | (dir_is_fat, dir_pathname): New variables. |
| 1108 | 1108 | ||
| 1109 | (openddir): Fail if dir_find_handle is in use. Save directory name | 1109 | (openddir): Fail if dir_find_handle is in use. Save directory name |
| 1110 | in dir_pathname, and set dir_is_fat appropriately. | 1110 | in dir_pathname, and set dir_is_fat appropriately. |
| 1111 | (closedir, readdir): Use dir_find_handle in place of dir_finding. | 1111 | (closedir, readdir): Use dir_find_handle in place of dir_finding. |
| 1112 | (readdir): Copy directory name from dir_pathname on first | 1112 | (readdir): Copy directory name from dir_pathname on first |
| 1113 | call. Use IS_DIRECTORY_SEP instead of IS_ANY_SEP. Force filename | 1113 | call. Use IS_DIRECTORY_SEP instead of IS_ANY_SEP. Force filename |
| 1114 | to be lower case on FAT volumes. | 1114 | to be lower case on FAT volumes. |
| 1115 | 1115 | ||
| 1116 | (getpwuid): Move struct passwd initialization to init_user_info, | 1116 | (getpwuid): Move struct passwd initialization to init_user_info, |
| @@ -1141,7 +1141,7 @@ | |||
| 1141 | (get_emacs_configuration): Detect Windows flavor (Windows 95 or | 1141 | (get_emacs_configuration): Detect Windows flavor (Windows 95 or |
| 1142 | NT) at run-time. Change OS name for Windows 95 to be "win95". | 1142 | NT) at run-time. Change OS name for Windows 95 to be "win95". |
| 1143 | 1143 | ||
| 1144 | (fd_info): New variable. Array of extra info for file descriptors | 1144 | (fd_info): New variable. Array of extra info for file descriptors |
| 1145 | needed for pipe/socket support. | 1145 | needed for pipe/socket support. |
| 1146 | 1146 | ||
| 1147 | (utc_base_ft, utc_base, init): New internal variables used for | 1147 | (utc_base_ft, utc_base, init): New internal variables used for |
| @@ -1206,7 +1206,7 @@ | |||
| 1206 | * ntinevt.c (win32_kdb_patch_key): Initialize isdead. | 1206 | * ntinevt.c (win32_kdb_patch_key): Initialize isdead. |
| 1207 | (key_event) [HAVE_NTGUI]: Use Windows key code. | 1207 | (key_event) [HAVE_NTGUI]: Use Windows key code. |
| 1208 | 1208 | ||
| 1209 | * ntproc.c: Include config.h after CRT headers. Include fcntl.h. | 1209 | * ntproc.c: Include config.h after CRT headers. Include fcntl.h. |
| 1210 | (child_process, MAX_CHILDREN, CHILD_ACTIVE): Moved to nt.h. | 1210 | (child_process, MAX_CHILDREN, CHILD_ACTIVE): Moved to nt.h. |
| 1211 | (DebugPrint): New macro. | 1211 | (DebugPrint): New macro. |
| 1212 | (new_child): Create input event structures for child processes. | 1212 | (new_child): Create input event structures for child processes. |
| @@ -2580,7 +2580,7 @@ | |||
| 2580 | (win32_fill_rect, dumpglyphs, do_line_dance, x_draw_box): | 2580 | (win32_fill_rect, dumpglyphs, do_line_dance, x_draw_box): |
| 2581 | Use Get/ReleaseFrameDC. | 2581 | Use Get/ReleaseFrameDC. |
| 2582 | (win32_update_begin): Regenerate palette if required. | 2582 | (win32_update_begin): Regenerate palette if required. |
| 2583 | (w32_read_socket): Use FALSE. Handle WM_PALETTECHANGED. | 2583 | (w32_read_socket): Use FALSE. Handle WM_PALETTECHANGED. |
| 2584 | (win32_term_init): Use GetDC directly. | 2584 | (win32_term_init): Use GetDC directly. |
| 2585 | Enable palette in display structure. | 2585 | Enable palette in display structure. |
| 2586 | Predefine white and black. | 2586 | Predefine white and black. |
| @@ -4501,7 +4501,7 @@ | |||
| 4501 | * msdos.c (putchar): Call internal_flush instead of _flsbuf. | 4501 | * msdos.c (putchar): Call internal_flush instead of _flsbuf. |
| 4502 | (DO_TERMSCRIPT): New macro to support open-termscript. | 4502 | (DO_TERMSCRIPT): New macro to support open-termscript. |
| 4503 | (internal_flush): Corrected handling of flush in middle of | 4503 | (internal_flush): Corrected handling of flush in middle of |
| 4504 | escape sequences. Handle screen width > 127. | 4504 | escape sequences. Handle screen width > 127. |
| 4505 | (flush_escape): New function for use by internal_flush. | 4505 | (flush_escape): New function for use by internal_flush. |
| 4506 | (sys_select): New MS-DOS specific version with us timing. | 4506 | (sys_select): New MS-DOS specific version with us timing. |
| 4507 | (EMACSCOLORS): New environment variable. | 4507 | (EMACSCOLORS): New environment variable. |