log lisp/subr.el @ 53063:5ce618af4f38

age author description
Sat, 15 Nov 2003 00:56:16 +0000 Thien-Thi Nguyen (minor-mode-list): Add `hs-minor-mode'.
Mon, 03 Nov 2003 14:44:48 +0000 Stefan Monnier (add-hook): Fix last change.
Mon, 20 Oct 2003 23:41:18 +0000 Richard M. Stallman (add-hook): Correctly detect when make-local-hook was used.
Thu, 16 Oct 2003 13:13:29 +0000 Lute Kamstra (force-mode-line-update): Fix docstring.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Fri, 29 Aug 2003 16:20:18 +0000 Richard M. Stallman Comment change.
Wed, 06 Aug 2003 01:05:15 +0000 Richard M. Stallman (read-passwd): Use clear-string instead of fillarray.
Mon, 21 Jul 2003 18:03:06 +0000 John Paul Wallington (with-selected-window): Add closing paren.
Mon, 21 Jul 2003 09:57:01 +0000 Richard M. Stallman (with-selected-window): Copy code form save-selected-window
Tue, 08 Jul 2003 16:56:56 +0000 Markus Rost (dolist, dotimes): Doc fix.
Mon, 30 Jun 2003 10:33:52 +0000 Richard M. Stallman (lazy-completion-table, dynamic-completion-table): New macros.
Wed, 18 Jun 2003 21:49:16 +0000 Stefan Monnier (looking-back): Handle the case of non-trivial regexps.
Fri, 30 May 2003 23:11:35 +0000 Juanma Barranquero (looking-back): New function to check for regular expression before point.
Thu, 22 May 2003 20:59:57 +0000 Juanma Barranquero (split-string): Implement specification that splitting on explicit separators
Sun, 18 May 2003 15:04:24 +0000 Richard M. Stallman (prepare-change-group): Reinstate BUFFER arg; make it work.
Sun, 18 May 2003 02:31:19 +0000 Stefan Monnier (macro-declaration-function): Avoid `dolist' and `cadr'.
Sat, 17 May 2003 22:00:40 +0000 Stefan Monnier (with-selected-window): New macro.
Thu, 24 Apr 2003 23:14:12 +0000 Richard M. Stallman (assq-delete-all): Ignore non-cons elememts.
Wed, 09 Apr 2003 01:36:28 +0000 Richard M. Stallman (minor-mode-list): New variable.
Sat, 05 Apr 2003 02:13:44 +0000 Vinicius Jose Latorre Adjust number-sequence code
Thu, 03 Apr 2003 23:13:38 +0000 Richard M. Stallman (read-quoted-char): Remember the input char
Thu, 03 Apr 2003 02:49:16 +0000 Kenichi Handa (number-sequence): Shorten the code.
Thu, 03 Apr 2003 02:43:11 +0000 Kenichi Handa (number-sequence): New function.
Fri, 14 Mar 2003 22:36:57 +0000 John Paul Wallington * files.el (recover-session): Error if there are no previous
Tue, 11 Mar 2003 12:47:56 +0000 John Paul Wallington (posn-col-row): Heed frame parameter `line-spacing' and
Mon, 10 Mar 2003 13:25:42 +0000 John Paul Wallington (posn-col-row): Take into account `line-spacing'.
Thu, 20 Feb 2003 20:07:41 +0000 Stefan Monnier (with-syntax-table): Don't copy the table any more.
Tue, 04 Feb 2003 12:29:42 +0000 Juanma Barranquero Trailing whitespace deleted.
Mon, 27 Jan 2003 21:45:10 +0000 Kim F. Storm (insert-for-yank): Remove COMMAND element from yank handler.
Tue, 21 Jan 2003 21:10:40 +0000 Kim F. Storm Tiny doc fixes.