| Commit message (Expand) | Author | Age | Files | Lines |
| * | Declare Ffetch_bytecode. | Karl Heuer | 1995-04-05 | 1 | -0/+1 |
| * | New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame, | Karl Heuer | 1995-04-03 | 2 | -30/+39 |
| * | (x_window_to_frame): New arg DPYINFO. All callers changed. | Karl Heuer | 1995-04-03 | 1 | -3/+12 |
| * | (main): Start with an empty message log. | Karl Heuer | 1995-04-03 | 1 | -0/+10 |
| * | (Fy_or_n_p): Don't log prompt. | Karl Heuer | 1995-04-03 | 1 | -3/+4 |
| * | (message_nolog): New function. | Karl Heuer | 1995-04-03 | 1 | -0/+13 |
| * | (message_nolog): Declare this function. | Karl Heuer | 1995-04-03 | 1 | -0/+1 |
| * | Declare Vmessage_log_max. | Karl Heuer | 1995-04-03 | 1 | -0/+1 |
| * | (oblookup): Save bucket num in oblookup_last_bucket_number. | Richard M. Stallman | 1995-04-03 | 1 | -8/+82 |
| * | (Fdirectory_files): Fix bug in IS_ANY_SEP usage introduced in Oct 30 change. | Richard M. Stallman | 1995-04-01 | 1 | -15/+16 |
| * | (command_loop_1): If we ignore force_start, then also | Karl Heuer | 1995-03-31 | 1 | -2/+8 |
| * | (isfloat_string): Permit trailing space. | Richard M. Stallman | 1995-03-31 | 1 | -1/+1 |
| * | Fix comment. | Karl Heuer | 1995-03-31 | 1 | -2/+2 |
| * | [MULTI_FRAME] (Factive_minibuffer_window): New function. | Richard M. Stallman | 1995-03-31 | 1 | -1/+10 |
| * | (event_to_kboard): Ignore dead frames. | Karl Heuer | 1995-03-31 | 1 | -3/+4 |
| * | (x_delete_display): Extract kboard deletion, for modularity. | Karl Heuer | 1995-03-31 | 1 | -10/+1 |
| * | (wipe_kboard): Make this function static. | Karl Heuer | 1995-03-31 | 1 | -1/+16 |
| * | Declare function delete_kboard. | Karl Heuer | 1995-03-31 | 1 | -1/+4 |
| * | (struct x_display_info): New member cut_buffers_initialized. | Karl Heuer | 1995-03-31 | 1 | -0/+1 |
| * | (x_term_init): Initialize cut_buffers_initialized. | Karl Heuer | 1995-03-31 | 1 | -1/+3 |
| * | (Fx_store_cut_buffer_internal): Use the flag in the | Karl Heuer | 1995-03-31 | 1 | -7/+10 |
| * | (sort_args): Skip strncmp if longname is a null pointer. | Karl Heuer | 1995-03-31 | 1 | -2/+5 |
| * | (Fmod): Fix the final adjustment, when i2 < 0 and i1 == 0. | Richard M. Stallman | 1995-03-30 | 1 | -1/+1 |
| * | Comment change. | Richard M. Stallman | 1995-03-29 | 1 | -1/+1 |
| * | (Fsignal_process): SIGCODE is a symbol, not a string. | Karl Heuer | 1995-03-28 | 1 | -1/+1 |
| * | (r_re_alloc): Correct realloc behavior--allow shrinking | Richard M. Stallman | 1995-03-28 | 1 | -26/+140 |
| * | (Fsignal_process): Allow signal names as well as numbers. | Richard M. Stallman | 1995-03-28 | 1 | -7/+119 |
| * | (Fconcat): Undo previous change. | Richard M. Stallman | 1995-03-28 | 1 | -3/+7 |
| * | (Fget, Fput): Fetch and store symbol's plist directly. | Richard M. Stallman | 1995-03-27 | 1 | -10/+13 |
| * | (init_editfns): Use NAME envvar to init user-full-name. | Richard M. Stallman | 1995-03-27 | 1 | -0/+4 |
| * | Don't include alloca.h if NOT_C_CODE. | Richard M. Stallman | 1995-03-27 | 1 | -0/+2 |
| * | (Vdefault_text_properties): name changed from Vdefault_properties. | Boris Goldowsky | 1995-03-27 | 1 | -26/+7 |
| * | Vdefault_text_properties: name changed from Vdefault_properties. | Boris Goldowsky | 1995-03-27 | 1 | -2/+1 |
| * | (Vdefault_text_properties): name changed from Vdefault_properties. | Boris Goldowsky | 1995-03-27 | 1 | -5/+5 |
| * | (Fplist_put, Fplist_get): New fns. | Boris Goldowsky | 1995-03-27 | 1 | -16/+49 |
| * | (kbd_buffer_get_event): Pass 0 for `insist' arg. | Richard M. Stallman | 1995-03-26 | 1 | -1/+1 |
| * | (Fmouse_position--both definitions): Pass 0 for `insist'. | Richard M. Stallman | 1995-03-26 | 1 | -3/+5 |
| * | (Fx_popup_menu): Pass 1 for `insist' arg. | Richard M. Stallman | 1995-03-26 | 1 | -2/+3 |
| * | (mouse_get_pos): New arg `insist'. | Richard M. Stallman | 1995-03-26 | 1 | -1/+2 |
| * | (win32_mouse_position): New arg `insist'. | Richard M. Stallman | 1995-03-26 | 1 | -1/+1 |
| * | (XTmouse_position): New arg `insist'. | Richard M. Stallman | 1995-03-26 | 1 | -2/+7 |
| * | (C_SWITCH_SYSTEM): Don't #undef or define it. | Richard M. Stallman | 1995-03-26 | 1 | -7/+1 |
| * | (Fnext_property_change): Fix previous change. | Karl Heuer | 1995-03-24 | 1 | -1/+6 |
| * | (temp_output_buffer_setup): (Re)set the default | Richard M. Stallman | 1995-03-24 | 1 | -0/+1 |
| * | (UNEXEC): Override the definition. | Richard M. Stallman | 1995-03-24 | 1 | -10/+184 |
| * | (syms_of_buffer): Doc fix. | Karl Heuer | 1995-03-24 | 1 | -2/+2 |
| * | (try_window_id): Stop scan at bottom of window, not one line later. | Karl Heuer | 1995-03-24 | 1 | -4/+4 |
| * | (redisplay): Make sure pause is set before used. | Karl Heuer | 1995-03-24 | 1 | -6/+6 |
| * | (FRAME_SUPPORT, MSDOS_SUPPORT): Don't list face and mouse related files here. | Karl Heuer | 1995-03-23 | 1 | -4/+25 |
| * | (overlay_touches_p): New function. | Karl Heuer | 1995-03-22 | 1 | -0/+41 |