log lisp/subr.el @ 74043:2bd7a6d6a83f

age author description
Sun, 12 Nov 2006 19:55:58 +0000 Richard M. Stallman (remove-overlays): Fix last change.
Wed, 08 Nov 2006 18:46:58 +0000 Romain Francoise (remove-overlays): Fix typo in last change.
Wed, 08 Nov 2006 17:31:29 +0000 Richard M. Stallman (remove-overlays): Call overlay-recenter.
Mon, 30 Oct 2006 22:49:04 +0000 David Kastrup (add-to-list): Don't continue checking if a match has
Sun, 22 Oct 2006 22:37:51 +0000 Kim F. Storm (add-to-list): Fix last change--optimize for no compare-fn.
Sun, 22 Oct 2006 22:32:53 +0000 Kim F. Storm (add-to-list): Optimize if compare-fn is `eq' or `eql'.
Wed, 18 Oct 2006 10:56:46 +0000 Richard M. Stallman (insert-for-yank-1): If last inserted char has properties,
Fri, 13 Oct 2006 19:24:22 +0000 Eli Zaretskii (start-process-shell-command): Doc fix.
Thu, 28 Sep 2006 19:06:39 +0000 Richard M. Stallman (insert-for-yank-1): Handle `font-lock-face' specially.
Mon, 25 Sep 2006 23:03:39 +0000 Jason Rumney (shell-quote-argument): Use DOS logic for Windows shells with DOS semantics.
Wed, 20 Sep 2006 20:46:33 +0000 Vinicius Jose Latorre Adjust comment
Mon, 11 Sep 2006 22:21:55 +0000 Kim F. Storm (sit-for): Rework to use input-pending-p and cond.
Sun, 10 Sep 2006 17:45:42 +0000 Richard M. Stallman (add-to-list): New argument COMPARE-FN.
Wed, 26 Jul 2006 18:18:26 +0000 Chong Yidong * subr.el (sit-for): Use new SECONDS arg of read-event instead of
Mon, 24 Jul 2006 17:01:08 +0000 Richard M. Stallman (dolist, dotimes): Use interned symbols for iteration.
Tue, 18 Jul 2006 01:34:48 +0000 Chong Yidong * subr.el (sit-for): Just sleep-for if noninteractive.
Tue, 11 Jul 2006 00:17:43 +0000 Kim F. Storm (sit-for): Doc fix. Specify normal arg list using fn-form.
Mon, 10 Jul 2006 18:52:13 +0000 Chong Yidong * subr.el (sit-for): New function.
Sun, 09 Jul 2006 02:00:10 +0000 Richard M. Stallman (def-edebug-spec): Moved here.
Fri, 02 Jun 2006 03:29:47 +0000 Richard M. Stallman (with-current-buffer): Doc fix.
Tue, 30 May 2006 01:18:24 +0000 Richard M. Stallman (with-current-buffer): Doc fix.
Mon, 29 May 2006 00:28:43 +0000 Richard M. Stallman (load-history-regexp): If FILE is relative, insist
Thu, 25 May 2006 00:20:40 +0000 Richard M. Stallman (with-local-quit): Doc fix.
Thu, 25 May 2006 00:18:55 +0000 Richard M. Stallman (with-local-quit): When handling `quit' signal,
Wed, 24 May 2006 22:27:19 +0000 Richard M. Stallman (read-passwd): Copy PROMPT before changing its properties.
Wed, 24 May 2006 13:22:12 +0000 Alan Mackenzie startup.el (command-line): For names of preloaded files, don't append
Tue, 16 May 2006 11:19:39 +0000 Kim F. Storm (add-to-history): Add KEEP-ALL arg and align functionality
Wed, 10 May 2006 01:58:37 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271
Wed, 10 May 2006 00:32:34 +0000 Nick Roberts (field-at-point): New function.
Sun, 07 May 2006 20:49:01 +0000 Kim F. Storm (add-to-history): Remove keep-dups arg.