| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (clone-indirect-buffer-other-window): Fix a typo in `pop-up-window'. | Eli Zaretskii | 2002-05-01 | 1 | -1/+1 |
* | (yank-excluded-properties): Added help-echo to list. | Kim F. Storm | 2002-04-29 | 1 | -1/+1 |
* | (next-buffer, prev-buffer): New commands. | Richard M. Stallman | 2002-04-27 | 1 | -3/+23 |
* | (line-move-finish): Find beg and end of line | Richard M. Stallman | 2002-04-22 | 1 | -7/+20 |
* | (yank-excluded-properties): New user option. | Richard M. Stallman | 2002-04-19 | 1 | -14/+14 |
* | (pop-to-mark-command): Do not set this-command. | Kim F. Storm | 2002-04-18 | 1 | -2/+5 |
* | (pop-to-mark-command, push-mark-command): New commands. | Kim F. Storm | 2002-04-14 | 1 | -22/+64 |
* | (line-move): Use memq rather than or. | Stefan Monnier | 2002-04-11 | 1 | -107/+68 |
* | (play-sound): Move to subr.el. | Pavel Janík | 2002-04-07 | 1 | -21/+0 |
* | (play-sound): New function (uses play-sound-internal). | Pavel Janík | 2002-04-05 | 1 | -0/+21 |
* | (kill-new): Doc fix. | Richard M. Stallman | 2002-03-31 | 1 | -1/+1 |
* | (play-sound-file): Moved from subr.el, made unconditional. | Richard M. Stallman | 2002-03-29 | 1 | -19/+32 |
* | (line-move-to-column): Don't call move-to-column if COL=0. | Richard M. Stallman | 2002-03-28 | 1 | -1/+3 |
* | Fix typo. | Pavel Janík | 2002-03-26 | 1 | -1/+1 |
* | Test for network process support with featurep. | Kim F. Storm | 2002-03-21 | 1 | -2/+2 |
* | (open-network-stream-nowait): Use featurep. | Kim F. Storm | 2002-03-21 | 1 | -2/+2 |
* | Update copyright. | Kim F. Storm | 2002-03-17 | 1 | -7/+90 |
* | (shell-command-on-region): Call push-mark with | Eli Zaretskii | 2002-03-09 | 1 | -1/+1 |