log lisp/simple.el @ 4765:5815d7b38e9a

age author description
Tue, 21 Sep 1993 07:43:20 +0000 Brian Fox (kill-region): Use `equal' instead of `eq' to compare markers `beg'
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),
Sun, 08 Aug 1993 07:47:33 +0000 Richard M. Stallman (shell-command, shell-command-on-region):
Sat, 07 Aug 1993 08:19:18 +0000 Richard M. Stallman (do-auto-fill): Don't keep breaking the line
Sat, 31 Jul 1993 06:10:44 +0000 Richard M. Stallman (shell-command-history): New variable.
Mon, 26 Jul 1993 18:32:07 +0000 Roland McGrath (read-expression-history): New defvar.
Mon, 26 Jul 1993 07:31:11 +0000 Richard M. Stallman (kill-ring-save): Delete spurious `message' call.
Thu, 22 Jul 1993 05:47:10 +0000 Richard M. Stallman (completion-list-mode): Renamed from completion-mode.
Thu, 15 Jul 1993 05:47:31 +0000 Richard M. Stallman (completion-setup-function): Insert the mouse help message
Tue, 13 Jul 1993 21:34:05 +0000 Richard M. Stallman (completion-mode): New major mode.
Thu, 08 Jul 1993 22:42:14 +0000 Roland McGrath (kill-ring-save): Call deactivate-mark regardless of transient-mark-mode.
Thu, 08 Jul 1993 22:37:42 +0000 Roland McGrath (deactivate-mark): New function.
Thu, 08 Jul 1993 21:46:22 +0000 Roland McGrath Put error-conditions and error-message properties on 'mark-inactive.
Sat, 03 Jul 1993 19:12:35 +0000 Richard M. Stallman (kill-region): Cope with change hooks that change props.