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