| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | (run-hook-with-args): Fix previous code. | Karl Heuer | 1995-07-25 | 1 | -5/+1 | 
| *  | Include buffer.h. | Richard M. Stallman | 1995-07-25 | 1 | -118/+198 | 
| *  | (enum event_kind): Added menu_bar_activate_event. | Richard M. Stallman | 1995-07-25 | 1 | -1/+3 | 
| *  | (kbd_buffer_get_event) [USE_X_TOOLKIT]: | Richard M. Stallman | 1995-07-25 | 1 | -0/+7 | 
| *  | (struct x_display): New fields saved_button_event, id. | Richard M. Stallman | 1995-07-25 | 1 | -0/+9 | 
| *  | (next_noop_dpyinfo): New variable. | Richard M. Stallman | 1995-07-25 | 1 | -18/+42 | 
| *  | (x_menubar_window_to_frame): New function. | Richard M. Stallman | 1995-07-25 | 1 | -0/+27 | 
| *  | (signal_before_change): Use Frun_hook_with_args. | Karl Heuer | 1995-07-25 | 1 | -12/+11 | 
| *  | (Frun_hook_with_args): New C function, formerly in subr.el. | Karl Heuer | 1995-07-25 | 1 | -0/+59 | 
| *  | (Frun_hook_with_args): Declare this function. | Karl Heuer | 1995-07-25 | 1 | -0/+1 | 
| *  | (Fprimitive_undo): Don't end inner loop | Richard M. Stallman | 1995-07-25 | 1 | -1/+1 | 
| *  | (Fstart_process): Don't expand the file name before trying openp. | Richard M. Stallman | 1995-07-25 | 1 | -2/+1 | 
| *  | (Fprevious_window, Fnext_window): When minibuf = nil, | Richard M. Stallman | 1995-07-23 | 1 | -11/+25 | 
| *  | (do_auto_save_unwind): Set auto_saving to 0. | Richard M. Stallman | 1995-07-22 | 1 | -28/+53 | 
| *  | (Fget_char_property): If OBJECT is non-current buffer, | Richard M. Stallman | 1995-07-22 | 1 | -0/+5 | 
| *  | (read_list): When a file loaded from site-init.el uses #$, | Richard M. Stallman | 1995-07-21 | 1 | -9/+28 | 
| *  | (AIX4): New definition. | Richard M. Stallman | 1995-07-21 | 1 | -0/+2 | 
| *  | (LD_SWITCH_MACHINE) [AIX4]: New alternate definition. | Richard M. Stallman | 1995-07-21 | 1 | -0/+4 | 
| *  | (set_frame_menubar): If the Lisp-level menu bar menus | Richard M. Stallman | 1995-07-21 | 1 | -5/+29 | 
| *  | (echo_area_window): Declared. | Richard M. Stallman | 1995-07-21 | 1 | -0/+5 | 
| *  | (read_minibuf): Call choose_minibuffer_frame. | Richard M. Stallman | 1995-07-21 | 1 | -5/+9 | 
| *  | (do_switch_frame): Don't call choose_minibuffer_frame. | Richard M. Stallman | 1995-07-21 | 1 | -6/+5 | 
| *  | (echo_area_display): Use selected frame's minibuf window | Richard M. Stallman | 1995-07-21 | 1 | -43/+55 | 
| *  | (command_loop_1): Clear echo area after 2 sec | Richard M. Stallman | 1995-07-21 | 1 | -1/+2 | 
| *  | (update_frame): Check that the echo area is in the frame being displayed. | Richard M. Stallman | 1995-07-21 | 1 | -7/+10 | 
| *  | (syms_of_xmenu): Set up Qdebug_on_next_call. | Richard M. Stallman | 1995-07-21 | 1 | -0/+8 | 
| *  | (Fformat): Doc fix. | Richard M. Stallman | 1995-07-20 | 1 | -1/+5 | 
| *  | (Fsubst_char_in_region): Bind buffer-file-name to nil if NOUNDO is true. | Richard M. Stallman | 1995-07-20 | 1 | -1/+13 | 
| *  | (prepare_to_modify_buffer): Don't lock the file | Richard M. Stallman | 1995-07-20 | 1 | -0/+2 | 
| *  | (Fsafe_length): Use conservative upper bound. | Karl Heuer | 1995-07-20 | 1 | -4/+1 | 
| *  | Comment change. | Karl Heuer | 1995-07-20 | 1 | -1/+1 | 
| *  | [USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h. | Richard M. Stallman | 1995-07-20 | 1 | -0/+2 | 
| *  | (init_callproc): Set Vdoc_directory based on | Richard M. Stallman | 1995-07-20 | 1 | -10/+9 | 
| *  | (init_environment): Move alloca call out of function arg. | Richard M. Stallman | 1995-07-20 | 1 | -1/+2 | 
| *  | [!MULTI_FRAME] (BASE_PURESIZE): Increased to 325000. | Richard M. Stallman | 1995-07-20 | 1 | -1/+1 | 
| *  | (unload_color): Don't free colors if immutable colormap. | Richard M. Stallman | 1995-07-19 | 1 | -3/+11 | 
| *  | (init_alloc_once): Set gc_cons_threshold from Lisp obj size. | Richard M. Stallman | 1995-07-19 | 1 | -1/+1 | 
| *  | (Fformat): Increment total for size of control string. | Richard M. Stallman | 1995-07-18 | 1 | -0/+3 | 
| *  | (Fmessage): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -6/+3 | 
| *  | (decode_mode_spec): New arg spec_width. | Richard M. Stallman | 1995-07-18 | 1 | -13/+57 | 
| *  | (Fwindow_start): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -1/+2 | 
| *  | (SUNOS4_SHARED_LIBRARIES): Defined. | Richard M. Stallman | 1995-07-18 | 1 | -0/+1 | 
| *  | (unexec): If not SUNOS4_SHARED_LIBRARIES | Richard M. Stallman | 1995-07-18 | 1 | -1/+8 | 
| *  | (Ffuncall, Fapply): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -0/+2 | 
| *  | (Fcall_interactively): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -0/+1 | 
| *  | (distclean): Delete Makefile.c, not Makefile.in. | Richard M. Stallman | 1995-07-18 | 1 | -3/+3 | 
| *  | (paths.h): Depend on paths.in. | Richard M. Stallman | 1995-07-18 | 1 | -4/+4 | 
| *  | Fix the other instance too. | Karl Heuer | 1995-07-18 | 1 | -1/+1 | 
| *  | (Fbyte_code): Fix variable names in previous change. | Karl Heuer | 1995-07-18 | 1 | -1/+1 | 
| *  | (mouse_get_pos, mouse_check_moved, XMenuActivate): | Karl Heuer | 1995-07-18 | 1 | -4/+4 |