log lisp/subr.el @ 77741:d6bccf97e3e1

age author description
Sun, 22 Apr 2007 16:56:19 +0000 Richard M. Stallman (read-number): Catch errors.
Sat, 21 Apr 2007 08:55:41 +0000 Richard M. Stallman (read-number): Doc fix.
Mon, 09 Apr 2007 23:10:00 +0000 Vinicius Jose Latorre Fix indentation.
Fri, 06 Apr 2007 12:15:04 +0000 John Paul Wallington (with-case-table): Use `make-symbol' to avoid variable capture.
Wed, 04 Apr 2007 15:34:43 +0000 Chong Yidong * subr.el (with-case-table): New macro.
Mon, 19 Mar 2007 18:39:24 +0000 Chong Yidong Revert 2007-01-04 change by Kevin Rodgers due to lack of legal papers.
Mon, 19 Mar 2007 09:44:13 +0000 Juanma Barranquero (def-edebug-spec): Fix typo in docstring.
Sun, 18 Mar 2007 00:44:24 +0000 Kim F. Storm (when, unless): Doc fix.
Fri, 09 Feb 2007 23:09:16 +0000 Chong Yidong (insert-for-yank-1): Prevent read-only properties from interfering
Sun, 21 Jan 2007 03:53:13 +0000 Glenn Morris Add 2007 to copyright years.
Wed, 10 Jan 2007 01:15:07 +0000 Richard M. Stallman (momentary-string-display): Use save-excursion.
Sat, 06 Jan 2007 14:36:34 +0000 Eli Zaretskii (split-string): Remove spurious ")" from doc string.
Fri, 05 Jan 2007 17:49:43 +0000 Dan Nicolaescu * faces.el (momentary): Move here ...
Thu, 04 Jan 2007 21:46:06 +0000 Richard M. Stallman (momentary): New face.
Tue, 02 Jan 2007 23:44:44 +0000 Juanma Barranquero (momentary-string-display): After moving point, set POS variable to it to avoid
Mon, 11 Dec 2006 16:14:15 +0000 Juanma Barranquero (unread-command-char): Reflow obsolescence info.
Mon, 27 Nov 2006 14:05:58 +0000 Juanma Barranquero (momentary-string-display): "?\ " -> "?\s".
Sun, 19 Nov 2006 23:42:37 +0000 Juanma Barranquero (posn-image): Fix typo in docstring.
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.