summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (Fcall_process): Handle t or nil as STDERR_FILE.Richard M. Stallman1996-06-161-2/+10
|
* (w32_read_socket): Erase update rect on WM_PAINT, soRichard M. Stallman1996-06-141-1/+6
| | | | no need to process WM_ERASEBKGND.
* (win32_wnd_proc): No need to forward WM_ERASEBKGND to main thread.Richard M. Stallman1996-06-141-0/+5
|
* (Qmenu_alias): New variable.Richard M. Stallman1996-06-131-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. Stallman1996-06-131-0/+2
|
* (LIBS_SYSTEM): Two new definitions (and #undef first).Richard M. Stallman1996-06-131-0/+9
|
* Initial revisionRichard M. Stallman1996-06-131-0/+12
|
* (main): For SIGHUP, use sigblock and sigunblock,Richard M. Stallman1996-06-121-2/+2
| | | | not sigblockx and sigunblockx.
* (Fset_keymap_parent): Return early if KEYMAP already has the proper parent.Richard M. Stallman1996-06-121-0/+5
|
* (Fkill_buffer): Doc fix.Richard M. Stallman1996-06-121-1/+1
|
* (restrict_dos_process): Variable deleted.Richard M. Stallman1996-06-121-6/+3
| | | | (sys_spawnve): Restrict DOS processes on NT as well.
* Delete restrict_dos_process.Richard M. Stallman1996-06-121-7/+5
|
* Comment change.Richard M. Stallman1996-06-121-2/+2
|
* (restrict_dos_process): Renamed from can_run_dos_process.Richard M. Stallman1996-06-121-4/+5
| | | | (sys_spawnve): Refer to restrict_dos_process.
* (restrict_dos_process): Renamed from can_run_dos_process.Richard M. Stallman1996-06-121-3/+14
| | | | (init_ntproc): Refer to restrict_dos_process.
* (sigunblockx): Use sigunblock.Richard M. Stallman1996-06-121-1/+1
|
* (read_char): Use unsigned to compare againstRichard M. Stallman1996-06-121-3/+4
| | | | | the size of Vkeyboard_translate_table. Check size for char-table too.
* Comment change.Richard M. Stallman1996-06-111-0/+2
|
* (wait_reading_process_input): Move the O_NONBLOCK andRichard M. Stallman1996-06-111-2/+1
| | | | O_NDELAY conditionals out of the EWOULDBLOCK conditional.
* [__ELF__] (LD_SWITCH_SYSTEM): Define it.Richard M. Stallman1996-06-111-0/+13
|
* Whitespace changes.Richard M. Stallman1996-06-101-2/+2
|
* (change_frame_size, remake_frame_glyphs): Use FRAME_WINDOW_P.Richard M. Stallman1996-06-101-4/+3
|
* (Fredraw_frame, remake_frame_glyphs)Richard M. Stallman1996-06-101-7/+9
| | | | (direct_output_for_insert, change_frame_size): Support MSDOS frames.
* (Fset_mouse_position): Remove the DOS-specificRichard M. Stallman1996-06-101-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. Stallman1996-06-101-1/+1
|
* (Fset_mouse_position): Remove the DOS-specificRichard M. Stallman1996-06-101-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. Stallman1996-06-101-0/+2
|
* (choose_minibuf_frame): Eliminate MSDOS-non-MULTI_FRAME conditional.Richard M. Stallman1996-06-101-4/+0
|
* (choose_minibuf_frame): Support multiple frames on MSDOS.Richard M. Stallman1996-06-101-1/+1
|
* (check_x): Fix error message.Richard M. Stallman1996-06-101-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. Stallman1996-06-101-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. Stallman1996-06-101-3/+3
|
* (Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: CallRichard M. Stallman1996-06-101-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. Stallman1996-06-101-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. Stallman1996-06-101-8/+5
| | | | (decode_mode_spec): Likewise.
* (redisplay_internal): Use `Vterminal_frame' and otherRichard M. Stallman1996-06-101-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. Stallman1996-06-101-1/+1
|
* (mark_object): Do set ARRAY_MARK_FLAG for bool-vectors.Richard M. Stallman1996-06-101-1/+7
|
* (fix_submap_inheritance): If parent_entry is not a keymap, use nil instead.Richard M. Stallman1996-06-101-0/+5
|
* (sync_modifiers): New function.Richard M. Stallman1996-06-101-0/+20
| | | | (w32_wnd_proc): Synchronize modifiers on each key down.
* (XTread_socket): Use XtAppNextEvent when using toolkit configurations.Richard M. Stallman1996-06-101-0/+5
|
* (create_process): Add DONT_OPEN_PTY conditional.Richard M. Stallman1996-06-091-2/+3
|
* (DONT_REOPEN_PTY): New definition.Richard M. Stallman1996-06-091-0/+5
|
* (init_environment): Read PRELOAD_WINSOCK from registry ifRichard M. Stallman1996-06-081-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. Stallman1996-06-081-0/+73
| | | | (syms_of_ntproc) [HAVE_SOCKETS]: defsubr them.
* (Fopen_network_stream)[WINDOWSNT]: Ensure WindowsRichard M. Stallman1996-06-081-0/+5
| | | | socket library is loaded if available.
* (sys_mktemp): Complete rewrite.Richard M. Stallman1996-06-071-1/+45
|
* (sys_kill): Don't try to terminate a DOS process.Richard M. Stallman1996-06-071-3/+5
|
* (Fkeymap_parent, Fset_keymap_parent): New functions.Richard M. Stallman1996-06-061-0/+144
| | | | | (fix_submap_inheritance): New function. (access_keymap): Use fix_submap_inheritance.
* (Ffile_name_directory) [WINDOWSNT]: Remove previousRichard M. Stallman1996-06-061-6/+0
| | | | change, which was incorrect and isn't strictly required.