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