| Commit message (Expand) | Author | Age | Files | Lines |
| * | (count-lines): In selective-display case, | Richard M. Stallman | 1993-11-24 | 1 | -1/+5 |
| * | (repeat-complex-command): Undo Oct 2 change. | Richard M. Stallman | 1993-11-23 | 1 | -12/+9 |
| * | (eval-expression): Don't bind minibuffer-history-sexp-flag. | Richard M. Stallman | 1993-11-19 | 1 | -9/+7 |
| * | (eval-expression): Fix typo: missing paren. | Roland McGrath | 1993-10-26 | 1 | -2/+2 |
| * | (eval-expression, edit-and-eval-command): Let | Brian Fox | 1993-10-25 | 1 | -12/+10 |
| * | (blink-matching-open): Treat / syntax like \ syntax. | Richard M. Stallman | 1993-10-21 | 1 | -1/+1 |
| * | (edit-and-eval-command): Let `read-from-minibuffer' manipulate the | Brian Fox | 1993-10-05 | 1 | -18/+24 |
| * | (kill-region): Use `equal' instead of `eq' to compare markers `beg' | Brian Fox | 1993-09-21 | 1 | -1/+1 |
| * | (current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L), | Paul Eggert | 1993-08-10 | 1 | -5/+4 |
| * | (shell-command, shell-command-on-region): | Richard M. Stallman | 1993-08-08 | 1 | -8/+5 |
| * | (do-auto-fill): Don't keep breaking the line | Richard M. Stallman | 1993-08-07 | 1 | -10/+16 |
| * | (shell-command-history): New variable. | Richard M. Stallman | 1993-07-31 | 1 | -2/+6 |
| * | (read-expression-history): New defvar. | Roland McGrath | 1993-07-26 | 1 | -2/+5 |
| * | (kill-ring-save): Delete spurious `message' call. | Richard M. Stallman | 1993-07-26 | 1 | -6/+9 |
| * | (completion-list-mode): Renamed from completion-mode. | Richard M. Stallman | 1993-07-22 | 1 | -11/+11 |
| * | (completion-setup-function): Insert the mouse help message | Richard M. Stallman | 1993-07-15 | 1 | -2/+3 |
| * | (completion-mode): New major mode. | Richard M. Stallman | 1993-07-13 | 1 | -0/+30 |
| * | (kill-ring-save): Call deactivate-mark regardless of transient-mark-mode. | Roland McGrath | 1993-07-08 | 1 | -1/+1 |
| * | (deactivate-mark): New function. | Roland McGrath | 1993-07-08 | 1 | -9/+12 |
| * | Put error-conditions and error-message properties on 'mark-inactive. | Roland McGrath | 1993-07-08 | 1 | -1/+4 |
| * | (kill-region): Cope with change hooks that change props. | Richard M. Stallman | 1993-07-03 | 1 | -2/+9 |
| * | * simple.el: Add bindings to function-key-map so that the keypad | Jim Blandy | 1993-07-01 | 1 | -0/+26 |
| * | (mark-even-if-inactive): New variable. | Richard M. Stallman | 1993-06-30 | 1 | -1/+8 |
| * | * simple.el (hscroll-point-visible): Work as documented in the | Jim Blandy | 1993-06-11 | 1 | -10/+22 |
| * | (append-to-buffer): Interactively, supply all 3 args. | Richard M. Stallman | 1993-06-10 | 1 | -1/+2 |
| * | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
| * | (mark): Doc fix. | Richard M. Stallman | 1993-06-05 | 1 | -2/+3 |
| * | (kill-ring-save): Doc fix. | Richard M. Stallman | 1993-06-04 | 1 | -1/+1 |
| * | (undo): Pass proper arg to delete-auto-save-file-if-necessary. | Richard M. Stallman | 1993-06-01 | 1 | -2/+3 |
| * | (kill-new): Pass t as 2nd arg to interprogram-cut-function. | Richard M. Stallman | 1993-05-24 | 1 | -8/+11 |
| * | (shell-command): Don't activate mark even momentarily. | Richard M. Stallman | 1993-05-24 | 1 | -1/+6 |
| * | (pending-undo-list): Var declared. | Richard M. Stallman | 1993-05-22 | 1 | -0/+3 |
| * | (transient-mark-mode): Doc fix. | Richard M. Stallman | 1993-05-21 | 1 | -1/+1 |
| * | (keyboard-quit): Run deactivate-mark-hook. | Richard M. Stallman | 1993-05-17 | 1 | -17/+33 |
| * | (push-mark): Always activate the mark if not in Transient Mark mode. | Richard M. Stallman | 1993-05-16 | 1 | -2/+3 |
| * | (yank, yank-pop): Don't activate the mark. | Richard M. Stallman | 1993-05-16 | 1 | -9/+20 |
| * | (push-mark): Don't activate the mark. | Richard M. Stallman | 1993-05-15 | 1 | -12/+22 |
| * | (transient-mark-mode): New command. | Richard M. Stallman | 1993-05-15 | 1 | -0/+12 |
| * | (previous-matching-history-element): If minibuf is empty, | Richard M. Stallman | 1993-05-06 | 1 | -14/+24 |
| * | (blink-matching-paren-distance): Change default to 12,000. | Richard M. Stallman | 1993-05-05 | 1 | -3/+2 |
| * | (up-arrow, down-arrow, left-arrow, right-arrow): Deleted. | Richard M. Stallman | 1993-04-29 | 1 | -38/+46 |
| * | (hscroll-step): New variable. | Eric S. Raymond | 1993-04-27 | 1 | -7/+26 |
| * | (down-arrow): New function. Uses next-line-add-newlines to suppress | Eric S. Raymond | 1993-04-25 | 1 | -0/+14 |
| * | All fsets changed to defaliases. | Eric S. Raymond | 1993-04-23 | 1 | -28/+51 |
| * | (indent-for-comment): Use skip-syntax-backward in place of | Roland McGrath | 1993-03-31 | 1 | -9/+10 |
| * | (count-lines): Use save-match-data. | Richard M. Stallman | 1993-03-29 | 1 | -12/+13 |
| * | *** empty log message *** | Eric S. Raymond | 1993-03-29 | 1 | -0/+28 |
| * | Added or corrected Commentary headers | Eric S. Raymond | 1993-03-22 | 1 | -0/+5 |
| * | (line-number-mode): New function and variable. | Richard M. Stallman | 1993-03-21 | 1 | -2/+16 |
| * | * simple.el (comment-indent-function): New variable, intended to | Jim Blandy | 1993-03-21 | 1 | -2/+9 |