| Commit message (Expand) | Author | Age | Files | Lines |
* | (back-to-indentation): Skip all whitespace except for newlines. | Richard M. Stallman | 2003-02-04 | 1 | -1/+2 |
* | (kill-new): Improve doc string for yank-handler. | Kim F. Storm | 2003-01-27 | 1 | -7/+17 |
* | Doc fixes. | Kim F. Storm | 2003-01-21 | 1 | -2/+5 |
* | (completion-setup-function): Set default-directory | Richard M. Stallman | 2003-01-20 | 1 | -1/+8 |
* | (yank-pop): Always call yank-undo-function with start <= end. | Kim F. Storm | 2003-01-18 | 1 | -1/+3 |
* | (kill-new, kill-append, kill-region): New optional parameter yank-handler. | Kim F. Storm | 2003-01-18 | 1 | -16/+36 |
* | (clone-process): Copy process' plist to new process. | Kim F. Storm | 2003-01-14 | 1 | -1/+3 |
* | (set-variable): Load deps of custom variables without type. | Markus Rost | 2003-01-07 | 1 | -0/+3 |
* | (split-line): Clean up implementation. | Richard M. Stallman | 2003-01-06 | 1 | -11/+12 |
* | (split-line): If present, copy fill-prefix from | Kim F. Storm | 2003-01-03 | 1 | -5/+19 |
* | (repeat-complex-command): Signal real error on failure. | Richard M. Stallman | 2002-12-28 | 1 | -1/+3 |
* | (completion-setup-function): Fix last change to use | Stefan Monnier | 2002-12-02 | 1 | -2/+1 |
* | (completion-setup-function): Handle ffap-read-file-or-url-internal | Richard M. Stallman | 2002-12-02 | 1 | -1/+2 |
* | (yank-window-start): New variable. | Richard M. Stallman | 2002-11-29 | 1 | -0/+6 |
* | (indicate-unused-lines, default-indicate-unused-lines): New variable aliases. | Richard M. Stallman | 2002-11-18 | 1 | -0/+3 |
* | (quoted-insert): Bind translation-table-for-input, not | Dave Love | 2002-11-09 | 1 | -1/+1 |
* | (quoted-insert): Bind keyboard-translate-table around | Dave Love | 2002-11-06 | 1 | -4/+5 |
* | (toggle-truncate-lines): When turning off truncation, | Richard M. Stallman | 2002-10-26 | 1 | -1/+8 |
* | (edit-and-eval-command): Protect command-history. | Markus Rost | 2002-09-24 | 1 | -16/+20 |
* | (transient-mark-mode, line-number-mode, column-number-mode): | Stefan Monnier | 2002-09-13 | 1 | -3/+3 |
* | Provide `simple'. | Stefan Monnier | 2002-09-13 | 1 | -0/+1 |
* | (transient-mark-mode, line-number-mode, column-number-mode): | Stefan Monnier | 2002-09-11 | 1 | -67/+6 |
* | (transient-mark-mode, line-number-mode, column-number-mode): Undo the | Markus Rost | 2002-09-10 | 1 | -6/+32 |
* | (do-auto-fill): `fill-indent-according-to-mode' is a variable, not a | Miles Bader | 2002-09-10 | 1 | -1/+1 |
* | (keyboard-quit): Set defining-kbd-macro to nil to | Kim F. Storm | 2002-09-09 | 1 | -0/+1 |
* | (what-line): Don't hard-code 1. | Stefan Monnier | 2002-09-09 | 1 | -41/+19 |
* | (undo-elt-in-region): Fix one-off error at END. | Richard M. Stallman | 2002-09-09 | 1 | -29/+53 |
* | (choose-completion-string-functions): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
* | (kill-line): Use end-of-visible-line to determine | Richard M. Stallman | 2002-09-01 | 1 | -10/+19 |
* | (toggle-truncate-lines): Force redisplay. Display status message. | Richard M. Stallman | 2002-08-13 | 1 | -2/+6 |
* | (set-variable): If given a prefix argument, set variable buffer-locally. | Richard M. Stallman | 2002-08-09 | 1 | -4/+16 |
* | (undo, undo-more): Adjust messages when undoing in a region. | Richard M. Stallman | 2002-07-23 | 1 | -2/+6 |
* | (choose-completion-delete-max-match): Handle minibuffer prompts explicitly. | Richard M. Stallman | 2002-07-18 | 1 | -5/+8 |
* | (choose-completion-string): Doc fix. | Richard M. Stallman | 2002-07-16 | 1 | -1/+2 |
* | 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2002-07-04 | 1 | -0/+9 |
* | (shell-command-default-error-buffer): Doc fix. | Andreas Schwab | 2002-06-29 | 1 | -1/+1 |
* | (display-message-or-buffer): Fix last change. | Andreas Schwab | 2002-06-29 | 1 | -1/+1 |
* | (shell-command-on-region): Handle errors and signals | Andreas Schwab | 2002-06-29 | 1 | -10/+18 |
* | (shell-command): Match & only at end of whole command. | Richard M. Stallman | 2002-06-26 | 1 | -12/+15 |
* | (what-cursor-position): Use describe-char. | Richard M. Stallman | 2002-06-17 | 1 | -2/+2 |
* | (line-move-finish): Inhibit field motion when computing `line-end'. | Miles Bader | 2002-06-10 | 1 | -1/+2 |
* | Don't require cl. | Richard M. Stallman | 2002-06-04 | 1 | -2/+1 |
* | (choose-completion-string-functions): Doc fix. | Richard M. Stallman | 2002-06-02 | 1 | -8/+14 |
* | Reworked 2001-06-01 change. | Kim F. Storm | 2002-06-01 | 1 | -37/+38 |
* | (choose-completion-string-functions): New special hook. | Kim F. Storm | 2002-06-01 | 1 | -0/+12 |
* | (open-network-stream, open-network-stream-nowait) | Richard M. Stallman | 2002-05-30 | 1 | -91/+0 |
* | (open-network-stream-server): Pass on optional args | Kim F. Storm | 2002-05-28 | 1 | -1/+2 |
* | (push-mark-command): Added optional NOMSG arg. | Kim F. Storm | 2002-05-27 | 1 | -4/+6 |
* | (yank-excluded-properties): Change :version attribute to a string. | Markus Rost | 2002-05-20 | 1 | -1/+1 |
* | Follow coding conventions. | Pavel JanÃk | 2002-05-02 | 1 | -0/+3 |