log lisp/subr.el @ 67892:e188efbb47ee

age author description
Wed, 28 Dec 2005 16:36:18 +0000 Luc Teirlinck (lazy-completion-table): Correct typo in docstring.
Mon, 26 Dec 2005 15:57:37 +0000 Stefan Monnier (lazy-completion-table): Remove argument `args'.
Mon, 19 Dec 2005 02:20:33 +0000 Stefan Monnier (lazy-completion-table): Don't be fooled if the var holds
Mon, 12 Dec 2005 14:23:06 +0000 Kim F. Storm (version-regexp-alist): Allow space as separator before
Sat, 03 Dec 2005 02:30:48 +0000 John Paul Wallington (atomic-change-group): Add edebug and indentation spec.
Sat, 19 Nov 2005 12:49:30 +0000 Eli Zaretskii (read-passwd): Fontify the prompt as we do with other prompts.
Fri, 28 Oct 2005 16:55:48 +0000 Romain Francoise * subr.el (locate-library): Move from help-fns.el.
Sat, 22 Oct 2005 17:34:49 +0000 Romain Francoise (eval-after-load): Convert library name to an absolute file name using
Sat, 22 Oct 2005 15:35:45 +0000 Richard M. Stallman (make-temp-file): Moved to files.el.
Sat, 22 Oct 2005 15:23:00 +0000 Richard M. Stallman (eval-at-startup): New macro.
Sat, 22 Oct 2005 15:01:08 +0000 Richard M. Stallman Much rearrangement of functions and division into pages. No code changes.
Fri, 21 Oct 2005 17:19:57 +0000 Richard M. Stallman (symbol-file): Doc fix.
Sat, 24 Sep 2005 10:40:13 +0000 Eli Zaretskii (version-regexp-alist): Extend valid syntax for version strings:
Fri, 26 Aug 2005 12:31:55 +0000 Kim F. Storm (version-list-<, version-list-<=, version-list-=)
Thu, 25 Aug 2005 10:57:38 +0000 Richard M. Stallman (play-sound): Rearrange to avoid warning.
Thu, 25 Aug 2005 01:37:47 +0000 Vinicius Jose Latorre version string comparison
Sat, 20 Aug 2005 21:48:51 +0000 Richard M. Stallman (replace-regexp-in-string): Doc fix.
Wed, 17 Aug 2005 14:08:30 +0000 Kim F. Storm (insert-for-yank-1): Doc fix.
Tue, 09 Aug 2005 02:51:22 +0000 Richard M. Stallman (while-no-input): Return t if there is input.
Sat, 06 Aug 2005 22:13:43 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 23:32:44 +0000 Lute Kamstra Update FSF's address.
Mon, 27 Jun 2005 21:21:36 +0000 Luc Teirlinck (add-to-list, add-to-ordered-list): Doc fixes.
Sat, 25 Jun 2005 14:04:18 +0000 Richard M. Stallman (with-selected-window): Use save-current-buffer.
Wed, 22 Jun 2005 23:16:59 +0000 Kim F. Storm (save-match-data): Add comment about using evaporate arg
Tue, 21 Jun 2005 14:10:34 +0000 Juanma Barranquero (1value, lambda, key-substitution-in-progress): Doc fixes.
Mon, 20 Jun 2005 21:41:34 +0000 Kim F. Storm (add-to-ordered-list): Test membership with eq. Simplify.
Wed, 15 Jun 2005 20:58:20 +0000 Stefan Monnier (add-to-ordered-list): Use a weak hash-table to avoid leaks.
Tue, 14 Jun 2005 08:14:06 +0000 Kim F. Storm (add-to-ordered-list): Rework to use list-order property of list-var.
Mon, 13 Jun 2005 21:29:52 +0000 Kim F. Storm (add-to-ordered-list): New defun.
Mon, 13 Jun 2005 20:45:50 +0000 Stefan Monnier (complete-in-turn): New macro.