aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (scan_sexps_forward): Use the initial depthRichard M. Stallman1995-08-161-2/+2
* (Fself_insert_command): Optimize the case with arg > 2Richard M. Stallman1995-08-161-1/+14
* (sort_args): Initialize best_priority smaller than anyKarl Heuer1995-08-151-1/+1
* (Fcall_process_region): Pass new arg to Fwrite_region.Richard M. Stallman1995-08-141-2/+2
* (Fwrite_region): New arg lockname.Richard M. Stallman1995-08-141-11/+16
* (standard_args): Fix previous change.Richard M. Stallman1995-08-141-1/+1
* (standard_args): Add option --eval to evalute anRichard M. Stallman1995-08-141-0/+1
* (Fcancel_kbd_macro_events): New function.Richard M. Stallman1995-08-131-0/+9
* (store_frame_param): Don't call set_menu_bar_lines if X.Richard M. Stallman1995-08-121-2/+3
* (TEXT_END, DATA_END): Fix the definitions.Richard M. Stallman1995-08-111-2/+2
* Test OSF1, not __osf1__.Richard M. Stallman1995-08-111-3/+5
* (ORDINARY_LINK): Define only if __osf1__.Richard M. Stallman1995-08-111-2/+1
* (x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turningRichard M. Stallman1995-08-111-1/+6
* (Fformat): Limit minlen to avoid stack overflow.Richard M. Stallman1995-08-111-5/+16
* (doprnt): Error if %-width is too big.Richard M. Stallman1995-08-111-4/+2
* (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.hRichard M. Stallman1995-08-111-8/+2
* [linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.Richard M. Stallman1995-08-111-0/+8
* [linux] (COFF, NO_TERMIO): Defined.Richard M. Stallman1995-08-111-0/+10
* (fatal_unexec): Use vfprintf, not _doprnt.Richard M. Stallman1995-08-111-1/+1
* (LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.Richard M. Stallman1995-08-111-0/+4
* (lock_file): Use get_truename_buffer.Richard M. Stallman1995-08-091-2/+3
* (get_truename_buffer): New function.Richard M. Stallman1995-08-091-0/+18
* (read_process_output, exec_sentinel): CallRichard M. Stallman1995-08-081-8/+6
* (Freplace_match): New arg SUBEXP.Richard M. Stallman1995-08-081-26/+42
* (read_key_sequence): Undo previous change.Richard M. Stallman1995-08-081-45/+63
* [ps2]: Use nlist instead of knlist #ifdef _AIX.Roland McGrath1995-08-071-1/+1
* (signal_before_change, signal_after_change): FixKarl Heuer1995-08-071-4/+4
* (doprnt): Don't let size_bound be gigantic. Fix error message.Richard M. Stallman1995-08-071-1/+6
* (redisplay): Compute mini_frame the same way echo_area_display does.Richard M. Stallman1995-08-061-2/+5
* (run_hook_with_args): Move the GCPRO2; add UNGCPRO.Richard M. Stallman1995-08-061-2/+4
* (Qbefore_change_functions, Qafter_change_functions): Declared.Richard M. Stallman1995-08-051-0/+2
* (Qbefore_change_functions, Qafter_change_functions): New variables.Richard M. Stallman1995-08-051-8/+14
* (signal_before_change, signal_after_change): Major rewrite.Richard M. Stallman1995-08-051-119/+59
* (Fdisplay_completion_list): gcpro elt.Richard M. Stallman1995-08-051-4/+7
* (print_string): Use insert_from_string for output to buffer.Richard M. Stallman1995-08-051-2/+10
* (run_hook_with_args): Add gcpros.Richard M. Stallman1995-08-051-0/+57
* (saved_doc_string*): New variables.Richard M. Stallman1995-08-051-7/+108
* (Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes.Richard M. Stallman1995-08-051-4/+19
* (Ffocus_frame, Funfocus_frame): Make them no-ops.Richard M. Stallman1995-08-051-24/+2
* (x_delete_display) [AIX]: Don't call XRmDestroyDatabase.Richard M. Stallman1995-08-051-2/+3
* (redisplay): When displaying a terminal frame,Richard M. Stallman1995-08-031-1/+18
* Move various Q... vars to top of file, unconditional.Richard M. Stallman1995-08-031-66/+113
* (read_key_sequence): Don't downshift an eventRichard M. Stallman1995-08-031-22/+66
* (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.Richard M. Stallman1995-08-021-0/+11
* (sigblock, SIG_BLOCK): Don't define them if POSIX_SIGNALS.Richard M. Stallman1995-08-021-0/+2
* (HAVE_SELECT): Defined.Richard M. Stallman1995-08-021-0/+3
* (XTread_socket): For UnmapNotify, use x_top_window_to_frame.Richard M. Stallman1995-08-021-1/+1
* Maybe include net/errno.h.Richard M. Stallman1995-08-021-0/+3
* (cons_cells_consed, floats_consed, vector_cells_consed)Richard M. Stallman1995-08-021-0/+64
* [USE_X_TOOLKIT] (xmenu_show): Compute root-basedRichard M. Stallman1995-08-021-5/+51