summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* (Qmenu_alias): New variable.Richard M. Stallman1996-06-131-1/+7
* (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
* (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
* 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
* (restrict_dos_process): Renamed from can_run_dos_process.Richard M. Stallman1996-06-121-3/+14
* (sigunblockx): Use sigunblock.Richard M. Stallman1996-06-121-1/+1
* (read_char): Use unsigned to compare againstRichard M. Stallman1996-06-121-3/+4
* Comment change.Richard M. Stallman1996-06-111-0/+2
* (wait_reading_process_input): Move the O_NONBLOCK andRichard M. Stallman1996-06-111-2/+1
* [__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
* (Fset_mouse_position): Remove the DOS-specificRichard M. Stallman1996-06-101-13/+0
* (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
* (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
* (check_x): Macro definition deleted.Richard M. Stallman1996-06-101-5/+2
* 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
* (init_frame_faces): Build faces for an MSDOS frame like for X frame.Richard M. Stallman1996-06-101-3/+3
* (redisplay_internal): Use FRAME_WINDOW_P.Richard M. Stallman1996-06-101-8/+5
* (redisplay_internal): Use `Vterminal_frame' and otherRichard M. Stallman1996-06-101-6/+9
* (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
* (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
* (Fwin32_has_winsock, Fwin32_unload_winsock) [HAVE_SOCKETS]: New functions.Richard M. Stallman1996-06-081-0/+73
* (Fopen_network_stream)[WINDOWSNT]: Ensure WindowsRichard M. Stallman1996-06-081-0/+5
* (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
* (Ffile_name_directory) [WINDOWSNT]: Remove previousRichard M. Stallman1996-06-061-6/+0
* (init_winsock): Dynamically link to SetHandleInformation.Richard M. Stallman1996-06-061-11/+34
* (bright_bg): New function, enables bright background colors.Richard M. Stallman1996-06-061-8/+32
* (Fset_face_attribute_internal) [MSDOS]: Don't maskRichard M. Stallman1996-06-061-3/+0