log lisp/simple.el @ 5944:022fbe742832

age author description
Mon, 14 Feb 1994 19:51:22 +0000 Karl Heuer (current-word): Remove (interactive).
Sun, 13 Feb 1994 00:16:23 +0000 Richard M. Stallman (undo, yank): Set this-command to t at start,
Fri, 11 Feb 1994 06:03:57 +0000 Karl Heuer Fix syntax used for C-SPC.
Mon, 07 Feb 1994 18:40:13 +0000 Michael I. Bushnell Fix Roland's misplaced paren around call to marker-buffer.
Mon, 07 Feb 1994 04:48:18 +0000 Roland McGrath (push-mark): Don't push on global-mark-ring if its car is a marker in the
Mon, 07 Feb 1994 02:24:01 +0000 Roland McGrath (global-mark-ring, global-mark-ring-max): New variables.
Sun, 06 Feb 1994 23:40:45 +0000 Richard M. Stallman (kill-region): Test inhibit-read-only.
Fri, 04 Feb 1994 04:37:44 +0000 Richard M. Stallman (do-auto-fill): Don't break line at period-single-space.
Fri, 04 Feb 1994 01:13:05 +0000 Richard M. Stallman (comment-region): Fix previous change.
Thu, 03 Feb 1994 23:48:59 +0000 Michael I. Bushnell Rms (in his change to comment-region on Feb 1) decided to make
Wed, 02 Feb 1994 00:05:42 +0000 Richard M. Stallman (comment-region): Handle comment-end deletion for C-u.
Wed, 26 Jan 1994 17:19:32 +0000 Richard M. Stallman (next-line): Move error signaling and special end of
Wed, 19 Jan 1994 15:25:32 +0000 Richard M. Stallman (shell-command-on-region): If we quit the command,
Tue, 11 Jan 1994 15:56:29 +0000 Richard M. Stallman (open-line): Treat all cases of enabled undo alike.
Fri, 31 Dec 1993 06:45:33 +0000 Richard M. Stallman (open-line): Properly put fill-prefix on each line.
Fri, 31 Dec 1993 05:52:54 +0000 Richard M. Stallman (open-line): Move fill-prefix insert inside save-excursion.
Thu, 30 Dec 1993 10:06:31 +0000 Richard M. Stallman (transient-mark-mode): Doc fix.
Sat, 25 Dec 1993 00:47:30 +0000 Richard M. Stallman ascii-character props for backspace, delete, etc. moved back to x-win.el.
Sat, 25 Dec 1993 00:45:07 +0000 Richard M. Stallman (setting up kp-... keys): Make ascii-character props.
Fri, 24 Dec 1993 02:44:13 +0000 Richard M. Stallman (next-complete-history-element): Doc fix.
Wed, 24 Nov 1993 04:35:28 +0000 Richard M. Stallman (count-lines): In selective-display case,
Tue, 23 Nov 1993 11:03:16 +0000 Richard M. Stallman (repeat-complex-command): Undo Oct 2 change.
Fri, 19 Nov 1993 17:43:24 +0000 Richard M. Stallman (eval-expression): Don't bind minibuffer-history-sexp-flag.
Tue, 26 Oct 1993 18:06:48 +0000 Roland McGrath (eval-expression): Fix typo: missing paren.
Mon, 25 Oct 1993 06:07:23 +0000 Brian Fox (eval-expression, edit-and-eval-command): Let
Thu, 21 Oct 1993 21:25:05 +0000 Richard M. Stallman (blink-matching-open): Treat / syntax like \ syntax.
Tue, 05 Oct 1993 01:19:12 +0000 Brian Fox (edit-and-eval-command): Let `read-from-minibuffer' manipulate the
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):