summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (modify_event_symbol):Richard M. Stallman1996-12-191-1/+1
* (x_set_title): Check data type of NAME.Richard M. Stallman1996-12-191-0/+2
* (Fmatch_data): Doc fix.Richard M. Stallman1996-12-191-1/+1
* (set_frame_menubar): Call Fmatch_data with new explicit arguments.Richard M. Stallman1996-12-192-2/+2
* (read_process_output, exec_sentinel):Richard M. Stallman1996-12-191-4/+4
* (Fmatch_data): New args INTEGERS and REUSE.Richard M. Stallman1996-12-181-5/+35
* (HAVE_LIBMAIL, HAVE_MAILLOCK_H, HAVE_TOUCHLOCK): Add #undefs.Richard M. Stallman1996-12-181-0/+5
* (send_process) [EMACS_HAS_USECS]:Richard M. Stallman1996-12-181-0/+4
* (set_point): Use virtual bounds, not real bounds,Richard M. Stallman1996-12-181-2/+5
* (merge_properties_sticky): Don't discard explicit nilRichard M. Stallman1996-12-171-12/+24
* Fix previous change.Richard M. Stallman1996-12-161-1/+4
* (Finsert_file_contents): Handle BEG and END non-nilRichard M. Stallman1996-12-161-6/+11
* (HAVE_LIMITS_H): Add #undef.Richard M. Stallman1996-12-161-0/+1
* (Fuser_full_name): Return nil if the specified user doesn't exist.Richard M. Stallman1996-12-151-1/+3
* (x_set_scroll_bar_width): Reject a width that's too small.Richard M. Stallman1996-12-151-0/+4
* (set_point): Check for intangible properties on overlays.Richard M. Stallman1996-12-151-42/+55
* (Fnext_char_property_change): New function.Richard M. Stallman1996-12-151-4/+56
* (syms_of_buffer): Doc fix (transient-mark-mode).Richard M. Stallman1996-12-111-1/+4
* (Fwrite_region): Be careful not to destroy contents ofRichard M. Stallman1996-12-111-1/+1
* (message2_nolog): Handle minibuffer_auto_raise.Richard M. Stallman1996-12-101-0/+5
* (Fcall_process_region): Define missing local `count'.Richard M. Stallman1996-12-101-0/+1
* (window_scroll): Don't set w->start or w->force_start if signaling an error.Richard M. Stallman1996-12-101-7/+8
* (Fend_of_line, Fbeginning_of_line):Richard M. Stallman1996-12-101-2/+2
* (Vmenu_updating_frame): New variable.Richard M. Stallman1996-12-101-0/+12
* (Fread_file_name_internal): Verify STRING is a string.Richard M. Stallman1996-12-091-2/+4
* (Fuser_full_name): Use build_string instead of make_string.Richard M. Stallman1996-12-091-2/+2
* (Fend_of_line, Fbeginning_of_line): Declared.Richard M. Stallman1996-12-091-0/+1
* (status_notify): Test p->infd > 0Richard M. Stallman1996-12-081-5/+43
* (Fuser_full_name): Accept a string (the login name) asRichard M. Stallman1996-12-081-29/+44
* (syms_of_minibuf): Doc fix.Richard M. Stallman1996-12-081-1/+2
* (Fline_beginning_position, Fline_end_position): New fns.Richard M. Stallman1996-12-081-4/+59
* (MAYBE_GC): New macro.Richard M. Stallman1996-12-071-0/+17
* (Vtemp_file_name_pattern): New variable.Richard M. Stallman1996-12-071-11/+24
* (IT_cmgoto): Don't update FRAME_CURSOR_X when the cursorKarl Heuer1996-12-061-1/+0
* (syms_of_keyboard): Doc fix.Karl Heuer1996-12-051-1/+3
* (w32_wnd_proc): Use dummy message to wake up thread on quit_char.Geoff Voelker1996-11-211-8/+15
* If no sys/param.h, default to 8k.libc-961120David J. MacKenzie1996-11-191-20/+24
* Indent for readability.David J. MacKenzie1996-11-191-32/+30
* [__DJGPP__ >= 2] (dos_direct_output): Faster method ofKarl Heuer1996-11-191-9/+90
* Use new names for w32 filesGeoff Voelker1996-11-199-111/+111
* (init_display) [HAVE_NTGUI]: Use w32 for window-system.Geoff Voelker1996-11-191-1/+1
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-1923-1078/+1078
* (special-display-p, same-window-p): Add missingGeoff Voelker1996-11-191-4/+4
* (redisplay_window): When handling scroll_conservatively,Richard M. Stallman1996-11-121-2/+11
* (Fmodify_frame_parameters): Use alist in reverse order.Richard M. Stallman1996-11-121-7/+29
* (Fexpand_abbrev): If the abbrev's expansion is nil,Richard M. Stallman1996-11-121-38/+48
* (choose_minibuf_frame): Don't change selected_frame'sRichard M. Stallman1996-11-111-2/+5
* (Fcall_last_kbd_macro): Set this_command from last_commandRichard M. Stallman1996-11-111-0/+10
* Include frame.h and window.h.Richard M. Stallman1996-11-111-0/+14
* (scroll_margin): New variable.Richard M. Stallman1996-11-111-1/+23