| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (Fdelete_overlay): Was mistakenly called Fdelete_overlays. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (gc_cons_threshold): Make this an EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (gc_cons_threshold): Make this an EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -3/+6 |
| * | (search_buffer): Cast p_limit to EMACS_INT not int. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (GETPGRP_NO_ARG): Define. | Richard M. Stallman | 1995-05-04 | 1 | -0/+2 |
| * | (HAVE_FMOD): Defined. | Richard M. Stallman | 1995-05-04 | 1 | -0/+4 |
| * | (reorder_modifiers): Cast apply_modifiers arg to int. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (reorder_modifiers): Use XINT. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (CANNOT_DUMP, VIRT_ADDR_VARIES, LIBS_TERMCAP) | Richard M. Stallman | 1995-05-03 | 1 | -20/+25 |
| * | (directory_file_name): Add APOLLO conditional. | Richard M. Stallman | 1995-05-03 | 1 | -31/+7 |
| * | (get_local_map): Use Fget_char_property, so that | Karl Heuer | 1995-05-02 | 1 | -11/+21 |
| * | (Fset_buffer_modified_p): Use the truename for locking. | Richard M. Stallman | 1995-05-02 | 1 | -1/+1 |
| * | (Finsert_file_contents): Use file_truename for unlocking. | Richard M. Stallman | 1995-05-02 | 1 | -2/+2 |
| * | (prepare_to_modify_buffer): Use file_truename for locking. | Richard M. Stallman | 1995-05-02 | 1 | -2/+2 |
| * | (union fail_stack_elt): New union. | Richard M. Stallman | 1995-05-02 | 1 | -26/+29 |
| * | (xmenu_show, menubar_selection_callback): Move declaration | Karl Heuer | 1995-05-02 | 1 | -6/+2 |
| * | (kbd_buffer_get_event): New arg USED_MOUSE_MENU. | Karl Heuer | 1995-05-02 | 1 | -6/+18 |
| * | (update_frame): Don't put cursor in echo area unless | Karl Heuer | 1995-05-02 | 1 | -1/+2 |
| * | (display_text_line): Don't move the cursor if it's supposed to | Karl Heuer | 1995-05-02 | 1 | -2/+8 |
| * | (redisplay): Don't move the cursor if it's supposed to | Karl Heuer | 1995-05-01 | 1 | -2/+4 |
| * | (main): Delete duplicate code for -version. | Richard M. Stallman | 1995-04-30 | 1 | -10/+2 |
| * | (Fdo_auto_save): Record visited file name | Richard M. Stallman | 1995-04-30 | 1 | -3/+12 |
| * | (standard_args): Add #ifdef VMS for -map. | Richard M. Stallman | 1995-04-30 | 1 | -0/+2 |
| * | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1995-04-29 | 1 | -0/+5 |
| * | (standard_args): Add -L/--directory/-directory. | Richard M. Stallman | 1995-04-29 | 1 | -0/+2 |
| * | (PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT. | Richard M. Stallman | 1995-04-29 | 1 | -53/+138 |
| * | (Fcall_process): Extend BUFFER arg so it can specify | Richard M. Stallman | 1995-04-29 | 1 | -3/+17 |
| * | (ORDINARY_LINK): Defined. | Richard M. Stallman | 1995-04-29 | 1 | -1/+1 |
| * | (popup_get_selection): Use x_non_menubar_window_to_frame. | Karl Heuer | 1995-04-29 | 1 | -7/+11 |
| * | (read_char, read_char_x_menu_prompt): Exclude | Karl Heuer | 1995-04-29 | 1 | -2/+5 |
| * | Declare x_non_menubar_window_to_frame. | Karl Heuer | 1995-04-29 | 1 | -0/+1 |
| * | (x_non_menubar_window_to_frame): New function. | Karl Heuer | 1995-04-29 | 1 | -0/+29 |
| * | (x_term_init): Add stub to initialize Vsystem_key_alist. | Karl Heuer | 1995-04-29 | 1 | -0/+3 |
| * | (create_process): Don't reference pty_name if !HAVE_PTYS. | Karl Heuer | 1995-04-28 | 1 | -5/+14 |
| * | (Ffile_regular_p): Use Qfile_regular_p. | Richard M. Stallman | 1995-04-26 | 1 | -2/+5 |
| * | (standard_args): Move -iconic and --icon-type (etc.) | Richard M. Stallman | 1995-04-26 | 1 | -3/+4 |
| * | (mark_kboards): Mark the kbd macro and Vsystem_key_alist. | Karl Heuer | 1995-04-25 | 1 | -0/+5 |
| * | Comment change. | Richard M. Stallman | 1995-04-25 | 1 | -0/+2 |
| * | (REGEXP_IN_LIBC): Defined. | Richard M. Stallman | 1995-04-25 | 1 | -0/+3 |
| * | (x_term_init): If the previous kboard was the dummy one, | Karl Heuer | 1995-04-24 | 1 | -0/+5 |
| * | (Vsystem_key_alist): Delete global variable. | Karl Heuer | 1995-04-24 | 1 | -5/+4 |
| * | (struct kboard): New member Vsystem_key_alist. | Karl Heuer | 1995-04-24 | 1 | -0/+3 |
| * | Make intervals.o and term.o depend on keyboard.h. | Karl Heuer | 1995-04-24 | 1 | -2/+2 |
| * | (safe_run_hooks_1, safe_run_hooks_error): New subroutines. | Richard M. Stallman | 1995-04-24 | 1 | -8/+22 |
| * | (Fplist_put): Don't signal an error if plist isn't a cons. | Karl Heuer | 1995-04-24 | 1 | -6/+5 |
| * | (struct x_display_info): New members x_focus_frame, | Karl Heuer | 1995-04-24 | 1 | -5/+20 |
| * | (x_get_focus_frame): New arg FRAME. Callers changed. | Karl Heuer | 1995-04-24 | 1 | -6/+13 |
| * | (x_focus_frame, x_focus_event_frame, x_highlight_frame): | Karl Heuer | 1995-04-24 | 1 | -78/+71 |
| * | (Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil. | Karl Heuer | 1995-04-24 | 1 | -1/+1 |
| * | Make dispnew.o and keyboard.o depend on xterm.h. | Karl Heuer | 1995-04-24 | 1 | -2/+3 |