log lisp/subr.el @ 60090:0764705c7e03

age author description
Wed, 09 Feb 2005 15:50:47 +0000 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
Wed, 19 Jan 2005 23:44:48 +0000 Stefan Monnier (dotimes-with-progress-reporter): New macro.
Tue, 28 Dec 2004 05:10:37 +0000 Richard M. Stallman Fix doc in previous change.
Mon, 27 Dec 2004 16:23:34 +0000 Richard M. Stallman (messages-buffer-max-lines): Alias for message-log-max.
Mon, 13 Dec 2004 19:26:42 +0000 Richard M. Stallman (while-no-input): New macro.
Mon, 06 Dec 2004 15:11:51 +0000 Stefan Monnier (subregexp-context-p): New function.
Tue, 23 Nov 2004 15:23:57 +0000 Kim F. Storm (substitute-key-definition-key): Optimize. Don't
Mon, 22 Nov 2004 06:00:51 +0000 Stefan Monnier (syntax-after): Undo last change.
Tue, 16 Nov 2004 17:05:18 +0000 Richard M. Stallman (map-keymap-internal): New function.
Mon, 08 Nov 2004 16:55:56 +0000 Richard M. Stallman (syntax-after): Doc fix.
Sun, 07 Nov 2004 04:10:38 +0000 Richard M. Stallman (syntax-after): Return the syntax letter, not the raw code.
Fri, 29 Oct 2004 21:21:33 +0000 Simon Josefsson subr.el (read-passwd): Move back from password.el.
Thu, 28 Oct 2004 23:29:26 +0000 Stefan Monnier (x-lost-selection-hooks, x-sent-selection-hooks): New obsolete aliases
Mon, 25 Oct 2004 13:21:59 +0000 Simon Josefsson * subr.el (read-passwd): Move to net/password.el.
Sun, 17 Oct 2004 06:59:15 +0000 Richard M. Stallman (with-local-quit): Return nil if there's a quit.
Sat, 16 Oct 2004 15:29:46 +0000 Richard M. Stallman (looking-back): Return only t or nil.
Wed, 13 Oct 2004 17:05:55 +0000 Stefan Monnier (substitute-key-definition-key): New function.
Mon, 11 Oct 2004 22:02:16 +0000 Kim F. Storm (substitute-key-definition): Mention command remapping in doc string.
Sat, 09 Oct 2004 21:50:57 +0000 Kim F. Storm (progress-reporter-update): Define before first usage.
Fri, 08 Oct 2004 17:21:57 +0000 Eli Zaretskii (make-progress-reporter, progress-reporter-update)
Sat, 25 Sep 2004 02:32:15 +0000 Luc Teirlinck (delay-mode-hooks): Doc fix.
Wed, 22 Sep 2004 00:13:16 +0000 Luc Teirlinck (after-change-major-mode-hook): Further doc fix.
Wed, 22 Sep 2004 00:07:41 +0000 Luc Teirlinck (after-change-major-mode-hook): Doc fix.
Tue, 21 Sep 2004 00:37:22 +0000 Luc Teirlinck (run-mode-hooks): Run `after-change-major-mode-hook' after the
Sun, 19 Sep 2004 06:07:38 +0000 Stefan Monnier (event-basic-type): Fix mask (extend to 22bits).
Sun, 19 Sep 2004 01:08:16 +0000 Luc Teirlinck (after-change-major-mode-hook): Doc fix.
Sat, 18 Sep 2004 23:57:10 +0000 Luc Teirlinck (after-change-major-mode-hook): New variable.
Wed, 08 Sep 2004 12:24:29 +0000 Thien-Thi Nguyen (split-string): Docfix.
Sat, 28 Aug 2004 15:30:10 +0000 Richard M. Stallman (find-tag-default): Moved from etags.el.
Sat, 21 Aug 2004 14:53:22 +0000 John Paul Wallington (process-kill-without-query): Made obsolete in version 21.4, not 21.5.
Mon, 09 Aug 2004 18:48:23 +0000 Luc Teirlinck (kbd): Doc fix.
Sun, 08 Aug 2004 16:49:37 +0000 Luc Teirlinck (global-unset-key, local-unset-key): Doc fixes.
Sat, 31 Jul 2004 15:45:30 +0000 Luc Teirlinck (event-modifiers, event-basic-type): Doc fixes.
Sat, 31 Jul 2004 03:39:49 +0000 Richard M. Stallman (with-local-quit): Doc fix.
Sun, 25 Jul 2004 05:45:13 +0000 John Paul Wallington (butlast, event-modifiers, event-basic-type): Doc fixes.
Tue, 13 Jul 2004 00:08:28 +0000 Luc Teirlinck (with-selected-window): Doc fix.
Mon, 12 Jul 2004 01:10:54 +0000 Luc Teirlinck (get-buffer-window-list): Doc fix.
Mon, 07 Jun 2004 20:54:42 +0000 Juanma Barranquero (insert-buffer-substring-no-properties, insert-buffer-substring-as-yank):
Wed, 02 Jun 2004 22:44:45 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
Wed, 02 Jun 2004 00:38:00 +0000 Juanma Barranquero (process-kill-without-query): Remove spurious "\n" on obsolescence string.
Sat, 29 May 2004 15:23:42 +0000 Richard M. Stallman (with-selected-window): Undo previous change.
Fri, 28 May 2004 22:33:35 +0000 Stefan Monnier (with-selected-window): Only save/restore the selectd window.
Tue, 11 May 2004 03:17:45 +0000 Stefan Monnier (eventp): Be more discriminating with integers.
Mon, 10 May 2004 17:43:35 +0000 Juanma Barranquero (start-process-shell-command): Fix docstring. Put usage info in a format usable
Sun, 09 May 2004 22:15:14 +0000 Juanma Barranquero (remove-overlays, read-passwd): Fix docstring.
Fri, 07 May 2004 01:06:20 +0000 Juanma Barranquero (lambda): Add arglist description to docstring.
Thu, 29 Apr 2004 18:42:24 +0000 Stefan Monnier (remove-overlays): Docstring change.
Tue, 27 Apr 2004 21:00:31 +0000 Masatake YAMATO * subr.el (remove-overlays): Make arguments optional.
Tue, 27 Apr 2004 13:05:58 +0000 Eli Zaretskii (momentary-string-display): Support EXIT-CHAR that is
Tue, 20 Apr 2004 20:56:32 +0000 Richard M. Stallman (event-modifiers): Fix the criterion for ASCII control chars.
Tue, 20 Apr 2004 20:40:41 +0000 Stefan Monnier (read-number): Check whether `default' is nil.
Wed, 14 Apr 2004 20:31:37 +0000 John Paul Wallington (posn-set-point): Fix typos: parameter is `position', not `posn'.
Wed, 14 Apr 2004 17:28:33 +0000 Stefan Monnier (posn-set-point): New function.
Mon, 29 Mar 2004 00:48:07 +0000 Stefan Monnier (interactive-form): Delete. Now implemented in C.
Fri, 26 Mar 2004 14:49:12 +0000 Stefan Monnier (read-number): New function.
Mon, 16 Feb 2004 19:40:07 +0000 Eli Zaretskii (delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>.
Mon, 16 Feb 2004 17:03:40 +0000 Eli Zaretskii (match-string-no-properties): Use substring-no-properties.
Mon, 19 Jan 2004 23:48:11 +0000 Luc Teirlinck (delete-dups): New function.
Fri, 16 Jan 2004 01:07:46 +0000 Luc Teirlinck (declare): New macro.
Tue, 06 Jan 2004 23:04:44 +0000 Kim F. Storm (event-start, event-end): Doc fix.