| Commit message (Expand) | Author | Age | Files | Lines |
* | Change bindings of event-apply-control-modifier, | Karl Heuer | 1995-04-05 | 1 | -13/+6 |
* | (event-apply-modifier): Fix off-by-one errors. | Karl Heuer | 1995-04-04 | 1 | -4/+4 |
* | (choose-completion-string): Use active-minibuffer-window. | Richard M. Stallman | 1995-03-31 | 1 | -2/+3 |
* | (event-apply-modifier): New function. | Richard M. Stallman | 1995-03-28 | 1 | -0/+61 |
* | (shell-command): Use *Async Shell Command* for | Richard M. Stallman | 1995-03-21 | 1 | -2/+11 |
* | (line-move): Handle conses in buffer-invisibility-spec. | Richard M. Stallman | 1995-03-16 | 1 | -5/+11 |
* | (block-comment-start, block-comment-end): New vars. | Richard M. Stallman | 1995-03-12 | 1 | -38/+53 |
* | (completion-setup-function): Set completion-base-size. | Richard M. Stallman | 1995-03-11 | 1 | -2/+4 |
* | (line-move-ignore-invisible): New variable. | Richard M. Stallman | 1995-03-10 | 1 | -1/+23 |
* | (indent-new-comment-line): Clean up handling of \(...\) in comment-start-skip. | Richard M. Stallman | 1995-03-08 | 1 | -6/+5 |
* | (shell-command-on-region): Obey REPLACE even if | Richard M. Stallman | 1995-03-03 | 1 | -7/+8 |
* | (newline): Moved from cmds.c. Indents last | Boris Goldowsky | 1995-03-01 | 1 | -0/+34 |
* | (shell-command-on-region): Fix typos in doc string. | Karl Heuer | 1995-03-01 | 1 | -72/+1 |
* | (shell-command-on-region): Rename arg; doc fix. | Richard M. Stallman | 1995-02-28 | 1 | -11/+13 |
* | (open-line): indent when inserting fil-prefix. | Boris Goldowsky | 1995-02-23 | 1 | -11/+9 |
* | (shell-command-on-region): When computing interactive args, | Richard M. Stallman | 1995-02-23 | 1 | -5/+11 |
* | (quoted-insert): Use insert-and-inherit. | Richard M. Stallman | 1995-02-17 | 1 | -3/+6 |
* | (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 |