log lisp/simple.el @ 46845:e06b5768debd

age author description
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.
Thu, 04 Jul 2002 13:36:12 +0000 Per Abrahamsen 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
Sat, 29 Jun 2002 18:16:12 +0000 Andreas Schwab (shell-command-default-error-buffer): Doc fix.
Sat, 29 Jun 2002 18:12:54 +0000 Andreas Schwab (display-message-or-buffer): Fix last change.
Sat, 29 Jun 2002 18:08:22 +0000 Andreas Schwab (shell-command-on-region): Handle errors and signals
Wed, 26 Jun 2002 08:59:32 +0000 Richard M. Stallman (shell-command): Match & only at end of whole command.
Mon, 17 Jun 2002 16:15:09 +0000 Richard M. Stallman (what-cursor-position): Use describe-char.
Mon, 10 Jun 2002 08:04:48 +0000 Miles Bader (line-move-finish): Inhibit field motion when computing `line-end'.
Tue, 04 Jun 2002 23:31:42 +0000 Richard M. Stallman Don't require cl.
Sun, 02 Jun 2002 00:01:18 +0000 Richard M. Stallman (choose-completion-string-functions): Doc fix.
Sat, 01 Jun 2002 21:56:01 +0000 Kim F. Storm Reworked 2001-06-01 change.
Sat, 01 Jun 2002 00:00:29 +0000 Kim F. Storm (choose-completion-string-functions): New special hook.
Thu, 30 May 2002 17:12:15 +0000 Richard M. Stallman (open-network-stream, open-network-stream-nowait)
Tue, 28 May 2002 22:04:14 +0000 Kim F. Storm (open-network-stream-server): Pass on optional args
Mon, 27 May 2002 12:13:56 +0000 Kim F. Storm (push-mark-command): Added optional NOMSG arg.
Mon, 20 May 2002 03:06:24 +0000 Markus Rost (yank-excluded-properties): Change :version attribute to a string.
Thu, 02 May 2002 05:41:46 +0000 Pavel Jank Follow coding conventions.
Wed, 01 May 2002 15:08:00 +0000 Eli Zaretskii (clone-indirect-buffer-other-window): Fix a typo in `pop-up-window'.
Mon, 29 Apr 2002 21:08:33 +0000 Kim F. Storm (yank-excluded-properties): Added help-echo to list.
Sat, 27 Apr 2002 23:16:18 +0000 Richard M. Stallman (next-buffer, prev-buffer): New commands.
Mon, 22 Apr 2002 22:35:46 +0000 Richard M. Stallman (line-move-finish): Find beg and end of line
Fri, 19 Apr 2002 00:05:22 +0000 Richard M. Stallman (yank-excluded-properties): New user option.
Thu, 18 Apr 2002 22:16:00 +0000 Kim F. Storm (pop-to-mark-command): Do not set this-command.
Sun, 14 Apr 2002 17:27:55 +0000 Kim F. Storm (pop-to-mark-command, push-mark-command): New commands.
Thu, 11 Apr 2002 23:44:06 +0000 Stefan Monnier (line-move): Use memq rather than or.
Sun, 07 Apr 2002 10:10:23 +0000 Pavel Jank (play-sound): Move to subr.el.
Fri, 05 Apr 2002 05:50:11 +0000 Pavel Jank (play-sound): New function (uses play-sound-internal).