| Commit message (Expand) | Author | Age | Files | Lines |
| * | (read_avail_input): Fix Lisp_Object vs. int problem. | Karl Heuer | 1994-10-29 | 1 | -2/+2 |
| * | (Fx_create_frame): Set xlwmenu_default_font. | Richard M. Stallman | 1994-10-29 | 1 | -10/+14 |
| * | (x_delete_display): Call XrmDestroyDatabase. | Richard M. Stallman | 1994-10-29 | 1 | -106/+50 |
| * | (LD_SWITCH_SYSTEM): Definitions deleted. | Richard M. Stallman | 1994-10-28 | 1 | -5/+8 |
| * | (LD_SWITCH_MACHINE): New definition. | Richard M. Stallman | 1994-10-28 | 1 | -0/+4 |
| * | (Fset_buffer_major_mode): New function. Set the default major mode here. | Karl Heuer | 1994-10-27 | 1 | -24/+41 |
| * | (keys_of_frame): Bind the new events to 'ignore, since the window manager has | Karl Heuer | 1994-10-27 | 1 | -0/+2 |
| * | (kbd_buffer_get_event): Translate them to lispy events. | Karl Heuer | 1994-10-27 | 1 | -1/+19 |
| * | (iconify_event, deiconify_event): New events. | Karl Heuer | 1994-10-27 | 1 | -1/+3 |
| * | (set_frame_menubar): Don't copy string during GC risk. | Karl Heuer | 1994-10-27 | 1 | -5/+18 |
| * | [alliant && i860] (FSCALE): Move defn before #ifndef FSCALE. | Roland McGrath | 1994-10-27 | 1 | -7/+7 |
| * | (HAVE_GETPAGESIZE): Explicitly #undef. | Richard M. Stallman | 1994-10-26 | 1 | -1/+1 |
| * | (HAVE_GETPAGESIZE): Definition deleted. | Richard M. Stallman | 1994-10-26 | 3 | -10/+0 |
| * | (HAVE_GETPAGESIZE): Add #undef. | Richard M. Stallman | 1994-10-26 | 1 | -1/+1 |
| * | (re_comp, re_exec): Define this obsolete 4.2bsd | Paul Eggert | 1994-10-26 | 2 | -3/+5 |
| * | (set_frame_size): Set app_shell and wmshell the same. | Richard M. Stallman | 1994-10-26 | 1 | -2/+2 |
| * | (status_message): Add a cast. | Richard M. Stallman | 1994-10-26 | 1 | -2/+4 |
| * | (x_catch_errors, x_check_errors, x_had_errors_p) | Richard M. Stallman | 1994-10-26 | 1 | -854/+918 |
| * | (x_window): Pass new arg f to hack_wm_protocols. | Richard M. Stallman | 1994-10-26 | 1 | -10/+10 |
| * | (syms_of_window): Fix missing \n\'s. | Karl Heuer | 1994-10-26 | 1 | -2/+2 |
| * | (x_own_selection, x_get_foreign_selection): Change calls | Richard M. Stallman | 1994-10-26 | 1 | -6/+6 |
| * | Comment changes. | Richard M. Stallman | 1994-10-26 | 1 | -5/+4 |
| * | (list_processes_1): Print tty name. | Karl Heuer | 1994-10-26 | 1 | -2/+9 |
| * | (Vtemp_buffer_show_function): Doc fix. | Richard M. Stallman | 1994-10-25 | 1 | -0/+1 |
| * | (Brk): Declare as unsigned long. | Richard M. Stallman | 1994-10-25 | 1 | -24/+32 |
| * | Delete X10 code. | Richard M. Stallman | 1994-10-25 | 1 | -16/+81 |
| * | (Fx_selection_exists_p): Fix backwards if. | Richard M. Stallman | 1994-10-25 | 1 | -1/+1 |
| * | (Fx_create_frame): Don't increment refernce_count | Richard M. Stallman | 1994-10-25 | 1 | -235/+324 |
| * | (record_char): New subroutine. | Richard M. Stallman | 1994-10-25 | 1 | -35/+79 |
| * | Never use input_fd if using X. | Richard M. Stallman | 1994-10-25 | 1 | -17/+42 |
| * | Handle multiple keyboard input descriptors. | Richard M. Stallman | 1994-10-25 | 1 | -26/+86 |
| * | (insert_from_buffer_1): Don't use min. | Richard M. Stallman | 1994-10-25 | 1 | -1/+3 |
| * | (decode_mode_spec): New spec %c, for current column. | Karl Heuer | 1994-10-25 | 1 | -0/+4 |
| * | (Fx_selection_exists_p): If selected_frame isn't an x frame, return nil. | Richard M. Stallman | 1994-10-24 | 1 | -1/+4 |
| * | (unload_color): Pass arg f to WHITE_PIX_DEFAULT and BLACK_PIX_DEFAULT. | Richard M. Stallman | 1994-10-23 | 1 | -2/+2 |
| * | Use XFlush, not XFlushQueue, throughout. | Richard M. Stallman | 1994-10-23 | 1 | -81/+81 |
| * | (kbd_buffer_get_event): Cope if mouse_position_hook does not store anything. | Richard M. Stallman | 1994-10-23 | 1 | -2/+6 |
| * | (struct heap): New fields first_bloc, last_bloc. | Richard M. Stallman | 1994-10-23 | 1 | -16/+114 |
| * | (calculate_costs): Call x_screen_planes. | Richard M. Stallman | 1994-10-22 | 1 | -5/+2 |
| * | (Finsert_buffer_substring): Use insert_from_buffer instead of insert. | Karl Heuer | 1994-10-22 | 1 | -29/+5 |
| * | (insert_from_buffer, insert_from_buffer_1): New functions. | Karl Heuer | 1994-10-22 | 1 | -2/+74 |
| * | (struct x_display_info): Struct renamed from x_screen. | Richard M. Stallman | 1994-10-22 | 1 | -172/+112 |
| * | Use FRAME_X_DISPLAY instead of x_current_display and XDISPLAY. | Richard M. Stallman | 1994-10-22 | 1 | -325/+407 |
| * | (x_sync): Take frame ptr as arg. | Richard M. Stallman | 1994-10-22 | 1 | -393/+426 |
| * | (read_avail_input): Use input_fd. | Richard M. Stallman | 1994-10-22 | 1 | -6/+8 |
| * | (input_fd): No longer static. | Richard M. Stallman | 1994-10-22 | 1 | -4/+3 |
| * | (Fframe_or_buffer_changed_p): | Richard M. Stallman | 1994-10-22 | 1 | -1/+8 |
| * | (xmenu_show): Get the screen number for DisplayHeight | Richard M. Stallman | 1994-10-22 | 1 | -3/+3 |
| * | (other_visible_frames): Pass a frame ptr to x_sync. | Richard M. Stallman | 1994-10-22 | 1 | -1/+1 |
| * | (insert_before_markers): Don't inherit; insert_before_markers_and_inherit does | Karl Heuer | 1994-10-22 | 1 | -1/+1 |