| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (c-fill-paragraph): Preserve final sentence boundary. | Karl Heuer | 1994-03-04 | 1 | -1/+5 |
| * | Rename comint-input-filter-functions and | Richard M. Stallman | 1994-03-03 | 1 | -8/+8 |
| * | (inferior-scheme-mode): Removed unnecessary | Richard M. Stallman | 1994-03-03 | 1 | -2/+1 |
| * | (comint-input-filter-functions) | Richard M. Stallman | 1994-03-03 | 1 | -24/+27 |
| * | (shell-dynamic-complete-functions): New variable. | Richard M. Stallman | 1994-03-03 | 1 | -73/+172 |
| * | (comint-after-partial-filename-command, | Richard M. Stallman | 1994-03-03 | 1 | -236/+146 |
| * | (generate-file-autoloads): Move misplaced paren in match clause of cond | Roland McGrath | 1994-03-03 | 1 | -2/+2 |
| * | Fix typo in comment. | Karl Heuer | 1994-03-03 | 1 | -1/+1 |
| * | (server-switch-buffer): Don't select a minibuffer. | Karl Heuer | 1994-03-03 | 1 | -0/+2 |
| * | (Fread_file_name): Do the right thing when insert-default-directory is nil. | Karl Heuer | 1994-03-03 | 1 | -2/+6 |
| * | (record_delete): Save last_point_position in the undo record, rather than the | Karl Heuer | 1994-03-03 | 1 | -3/+4 |
| * | New variable last_point_position. | Karl Heuer | 1994-03-03 | 1 | -0/+3 |
| * | (command_loop_1): Set last_point_position to the value of point. | Karl Heuer | 1994-03-03 | 1 | -0/+4 |
| * | (Finsert_file_contents): If undo_list was t, leave it t. | Richard M. Stallman | 1994-03-03 | 1 | -3/+3 |
| * | (kill-emacs-query-functions, kill-buffer-query-functions): | Richard M. Stallman | 1994-03-03 | 1 | -11/+26 |
| * | (outline-on-heading-p): Use bolp. | Richard M. Stallman | 1994-03-03 | 1 | -28/+29 |
| * | (current-word): Check properly for bolp. New optional arg STRICT. Doc fix. | Richard M. Stallman | 1994-03-03 | 1 | -20/+26 |
| * | (main): Change delimiter from "^L" to "^_^L". | Karl Heuer | 1994-03-03 | 1 | -9/+19 |
| * | (map_event_to_object, set_frame_menubar): | Richard M. Stallman | 1994-03-03 | 1 | -7/+24 |
| * | Comment change. | Richard M. Stallman | 1994-03-03 | 1 | -1/+1 |
| * | Use add-hook instead of setq. | Karl Heuer | 1994-03-03 | 1 | -1/+1 |
| * | (Fget_file_buffer): Doc fix. | Karl Heuer | 1994-03-03 | 1 | -0/+1 |
| * | (buffer-file-truename): Doc fix. | Karl Heuer | 1994-03-03 | 1 | -1/+2 |
| * | (substitute-key-definition): Avoid infinite recursion. | Karl Heuer | 1994-03-03 | 1 | -3/+12 |
| * | (C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler. | Karl Heuer | 1994-03-03 | 1 | -1/+4 |
| * | (chan_process, Vprocess_alist): Declared. | Richard M. Stallman | 1994-03-02 | 1 | -0/+6 |
| * | (chan_process, Vprocess_alist): No longer static. | Richard M. Stallman | 1994-03-02 | 1 | -2/+2 |
| * | (mouse-choose-completion): Use that as the buffer to edit. | Richard M. Stallman | 1994-03-02 | 1 | -0/+5 |
| * | (PURESIZE) [MULTI_FRAME]: Incremented to 230000. | Richard M. Stallman | 1994-03-02 | 1 | -1/+1 |
| * | (Fdisplay_completion_list): Restore original buffer | Richard M. Stallman | 1994-03-02 | 1 | -3/+7 |
| * | (completion-list-mode): Set completion-reference-buffer | Richard M. Stallman | 1994-03-02 | 1 | -5/+12 |
| * | (menu_bar_items): When moving an item to the end, | Richard M. Stallman | 1994-03-02 | 1 | -11/+14 |
| * | Include unistd.h. | Richard M. Stallman | 1994-03-02 | 1 | -3/+28 |
| * | (Fdelete_frame): Don't initialize a Lisp_Object. | Richard M. Stallman | 1994-03-02 | 1 | -5/+4 |
| * | (telnet): Use chars in comint-delimiter-argument-list. | Richard M. Stallman | 1994-03-02 | 1 | -1/+1 |
| * | (shell-delimiter-argument-list): Now has chars, not strings. | Richard M. Stallman | 1994-03-02 | 1 | -4/+3 |
| * | (comint-arguments): Use just one regexp to find end of arg | Richard M. Stallman | 1994-03-02 | 1 | -30/+27 |
| * | (pascal-calculate-indent): Fixed indentation bug | Richard M. Stallman | 1994-03-02 | 1 | -10/+11 |
| * | (shell-dirtrackp): Variable definition added. | Richard M. Stallman | 1994-03-02 | 1 | -3/+3 |
| * | (inferior-lisp-mode-map): Use copy-keymap. | Richard M. Stallman | 1994-03-02 | 1 | -1/+1 |
| * | (shell-mode-map): Use copy-keymap. | Richard M. Stallman | 1994-03-02 | 1 | -2/+2 |
| * | (inferior-scheme-mode-map): Use copy-keymap. | Richard M. Stallman | 1994-03-02 | 1 | -1/+1 |
| * | (full-copy-sparse-keymap): Function deleted. | Richard M. Stallman | 1994-03-02 | 1 | -30/+19 |
| * | (diff-latest-backup-file): Check for a file-name-handler and run it. | Roland McGrath | 1994-03-02 | 1 | -21/+24 |
| * | (makefile-mode): Set local-write-file-hooks, not write-file-hooks. | Richard M. Stallman | 1994-03-02 | 1 | -18/+43 |
| * | (copy-face): Don't change old-face and new-face before the frame loop. | Karl Heuer | 1994-03-02 | 1 | -4/+4 |
| * | (with_x_toolkit): Fix typo in previous change. | Karl Heuer | 1994-03-02 | 1 | -1/+1 |
| * | (Fx_list_fonts): Avoid confused increment of info. | Karl Heuer | 1994-03-02 | 1 | -4/+6 |
| * | (Fforward_comment): Do the right thing at eob. | Karl Heuer | 1994-03-02 | 1 | -35/+35 |
| * | (iconify-or-deiconify-frame): Don't make invisible before making visible. | Karl Heuer | 1994-03-02 | 1 | -3/+1 |