aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (do_switch_frame): Do nothing special when switching between terminal frames.Richard M. Stallman1995-08-011-9/+0
* (getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor.Roland McGrath1995-08-011-1/+11
* (GETTIMEOFDAY_ONE_ARGUMENT): Deleted; configure handles this now.Karl Heuer1995-07-312-6/+0
* Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_...Simon Marshall1995-07-311-12/+103
* Declare hook running functions.Simon Marshall1995-07-311-3/+9
* (kbd_buffer_get_event, swallow_events): Fix prev change.Richard M. Stallman1995-07-311-2/+2
* (Fmake_terminal_frame): Copy face_alist from selected frame.Richard M. Stallman1995-07-301-0/+1
* (HAVE_XRMSETDATABASE): Define if not defined.Richard M. Stallman1995-07-301-1/+5
* Initial revisionRichard M. Stallman1995-07-291-0/+13
* (kbd_buffer_get_event): Update input_pending afterRichard M. Stallman1995-07-281-9/+22
* (syms_of_eval): Add missing defsubr.Karl Heuer1995-07-281-0/+1
* (describe_buffer_bindings): Print bindings fromRichard M. Stallman1995-07-281-9/+59
* (GETTIMEOFDAY_ONE_ARGUMENT): Add #undef.Richard M. Stallman1995-07-281-0/+1
* (record_overlay_string, overlay_strings): Handle zero-sized overlays better.Karl Heuer1995-07-271-17/+37
* (struct sortstrlist): New type.Karl Heuer1995-07-271-148/+86
* (update_menu_bar): Pass new arg to set_frame_menubar.Richard M. Stallman1995-07-261-3/+3
* (prefix-args): Pass ALL_LDFLAGS.Richard M. Stallman1995-07-261-1/+1
* TERMCAP_NAME -> TERMCAP_FILE.David J. MacKenzie1995-07-261-3/+3
* (tparam): Remove arg array and the #ifdef.David J. MacKenzie1995-07-261-5/+2
* Move #define of bcopy to after #include <string.h>.David J. MacKenzie1995-07-261-5/+6