log lisp/simple.el @ 49312:ebc6f47b202e

age author description
Sat, 18 Jan 2003 23:59:12 +0000 Kim F. Storm (yank-pop): Always call yank-undo-function with start <= end.
Sat, 18 Jan 2003 23:34:14 +0000 Kim F. Storm (kill-new, kill-append, kill-region): New optional parameter yank-handler.
Tue, 14 Jan 2003 10:16:00 +0000 Kim F. Storm (clone-process): Copy process' plist to new process.
Tue, 07 Jan 2003 19:25:20 +0000 Markus Rost (set-variable): Load deps of custom variables without type.
Mon, 06 Jan 2003 01:17:19 +0000 Richard M. Stallman (split-line): Clean up implementation.
Fri, 03 Jan 2003 22:46:06 +0000 Kim F. Storm (split-line): If present, copy fill-prefix from
Sat, 28 Dec 2002 21:23:23 +0000 Richard M. Stallman (repeat-complex-command): Signal real error on failure.
Mon, 02 Dec 2002 22:24:34 +0000 Stefan Monnier (completion-setup-function): Fix last change to use
Mon, 02 Dec 2002 16:18:33 +0000 Richard M. Stallman (completion-setup-function): Handle ffap-read-file-or-url-internal
Fri, 29 Nov 2002 15:09:37 +0000 Richard M. Stallman (yank-window-start): New variable.
Mon, 18 Nov 2002 04:55:28 +0000 Richard M. Stallman (indicate-unused-lines, default-indicate-unused-lines): New variable aliases.
Sat, 09 Nov 2002 12:56:04 +0000 Dave Love (quoted-insert): Bind translation-table-for-input, not
Wed, 06 Nov 2002 23:27:24 +0000 Dave Love (quoted-insert): Bind keyboard-translate-table around
Sat, 26 Oct 2002 22:40:31 +0000 Richard M. Stallman (toggle-truncate-lines): When turning off truncation,
Tue, 24 Sep 2002 18:39:48 +0000 Markus Rost (edit-and-eval-command): Protect command-history.
Fri, 13 Sep 2002 14:21:45 +0000 Stefan Monnier (transient-mark-mode, line-number-mode, column-number-mode):
Fri, 13 Sep 2002 13:56:41 +0000 Stefan Monnier Provide `simple'.
Wed, 11 Sep 2002 20:46:33 +0000 Stefan Monnier (transient-mark-mode, line-number-mode, column-number-mode):
Tue, 10 Sep 2002 01:32:32 +0000 Markus Rost (transient-mark-mode, line-number-mode, column-number-mode): Undo the
Tue, 10 Sep 2002 01:23:57 +0000 Miles Bader (do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
Mon, 09 Sep 2002 22:45:03 +0000 Kim F. Storm (keyboard-quit): Set defining-kbd-macro to nil to
Mon, 09 Sep 2002 22:09:14 +0000 Stefan Monnier (what-line): Don't hard-code 1.
Mon, 09 Sep 2002 00:27:30 +0000 Richard M. Stallman (undo-elt-in-region): Fix one-off error at END.
Fri, 06 Sep 2002 07:17:49 +0000 Juanma Barranquero (choose-completion-string-functions): Fix spacing.
Sun, 01 Sep 2002 13:29:34 +0000 Richard M. Stallman (kill-line): Use end-of-visible-line to determine
Tue, 13 Aug 2002 01:48:42 +0000 Richard M. Stallman (toggle-truncate-lines): Force redisplay. Display status message.
Fri, 09 Aug 2002 14:14:06 +0000 Richard M. Stallman (set-variable): If given a prefix argument, set variable buffer-locally.
Tue, 23 Jul 2002 19:25:27 +0000 Richard M. Stallman (undo, undo-more): Adjust messages when undoing in a region.
Thu, 18 Jul 2002 14:57:46 +0000 Richard M. Stallman (choose-completion-delete-max-match): Handle minibuffer prompts explicitly.
Tue, 16 Jul 2002 13:38:19 +0000 Richard M. Stallman (choose-completion-string): Doc fix.