log lisp/subr.el @ 22708:b9ca5d9ba49c

age author description
Tue, 07 Jul 1998 08:24:39 +0000 Richard M. Stallman (add-hook): Use member if FUNCTION is a compiled function.
Tue, 21 Apr 1998 18:38:34 +0000 Dave Love (remove-hook): Fix spurious quote.
Thu, 16 Apr 1998 05:40:48 +0000 Richard M. Stallman (local-set-key, global-set-key): Return what define-key returns.
Tue, 07 Apr 1998 18:22:28 +0000 Karl Heuer (add-to-list): Always return updated value of LIST-VAR.
Sat, 14 Mar 1998 08:15:36 +0000 Richard M. Stallman (save-match-data): store-match-data => set-match-data.
Sun, 08 Mar 1998 00:16:38 +0000 Richard M. Stallman (read-passwd): Renamed from read-password. New second arg CONFIRM.
Wed, 04 Mar 1998 07:42:24 +0000 Kenichi Handa (sref): Increase CHAR in the while loop.
Tue, 03 Mar 1998 01:35:39 +0000 Kenichi Handa (sref): Typo in doc-string fixed.
Sat, 28 Feb 1998 19:00:34 +0000 Richard M. Stallman (read-quoted-char): Doc fix.
Fri, 20 Feb 1998 01:43:38 +0000 Kenichi Handa * subr.el (sref): Doc-string added.
Wed, 04 Feb 1998 21:04:41 +0000 Richard M. Stallman (suspend-hook, suspend-resume-hook): New defvars.
Tue, 20 Jan 1998 04:56:52 +0000 Richard M. Stallman (momentary-string-display): Fix backward test
Fri, 09 Jan 1998 22:13:08 +0000 Richard M. Stallman (sref): Defined.
Sun, 21 Dec 1997 02:08:37 +0000 Richard M. Stallman (match-string-no-properties): New function.
Sun, 21 Dec 1997 01:35:50 +0000 Richard M. Stallman (split-string): Handle empty matches reasonably.
Sun, 21 Dec 1997 00:50:07 +0000 Richard M. Stallman (read-password): New function.
Thu, 04 Dec 1997 05:28:27 +0000 Karl Heuer (global-set-key, local-set-key): Doc fix.
Mon, 01 Sep 1997 19:42:16 +0000 Richard M. Stallman Comment change.
Wed, 27 Aug 1997 22:34:30 +0000 Richard M. Stallman (last): Accept optional second argument.
Sat, 23 Aug 1997 19:10:42 +0000 Richard M. Stallman (last): New function.
Sat, 23 Aug 1997 18:55:52 +0000 Richard M. Stallman (caar, cadr, cdar, cddr): Definitions moved here and changed into defsubsts.
Tue, 05 Aug 1997 20:52:56 +0000 Richard M. Stallman (functionp): Use byte-code-function-p, not compiled-function-p.
Tue, 05 Aug 1997 20:51:55 +0000 Richard M. Stallman (read-quoted-char): Fix handling of meta-chars.
Sat, 26 Jul 1997 22:21:49 +0000 Richard M. Stallman (read-quoted-char): Consistently downcase letter "digits".
Thu, 24 Jul 1997 17:01:46 +0000 Richard M. Stallman (read-quoted-char): Convert function keys like Return
Sun, 20 Jul 1997 17:36:48 +0000 Richard M. Stallman (custom-declare-variable-early): New function.
Thu, 17 Jul 1997 06:24:48 +0000 Richard M. Stallman (read-quoted-char): Handle non-character events.
Wed, 16 Jul 1997 05:34:38 +0000 Richard M. Stallman (read-quoted-char): Read any number of octal digits,
Fri, 30 May 1997 19:21:06 +0000 Richard M. Stallman (substitute-key-definition): Check vectorp, not arrayp.
Sun, 25 May 1997 18:05:58 +0000 Richard M. Stallman (substitute-key-definition): Fix previous change.
Thu, 22 May 1997 19:00:25 +0000 Richard M. Stallman (substitute-key-definition): Handle chartables.
Fri, 09 May 1997 06:31:04 +0000 Richard M. Stallman (read-quoted-char): Don't mask down to 8 bits.
Thu, 01 May 1997 06:47:29 +0000 Richard M. Stallman (make-syntax-table): Doc fix.
Thu, 01 May 1997 02:03:16 +0000 Richard M. Stallman (shell-quote-argument): Quote null string usefully.
Sun, 13 Apr 1997 08:08:11 +0000 Richard M. Stallman (kbd): New macro.
Sat, 12 Apr 1997 19:13:07 +0000 Richard M. Stallman (functionp): New function.
Sat, 22 Mar 1997 03:55:21 +0000 Richard M. Stallman (substitute-key-definition):
Fri, 14 Mar 1997 17:58:03 +0000 Karl Heuer (when, unless): Symbol props moved from cl.el.
Wed, 12 Mar 1997 02:08:10 +0000 Karl Heuer Fix typo in previous change.
Tue, 11 Mar 1997 23:55:24 +0000 Karl Heuer (combine-after-change-calls): Doc fix.
Wed, 08 Jan 1997 06:09:02 +0000 Richard M. Stallman (when, unless): Definitions moved from cl.el.
Sun, 10 Nov 1996 05:02:38 +0000 Richard M. Stallman (define-key-after): If AFTER is t, always put new binding at the end.
Sat, 09 Nov 1996 21:46:35 +0000 Richard M. Stallman (combine-after-change-calls): New macro.
Sat, 12 Oct 1996 23:54:53 +0000 Richard M. Stallman (define-function): Define as alias for defalias.
Thu, 03 Oct 1996 02:13:52 +0000 Erik Naggum (with-current-buffer): Minor cleanup.
Sat, 28 Sep 1996 04:16:00 +0000 Richard M. Stallman (with-temp-file): New macro.
Wed, 25 Sep 1996 22:35:17 +0000 Richard M. Stallman (split-string): Fix minor bug.
Tue, 24 Sep 1996 21:19:03 +0000 Richard M. Stallman (split-string): New function.
Tue, 24 Sep 1996 20:03:15 +0000 Richard M. Stallman (with-output-to-string): New macro.
Mon, 23 Sep 1996 04:29:04 +0000 Richard M. Stallman (run-hooks): defconst deleted.
Sun, 22 Sep 1996 21:31:56 +0000 Richard M. Stallman (eql): Incorrect definition deleted.
Sun, 22 Sep 1996 04:40:37 +0000 Richard M. Stallman (with-current-buffer): New macro.
Fri, 30 Aug 1996 03:05:22 +0000 Richard M. Stallman (save-match-data): Fix typo in previous change.
Thu, 29 Aug 1996 01:54:43 +0000 Richard M. Stallman (save-match-data): Fix previous change.
Wed, 28 Aug 1996 22:44:18 +0000 Richard M. Stallman (save-match-data): Use save-match-data-internal
Wed, 21 Aug 1996 20:36:30 +0000 Richard M. Stallman (keyboard-translate): Use a char-table.
Thu, 04 Jul 1996 05:45:59 +0000 Miles Bader (unfocus-frame, focus-frame): Define as no-ops.
Wed, 28 Feb 1996 09:22:11 +0000 Simon Marshall Make get-buffer-window-list take MINIBUF arg.
Thu, 08 Feb 1996 10:27:24 +0000 Simon Marshall Cope if get-buffer-window-list is given a buffer name (like get-buffer-window does).
Thu, 08 Feb 1996 10:04:55 +0000 Simon Marshall Added get-buffer-window-list.