Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Fcall_process): Handle t or nil as STDERR_FILE. | Richard M. Stallman | 1996-06-16 | 1 | -2/+10 |
| | |||||
* | (w32_read_socket): Erase update rect on WM_PAINT, so | Richard M. Stallman | 1996-06-14 | 1 | -1/+6 |
| | | | | no need to process WM_ERASEBKGND. | ||||
* | (win32_wnd_proc): No need to forward WM_ERASEBKGND to main thread. | Richard M. Stallman | 1996-06-14 | 1 | -0/+5 |
| | |||||
* | (Qmenu_alias): New variable. | Richard M. Stallman | 1996-06-13 | 1 | -1/+7 |
| | | | | | (syms_of_xmenu): Initialize it. (menu_item_equiv_key): Check this property on the definition. | ||||
* | (Fexpand_file_name): When simplifying /foo/.., keep the initial slash. | Richard M. Stallman | 1996-06-13 | 1 | -0/+2 |
| | |||||
* | (LIBS_SYSTEM): Two new definitions (and #undef first). | Richard M. Stallman | 1996-06-13 | 1 | -0/+9 |
| | |||||
* | Initial revision | Richard M. Stallman | 1996-06-13 | 1 | -0/+12 |
| | |||||
* | (main): For SIGHUP, use sigblock and sigunblock, | Richard M. Stallman | 1996-06-12 | 1 | -2/+2 |
| | | | | not sigblockx and sigunblockx. | ||||
* | (Fset_keymap_parent): Return early if KEYMAP already has the proper parent. | Richard M. Stallman | 1996-06-12 | 1 | -0/+5 |
| | |||||
* | (Fkill_buffer): Doc fix. | Richard M. Stallman | 1996-06-12 | 1 | -1/+1 |
| | |||||
* | (restrict_dos_process): Variable deleted. | Richard M. Stallman | 1996-06-12 | 1 | -6/+3 |
| | | | | (sys_spawnve): Restrict DOS processes on NT as well. | ||||
* | Delete restrict_dos_process. | Richard M. Stallman | 1996-06-12 | 1 | -7/+5 |
| | |||||
* | Comment change. | Richard M. Stallman | 1996-06-12 | 1 | -2/+2 |
| | |||||
* | (restrict_dos_process): Renamed from can_run_dos_process. | Richard M. Stallman | 1996-06-12 | 1 | -4/+5 |
| | | | | (sys_spawnve): Refer to restrict_dos_process. | ||||
* | (restrict_dos_process): Renamed from can_run_dos_process. | Richard M. Stallman | 1996-06-12 | 1 | -3/+14 |
| | | | | (init_ntproc): Refer to restrict_dos_process. | ||||
* | (sigunblockx): Use sigunblock. | Richard M. Stallman | 1996-06-12 | 1 | -1/+1 |
| | |||||
* | (read_char): Use unsigned to compare against | Richard M. Stallman | 1996-06-12 | 1 | -3/+4 |
| | | | | | the size of Vkeyboard_translate_table. Check size for char-table too. | ||||
* | Comment change. | Richard M. Stallman | 1996-06-11 | 1 | -0/+2 |
| | |||||
* | (wait_reading_process_input): Move the O_NONBLOCK and | Richard M. Stallman | 1996-06-11 | 1 | -2/+1 |
| | | | | O_NDELAY conditionals out of the EWOULDBLOCK conditional. | ||||
* | [__ELF__] (LD_SWITCH_SYSTEM): Define it. | Richard M. Stallman | 1996-06-11 | 1 | -0/+13 |
| | |||||
* | Whitespace changes. | Richard M. Stallman | 1996-06-10 | 1 | -2/+2 |
| | |||||
* | (change_frame_size, remake_frame_glyphs): Use FRAME_WINDOW_P. | Richard M. Stallman | 1996-06-10 | 1 | -4/+3 |
| | |||||
* | (Fredraw_frame, remake_frame_glyphs) | Richard M. Stallman | 1996-06-10 | 1 | -7/+9 |
| | | | | (direct_output_for_insert, change_frame_size): Support MSDOS frames. | ||||
* | (Fset_mouse_position): Remove the DOS-specific | Richard M. Stallman | 1996-06-10 | 1 | -13/+0 |
| | | | | | definition (it's defined on `frame.c'). (syms_of_dosfns): Remove defsubr of `Fset_mouse_position'. | ||||
* | (Fmake_terminal_frame): Test MSDOS, not __MSDOS__. | Richard M. Stallman | 1996-06-10 | 1 | -1/+1 |
| | |||||
* | (Fset_mouse_position): Remove the DOS-specific | Richard M. Stallman | 1996-06-10 | 1 | -1/+53 |
| | | | | | definition (it's defined on `frame.c'). (syms_of_dosfns): Remove defsubr of `Fset_mouse_position'. | ||||
* | (FRAME_MSDOS_P): A new macro for MSDOS frames. | Richard M. Stallman | 1996-06-10 | 1 | -0/+2 |
| | |||||
* | (choose_minibuf_frame): Eliminate MSDOS-non-MULTI_FRAME conditional. | Richard M. Stallman | 1996-06-10 | 1 | -4/+0 |
| | |||||
* | (choose_minibuf_frame): Support multiple frames on MSDOS. | Richard M. Stallman | 1996-06-10 | 1 | -1/+1 |
| | |||||
* | (check_x): Fix error message. | Richard M. Stallman | 1996-06-10 | 1 | -27/+72 |
| | | | | | | | | | | | (x_set_menu_bar_lines): New function, copied from xfns.c. (IT_set_frame_parameters): Use selected_frame instead of the_only_frame. (internal_terminal_init): Use selected_frame instead of the_only_frame. (check_x): New function, replacing macro in msdos.h. (XMenuActivate): Use selected_frame instead of the_only_frame. Don't let the title for the "Buffers" popup include a number when it is split into several menus. | ||||
* | (check_x): Macro definition deleted. | Richard M. Stallman | 1996-06-10 | 1 | -5/+2 |
| | | | | | | (DisplayWidth): Use `selected_frame'. (DisplayHeight): Use `selected_frame'. (x_mouse_leave): Remove; it's not used. | ||||
* | Whitespace and #if 0 code changes. | Richard M. Stallman | 1996-06-10 | 1 | -3/+3 |
| | |||||
* | (Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: Call | Richard M. Stallman | 1996-06-10 | 1 | -3/+3 |
| | | | | `x_set_menu_bar_lines' on MSDOS as well. | ||||
* | (init_frame_faces): Build faces for an MSDOS frame like for X frame. | Richard M. Stallman | 1996-06-10 | 1 | -3/+3 |
| | | | | | (Fmake_face_internal): Call `ensure_face_ready' for MSDOS frames. (Fset_face_attribute_internal): Support face attributes for MSDOS frames. | ||||
* | (redisplay_internal): Use FRAME_WINDOW_P. | Richard M. Stallman | 1996-06-10 | 1 | -8/+5 |
| | | | | (decode_mode_spec): Likewise. | ||||
* | (redisplay_internal): Use `Vterminal_frame' and other | Richard M. Stallman | 1996-06-10 | 1 | -6/+9 |
| | | | | | | termcap frame code on MSDOS as well. (display_text_line) [HAVE_FACES]: Support faces on MSDOS. (decode_mode_spec): Return frame name on MSDOS like for termcap frames. | ||||
* | (x_to_win32_font): Allow any quality fonts. | Richard M. Stallman | 1996-06-10 | 1 | -1/+1 |
| | |||||
* | (mark_object): Do set ARRAY_MARK_FLAG for bool-vectors. | Richard M. Stallman | 1996-06-10 | 1 | -1/+7 |
| | |||||
* | (fix_submap_inheritance): If parent_entry is not a keymap, use nil instead. | Richard M. Stallman | 1996-06-10 | 1 | -0/+5 |
| | |||||
* | (sync_modifiers): New function. | Richard M. Stallman | 1996-06-10 | 1 | -0/+20 |
| | | | | (w32_wnd_proc): Synchronize modifiers on each key down. | ||||
* | (XTread_socket): Use XtAppNextEvent when using toolkit configurations. | Richard M. Stallman | 1996-06-10 | 1 | -0/+5 |
| | |||||
* | (create_process): Add DONT_OPEN_PTY conditional. | Richard M. Stallman | 1996-06-09 | 1 | -2/+3 |
| | |||||
* | (DONT_REOPEN_PTY): New definition. | Richard M. Stallman | 1996-06-09 | 1 | -0/+5 |
| | |||||
* | (init_environment): Read PRELOAD_WINSOCK from registry if | Richard M. Stallman | 1996-06-08 | 1 | -28/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | not set in environment. (winsock_inuse) [HAVE_SOCKETS]: New variable. (have_winsock) [HAVE_SOCKETS]: Obsolete variable removed. (term_winsock) [HAVE_SOCKETS]: Only unload winsock library if there are no active sockets still open, and if the cleanup function succeeds. Return TRUE if winsock is unloaded. (init_winsock) [HAVE_SOCKETS]: Load winsock if not already loaded, and return TRUE if winsock support is available. Unload winsock immediately if new parameter load_now is false. Check that WSAStartup supports the winsock version we requested. (set_errno, check_errno, sys_socket, sys_bind, sys_connect, sys_htons, sys_ntohs, sys_inet_addr, sys_gethostname, sys_gethostbyname, sys_getservbyname, sys_close, sys_read, sys_write) [HAVE_SOCKETS]: Check winsock_lib instead of have_winsock to determine if winsock support is available. (sys_socket, sys_close) [HAVE_SOCKETS]: Count sockets in use. (init_ntproc) [HAVE_SOCKETS]: Only load winsock library on startup if PRELOAD_WINSOCK is set in environment (or registry). | ||||
* | (Fwin32_has_winsock, Fwin32_unload_winsock) [HAVE_SOCKETS]: New functions. | Richard M. Stallman | 1996-06-08 | 1 | -0/+73 |
| | | | | (syms_of_ntproc) [HAVE_SOCKETS]: defsubr them. | ||||
* | (Fopen_network_stream)[WINDOWSNT]: Ensure Windows | Richard M. Stallman | 1996-06-08 | 1 | -0/+5 |
| | | | | socket library is loaded if available. | ||||
* | (sys_mktemp): Complete rewrite. | Richard M. Stallman | 1996-06-07 | 1 | -1/+45 |
| | |||||
* | (sys_kill): Don't try to terminate a DOS process. | Richard M. Stallman | 1996-06-07 | 1 | -3/+5 |
| | |||||
* | (Fkeymap_parent, Fset_keymap_parent): New functions. | Richard M. Stallman | 1996-06-06 | 1 | -0/+144 |
| | | | | | (fix_submap_inheritance): New function. (access_keymap): Use fix_submap_inheritance. | ||||
* | (Ffile_name_directory) [WINDOWSNT]: Remove previous | Richard M. Stallman | 1996-06-06 | 1 | -6/+0 |
| | | | | change, which was incorrect and isn't strictly required. |