aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (HAVE_GETPAGESIZE): Definition deleted.Richard M. Stallman1994-10-263-10/+0
* (HAVE_GETPAGESIZE): Add #undef.Richard M. Stallman1994-10-261-1/+1
* (re_comp, re_exec): Define this obsolete 4.2bsdPaul Eggert1994-10-262-3/+5
* (set_frame_size): Set app_shell and wmshell the same.Richard M. Stallman1994-10-261-2/+2
* (status_message): Add a cast.Richard M. Stallman1994-10-261-2/+4
* (x_catch_errors, x_check_errors, x_had_errors_p)Richard M. Stallman1994-10-261-854/+918
* (x_window): Pass new arg f to hack_wm_protocols.Richard M. Stallman1994-10-261-10/+10
* (syms_of_window): Fix missing \n\'s.Karl Heuer1994-10-261-2/+2
* (x_own_selection, x_get_foreign_selection): Change callsRichard M. Stallman1994-10-261-6/+6
* Comment changes.Richard M. Stallman1994-10-261-5/+4
* (list_processes_1): Print tty name.Karl Heuer1994-10-261-2/+9
* (Vtemp_buffer_show_function): Doc fix.Richard M. Stallman1994-10-251-0/+1
* (Brk): Declare as unsigned long.Richard M. Stallman1994-10-251-24/+32
* Delete X10 code.Richard M. Stallman1994-10-251-16/+81
* (Fx_selection_exists_p): Fix backwards if.Richard M. Stallman1994-10-251-1/+1
* (Fx_create_frame): Don't increment refernce_countRichard M. Stallman1994-10-251-235/+324
* (record_char): New subroutine.Richard M. Stallman1994-10-251-35/+79
* Never use input_fd if using X.Richard M. Stallman1994-10-251-17/+42
* Handle multiple keyboard input descriptors.Richard M. Stallman1994-10-251-26/+86
* (insert_from_buffer_1): Don't use min.Richard M. Stallman1994-10-251-1/+3
* (decode_mode_spec): New spec %c, for current column.Karl Heuer1994-10-251-0/+4
* (Fx_selection_exists_p): If selected_frame isn't an x frame, return nil.Richard M. Stallman1994-10-241-1/+4
* (unload_color): Pass arg f to WHITE_PIX_DEFAULT and BLACK_PIX_DEFAULT.Richard M. Stallman1994-10-231-2/+2
* Use XFlush, not XFlushQueue, throughout.Richard M. Stallman1994-10-231-81/+81
* (kbd_buffer_get_event): Cope if mouse_position_hook does not store anything.Richard M. Stallman1994-10-231-2/+6
* (struct heap): New fields first_bloc, last_bloc.Richard M. Stallman1994-10-231-16/+114
* (calculate_costs): Call x_screen_planes.Richard M. Stallman1994-10-221-5/+2
* (Finsert_buffer_substring): Use insert_from_buffer instead of insert.Karl Heuer1994-10-221-29/+5
* (insert_from_buffer, insert_from_buffer_1): New functions.Karl Heuer1994-10-221-2/+74
* (struct x_display_info): Struct renamed from x_screen.Richard M. Stallman1994-10-221-172/+112
* Use FRAME_X_DISPLAY instead of x_current_display and XDISPLAY.Richard M. Stallman1994-10-221-325/+407
* (x_sync): Take frame ptr as arg.Richard M. Stallman1994-10-221-393/+426
* (read_avail_input): Use input_fd.Richard M. Stallman1994-10-221-6/+8
* (input_fd): No longer static.Richard M. Stallman1994-10-221-4/+3
* (Fframe_or_buffer_changed_p):Richard M. Stallman1994-10-221-1/+8
* (xmenu_show): Get the screen number for DisplayHeightRichard M. Stallman1994-10-221-3/+3
* (other_visible_frames): Pass a frame ptr to x_sync.Richard M. Stallman1994-10-221-1/+1
* (insert_before_markers): Don't inherit; insert_before_markers_and_inherit doesKarl Heuer1994-10-221-1/+1
* (list_buffers_1): Always mark current_buffer read-only.Richard M. Stallman1994-10-201-1/+5
* (LD_SWITCH_MACHINE): Defined.Richard M. Stallman1994-10-201-0/+3
* (read_minibuf): Fix comment.Karl Heuer1994-10-201-2/+1
* (Fdisplay_buffer): Make old_selected_window a Lisp_Object.Karl Heuer1994-10-201-2/+3
* (xdialog_show, xmenu_show): Use grabbed field instead of x_mouse_grabbed.Richard M. Stallman1994-10-201-6/+4
* (do_mouse_tracking): Now a FRAME_PTR.Richard M. Stallman1994-10-201-12/+13
* Log omitted from previous checkin:Richard M. Stallman1994-10-201-1/+1
* (x_get_foreign_selection): Get display fromRichard M. Stallman1994-10-201-23/+39
* (read_minibuf): Undo previous change.Richard M. Stallman1994-10-201-17/+19
* (Fdisplay_buffer): If the other window is smallerRichard M. Stallman1994-10-201-0/+20
* (child_setup): Always use _exit.Richard M. Stallman1994-10-191-1/+1
* Use FRAME_X_DISPLAY, not XDISPLAY or x_current_display.Richard M. Stallman1994-10-191-18/+32