| Commit message (Expand) | Author | Age | Files | Lines |
| * | (next-history-element): Do nothing if n is 0. | Richard M. Stallman | 1995-02-12 | 1 | -16/+20 |
| * | (indent-new-comment-line): Obey the convention | Richard M. Stallman | 1995-01-30 | 1 | -1/+6 |
| * | (mark): If transient-mark-mode is nil, mark is active. | Karl Heuer | 1995-01-23 | 1 | -1/+1 |
| * | (do-auto-fill): justification renamed to current-justification. | Richard M. Stallman | 1995-01-19 | 1 | -1/+1 |
| * | (do-auto-fill): Fill, don't fill, or fill-and-justify | Richard M. Stallman | 1995-01-19 | 1 | -14/+34 |
| * | (open-line, split-line, next-line): Use `newline' | Richard M. Stallman | 1995-01-13 | 1 | -27/+18 |
| * | (what-cursor-position): Show char in decimal, hex, octal. | Richard M. Stallman | 1995-01-06 | 1 | -4/+4 |
| * | (pop-global-mark): Make pop-global-mark treat | Richard M. Stallman | 1995-01-05 | 1 | -1/+2 |
| * | (switch-to-completions): New command, with bindings in minibuf completion maps. | Richard M. Stallman | 1994-12-29 | 1 | -1/+47 |
| * | (completion-reference-buffer): Initialize to nil. | Richard M. Stallman | 1994-12-25 | 1 | -1/+2 |
| * | (next-line, previous-line): If interactive and not in | Richard M. Stallman | 1994-12-23 | 1 | -5/+13 |
| * | (buffer-quit-function): New variable. | Richard M. Stallman | 1994-12-15 | 1 | -3/+20 |
| * | (keyboard-escape-quit): New command. | Richard M. Stallman | 1994-11-28 | 1 | -17/+47 |
| * | (append-to-buffer): Don't use current buffer as default. | Richard M. Stallman | 1994-11-22 | 1 | -1/+1 |
| * | (kill-region): Use = to compare positions. | Richard M. Stallman | 1994-11-22 | 1 | -1/+2 |
| * | (kill-region): Set this-command unconditionally. | Karl Heuer | 1994-11-18 | 1 | -3/+4 |
| * | Comment reason for preceding change. | Karl Heuer | 1994-11-09 | 1 | -0/+3 |
| * | (copy-region-as-kill): Don't set this-command. | Richard M. Stallman | 1994-11-09 | 1 | -1/+0 |
| * | (set-variable): Set help-mode in *Help* buffer. | Karl Heuer | 1994-11-09 | 1 | -0/+3 |
| * | (shell-command-switch): New variable. | Richard M. Stallman | 1994-11-01 | 1 | -5/+9 |
| * | (blink-matching-delay): New variable. | Richard M. Stallman | 1994-11-01 | 1 | -1/+4 |
| * | (line-move): Use sign of arg to choose error condition. | Richard M. Stallman | 1994-10-30 | 1 | -1/+1 |
| * | (blink-matching-open): Do blink if an even number of | Richard M. Stallman | 1994-10-30 | 1 | -1/+6 |
| * | (edit-and-eval-command): Elements of command-history are forms, not strings. | Karl Heuer | 1994-10-20 | 1 | -0/+9 |
| * | (count-lines): Do save-match-data only when necessary. | Richard M. Stallman | 1994-10-16 | 1 | -8/+8 |
| * | (shell-command, shell-command-on-region): | Richard M. Stallman | 1994-10-15 | 1 | -11/+27 |
| * | (blink-matching-open): Check there is a previous | Richard M. Stallman | 1994-10-11 | 1 | -13/+18 |
| * | (goto-line): Call prefix-numeric-value. | Richard M. Stallman | 1994-10-04 | 1 | -0/+1 |
| * | (shell-command, shell-command-on-region): | Richard M. Stallman | 1994-09-24 | 1 | -1/+4 |
| * | (insert-buffer): Default to first buffer other than current one. | Richard M. Stallman | 1994-09-22 | 1 | -1/+3 |
| * | (kill-new): Call menu-bar-update-yank-menu only if that function is defined. | Karl Heuer | 1994-09-15 | 1 | -1/+2 |
| * | (kill-new): New optional argument means replace most recent kill. | Karl Heuer | 1994-09-15 | 1 | -11/+13 |
| * | (repeat-complex-command, next-history-element, | Richard M. Stallman | 1994-09-14 | 1 | -6/+10 |
| * | (mark-ring): Add permanent-local prop. Doc fix. | Richard M. Stallman | 1994-09-03 | 1 | -2/+2 |
| * | (set-mark): When POS is nil, always clear mark-active. | Richard M. Stallman | 1994-08-30 | 1 | -2/+6 |
| * | (shell-command-on-region): Don't delete current buffer. | Karl Heuer | 1994-08-24 | 1 | -2/+3 |
| * | (backward-delete-char-untabify): Doc fix. | Richard M. Stallman | 1994-08-23 | 1 | -1/+1 |
| * | (choose-completion-string): Use plain exit-minibuffer, | Richard M. Stallman | 1994-08-17 | 1 | -1/+2 |
| * | (completion-base-size): New variable. | Richard M. Stallman | 1994-08-07 | 1 | -4/+13 |
| * | (choose-completion): Bury or iconify the completion list | Richard M. Stallman | 1994-08-06 | 1 | -2/+11 |
| * | (end-of-buffer-other-window): Go to the end, not to the beginning. | Richard M. Stallman | 1994-08-04 | 1 | -1/+1 |
| * | (choose-completion): Check for next-single-property-change returning nil. | Richard M. Stallman | 1994-07-29 | 1 | -1/+1 |
| * | (line-move, next-line): Check last line moved over | Richard M. Stallman | 1994-07-24 | 1 | -4/+11 |
| * | (completion-setup-function): Put on mouse-face prop | Richard M. Stallman | 1994-07-11 | 1 | -16/+17 |
| * | (line-move): Don't use message or ding; just signal errors. | Richard M. Stallman | 1994-06-28 | 1 | -37/+29 |
| * | (beginning-of-buffer-other-window) | Richard M. Stallman | 1994-06-25 | 1 | -0/+33 |
| * | (scroll-other-window-down): New command. | Richard M. Stallman | 1994-06-22 | 1 | -4/+11 |
| * | (pop-global-mark): Discard entries for nonexistent buffers. | Richard M. Stallman | 1994-06-14 | 1 | -0/+3 |
| * | (end-of-buffer): Recenter overlay lists. | Richard M. Stallman | 1994-06-13 | 1 | -1/+3 |
| * | (delete-blank-lines): Doc fix. | Richard M. Stallman | 1994-06-07 | 1 | -1/+1 |