Fri, 30 Mar 2001 00:52:54 +0000 |
Miles Bader |
(interactive-form): Fix paren typo.
|
Thu, 29 Mar 2001 14:08:58 +0000 |
Gerd Moellmann |
Fix typo.
|
Thu, 29 Mar 2001 14:08:34 +0000 |
Gerd Moellmann |
(interactive-form): New function.
|
Wed, 28 Mar 2001 09:28:15 +0000 |
Gerd Moellmann |
(read-passwd): Clear command history after each
|
Thu, 01 Mar 2001 18:30:44 +0000 |
Dave Love |
(event-basic-type): Doc fix.
|
Thu, 15 Feb 2001 09:55:14 +0000 |
Gerd Moellmann |
(read-passwd): Clear Lisp memory holding password.
|
Fri, 12 Jan 2001 19:51:09 +0000 |
Richard M. Stallman |
(last): Handle a list that doesn't end in nil.
|
Thu, 11 Jan 2001 14:23:25 +0000 |
Gerd Moellmann |
(eval-after-load): Call load-symbol-file-load-history to
|
Thu, 28 Dec 2000 12:15:44 +0000 |
Kenichi Handa |
(butlast, nbutlast): Moved from cl.el to here.
|
Sat, 23 Dec 2000 20:53:24 +0000 |
Stefan Monnier |
(combine-run-hooks): Remove.
|
Wed, 20 Dec 2000 20:09:34 +0000 |
Dave Love |
(eval-after-load): Doc fix.
|
Wed, 29 Nov 2000 14:53:37 +0000 |
Stefan Monnier |
(combine-run-hooks): Only run-hooks if there's a hook to run.
|
Wed, 29 Nov 2000 04:35:50 +0000 |
Miles Bader |
(member-ignore-case): Return the tail of the list who's car matches,
|
Thu, 23 Nov 2000 22:57:46 +0000 |
Stefan Monnier |
Undoing the changes erroneously committed just before.
|
Thu, 23 Nov 2000 22:54:42 +0000 |
Stefan Monnier |
(add-hook, remove-hook): Don't call make-local-hook
|
Tue, 21 Nov 2000 21:35:38 +0000 |
Stefan Monnier |
(make-local-hook): Docstring fix.
|
Tue, 10 Oct 2000 02:47:30 +0000 |
Miles Bader |
(add-to-list): Add optional argument APPEND.
|
Wed, 04 Oct 2000 11:24:51 +0000 |
Dave Love |
(substitute-key-definition): Doc fix.
|
Fri, 29 Sep 2000 03:23:49 +0000 |
Stefan Monnier |
(add-minor-mode): Don't eval NAME.
|
Tue, 12 Sep 2000 12:56:25 +0000 |
Dave Love |
(add-minor-mode): Use toggle-fun arg.
|
Thu, 27 Jul 2000 20:08:47 +0000 |
Gerd Moellmann |
(remove, remq): New functions.
|
Thu, 01 Jun 2000 05:06:46 +0000 |
Stefan Monnier |
Update calls to make-obsolete with a WHEN argument.
|
Sun, 21 May 2000 23:23:40 +0000 |
Stefan Monnier |
(remove-hook): Don't turn the hook's value into a list.
|
Tue, 16 May 2000 21:36:57 +0000 |
Stefan Monnier |
(remove-hook): `setq' hook-value, not `set'.
|
Tue, 16 May 2000 14:47:46 +0000 |
Sam Steingold |
(add-hook): setq hook-value, not set
|
Thu, 11 May 2000 09:28:06 +0000 |
Gerd Moellmann |
(substitute-key-definition): Add comment describing
|
Wed, 10 May 2000 22:40:17 +0000 |
Stefan Monnier |
(add-hook, remove-hook): Make hook buffer-local if needed..
|
Thu, 04 May 2000 20:18:42 +0000 |
Gerd Moellmann |
(substitute-key-definition): Clarify documentation.
|
Wed, 03 May 2000 12:33:16 +0000 |
Gerd Moellmann |
(add-minor-mode): Handle AFTER for keymaps. Don't
|
Fri, 28 Apr 2000 11:53:43 +0000 |
Gerd Moellmann |
*** empty log message ***
|
Thu, 27 Apr 2000 10:40:58 +0000 |
Gerd Moellmann |
(add-minor-mode): Use `set' instead of `setq'.
|
Wed, 26 Apr 2000 18:49:05 +0000 |
Gerd Moellmann |
(add-minor-mode): Make argument MAP optional.
|
Wed, 26 Apr 2000 17:33:40 +0000 |
Gerd Moellmann |
(add-minor-mode): New function.
|
Mon, 17 Apr 2000 16:08:26 +0000 |
Richard M. Stallman |
(read-passwd): Use read-char-exclusive.
|
Mon, 03 Apr 2000 19:29:56 +0000 |
Gerd Moellmann |
(member-ignore-case): New function.
|
Tue, 21 Mar 2000 15:28:44 +0000 |
Stefan Monnier |
(combine-run-hooks): New function.
|
Tue, 14 Mar 2000 22:57:28 +0000 |
Dave Love |
(replace-regexp-in-string): Renamed from
|
Wed, 08 Mar 2000 23:49:09 +0000 |
Stefan Monnier |
(replace-regexps-in-string): Properly handle the case where
|
Tue, 29 Feb 2000 10:13:42 +0000 |
Gerd Moellmann |
(assq-delete-all): Renamed from assoc-delete-all.
|
Wed, 23 Feb 2000 11:40:06 +0000 |
Dave Love |
(define-key-after): Default AFTER to t. Doc fix.
|
Tue, 22 Feb 2000 20:14:56 +0000 |
Dave Love |
(when, unless, split-string): Doc fix.
|
Fri, 28 Jan 2000 22:10:18 +0000 |
Dave Love |
Move out indent and edebug specs for when and unless.
|
Fri, 21 Jan 2000 03:40:33 +0000 |
Richard M. Stallman |
(with-syntax-table): Use make-symbol, not gensym.
|
Fri, 21 Jan 2000 03:38:12 +0000 |
Richard M. Stallman |
Make the definitions of dolist and dotimes work
|
Fri, 21 Jan 2000 02:08:58 +0000 |
Richard M. Stallman |
(dolist, dotimes): Moved from cl-macs.el.
|
Wed, 12 Jan 2000 03:04:55 +0000 |
Richard M. Stallman |
(with-syntax-table): Moved from simple.el.
|
Tue, 19 Oct 1999 07:18:58 +0000 |
Paul Eggert |
Fix bootstrapping problems.
|
Wed, 13 Oct 1999 00:21:07 +0000 |
Stefan Monnier |
* subr.el (with-current-buffer): don't use backquotes to avoid
|
Tue, 14 Sep 1999 10:11:19 +0000 |
Eli Zaretskii |
(shell-quote-argument): Quote argument with double
|
Sat, 11 Sep 1999 01:08:15 +0000 |
Richard M. Stallman |
(make-temp-file): New function.
|
Tue, 07 Sep 1999 06:37:06 +0000 |
Richard M. Stallman |
(push): Doc fix.
|
Tue, 31 Aug 1999 13:12:46 +0000 |
Dave Love |
(push): Fix typo.
|
Sun, 29 Aug 1999 20:27:40 +0000 |
Richard M. Stallman |
Fix previous change.
|
Sun, 29 Aug 1999 20:23:54 +0000 |
Richard M. Stallman |
(push, pop): New macros.
|
Mon, 16 Aug 1999 21:04:49 +0000 |
Karl Heuer |
(assoc-ignore-case, assoc-ignore-representation): Moved here from simple.el.
|
Mon, 16 Aug 1999 20:57:24 +0000 |
Karl Heuer |
(point-at-eol, point-at-bol): New aliases.
|
Fri, 30 Jul 1999 18:40:22 +0000 |
Dave Love |
(assoc-delete-all): New function, renamed from frame-delete-all.
|
Sat, 22 May 1999 19:42:01 +0000 |
Richard M. Stallman |
(add-to-list): Doc fix.
|
Fri, 07 May 1999 09:42:50 +0000 |
Karl Heuer |
(with-temp-message): Fix the other call to message to use %s.
|
Tue, 23 Feb 1999 22:09:03 +0000 |
Karl Heuer |
(with-temp-message): Use %s so % in old msg won't fool us.
|
Tue, 16 Feb 1999 00:52:36 +0000 |
Richard M. Stallman |
(momentary-string-display): Bind inhibit-read-only.
|
Tue, 02 Feb 1999 02:26:12 +0000 |
Dan Nicolaescu |
*** empty log message ***
|
Sun, 17 Jan 1999 18:55:53 +0000 |
Andrew Innes |
(subst-char-in-string): New function.
|
Wed, 06 Jan 1999 15:23:46 +0000 |
Simon Marshall |
Doc fix.
|
Wed, 06 Jan 1999 10:05:50 +0000 |
Simon Marshall |
(with-temp-message): Don't display MESSAGE if nil.
|
Wed, 16 Dec 1998 20:51:34 +0000 |
Karl Heuer |
(read-passwd): Ignore input methods.
|
Mon, 30 Nov 1998 23:44:10 +0000 |
Richard M. Stallman |
(make-local-hook): Return the hook variable.
|
Thu, 19 Nov 1998 09:43:40 +0000 |
Simon Marshall |
Added with-temp-message.
|
Tue, 13 Oct 1998 03:44:06 +0000 |
Richard M. Stallman |
(read-passwd): Use clear-this-command-keys.
|
Mon, 21 Sep 1998 17:57:46 +0000 |
Dave Love |
(remove-hook): Check list values to avoid errors.
|
Fri, 28 Aug 1998 12:22:39 +0000 |
Kenichi Handa |
(sref): Make it an alias of aref. Make the
|
Tue, 18 Aug 1998 09:32:31 +0000 |
Richard M. Stallman |
(read-quoted-char): Don't bind input-method-function;
|
Sat, 08 Aug 1998 23:08:23 +0000 |
Richard M. Stallman |
(add-hook): Use byte-code-function-p, not compiled-function-p.
|
Sat, 08 Aug 1998 23:07:06 +0000 |
Richard M. Stallman |
(assoc-default): Rewrite not to use dolist.
|
Fri, 31 Jul 1998 10:53:30 +0000 |
Richard M. Stallman |
(assoc-default): New function.
|
Tue, 14 Jul 1998 08:15:51 +0000 |
Richard M. Stallman |
(read-quoted-char): Bind input-method-function to nil.
|
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.
|
Thu, 25 Jan 1996 01:03:16 +0000 |
Karl Heuer |
(read-quoted-char): Delete format call inside message.
|
Sun, 14 Jan 1996 07:34:30 +0000 |
Erik Naggum |
Update FSF's address.
|
Thu, 04 Jan 1996 19:00:38 +0000 |
Richard M. Stallman |
(error): Doc fix.
|
Thu, 21 Dec 1995 18:11:20 +0000 |
Karl Heuer |
(add-to-list): Doc fix.
|
Wed, 11 Oct 1995 17:14:08 +0000 |
Richard M. Stallman |
(make-syntax-table): Use nil for "inherit".
|
Mon, 18 Sep 1995 14:45:44 +0000 |
Richard M. Stallman |
(substitute-key-definition): Do recursively scan
|
Mon, 31 Jul 1995 09:52:45 +0000 |
Simon Marshall |
Remove the remaining hook running functions. They are in C now.
|
Tue, 25 Jul 1995 19:35:38 +0000 |
Karl Heuer |
(run-hook-with-args): Deleted; now in C code.
|
Sat, 01 Jul 1995 21:48:13 +0000 |
Richard M. Stallman |
(shell-quote-argument): Don't do anything, on MS-DOS.
|
Tue, 27 Jun 1995 06:52:56 +0000 |
Richard M. Stallman |
(lambda): Doc fix.
|
Sat, 17 Jun 1995 19:47:52 +0000 |
Richard M. Stallman |
(add-hook): Use local local-variable-if-set-p.
|
Fri, 16 Jun 1995 04:39:46 +0000 |
Richard M. Stallman |
(make-local-hook): Doc fix.
|
Wed, 07 Jun 1995 20:53:07 +0000 |
Karl Heuer |
(read-quoted-char): Turn on help-form and turn off help-char.
|
Tue, 30 May 1995 18:39:33 +0000 |
Karl Heuer |
(frame-configuration-p): Moved here from frame.el.
|
Mon, 01 May 1995 18:26:28 +0000 |
Richard M. Stallman |
(buffer-substring-no-properties): New function.
|
Fri, 24 Mar 1995 09:01:09 +0000 |
Simon Marshall |
Changed match-string to defun, but still return nil (no error) if no match.
|
Thu, 23 Mar 1995 08:43:08 +0000 |
Simon Marshall |
Change to macro, and return nil if there was no match at the specified depth.
|
Wed, 22 Mar 1995 16:58:14 +0000 |
Richard M. Stallman |
(one-window-p, walk-windows, minibuffer-window-active-p):
|
Sat, 25 Feb 1995 07:35:09 +0000 |
Richard M. Stallman |
(walk-windows): Doc fix.
|
Sat, 25 Feb 1995 04:57:17 +0000 |
Karl Heuer |
(local-unset-key): Fix args in previous change.
|
Sat, 25 Feb 1995 04:44:08 +0000 |
Richard M. Stallman |
(global_set_key, local_set_key, global_unset_key)
|
Wed, 22 Feb 1995 01:30:19 +0000 |
Richard M. Stallman |
(eval-after-load): Run FORM now if FILE's already loaded.
|
Wed, 08 Feb 1995 03:51:58 +0000 |
Karl Heuer |
(listify-key-sequence-1, event-modifiers): Don't presume internal bit layout
|
Tue, 07 Feb 1995 21:58:09 +0000 |
Karl Heuer |
(read-quoted-char): Don't log prompt messages.
|
Sat, 28 Jan 1995 09:04:02 +0000 |
Richard M. Stallman |
(match-string): Fix braino.
|
Fri, 27 Jan 1995 20:47:20 +0000 |
Karl Heuer |
(match-string): Delete extra arg to buffer-substring.
|
Fri, 27 Jan 1995 07:06:27 +0000 |
Richard M. Stallman |
(match-string): New function.
|
Mon, 09 Jan 1995 09:47:15 +0000 |
Richard M. Stallman |
(listify-key-sequence-1): Update for change in CHAR_META.
|
Tue, 27 Dec 1994 20:14:13 +0000 |
Richard M. Stallman |
(run-hook-with-args-until-failure):
|
Sun, 25 Dec 1994 22:20:06 +0000 |
Richard M. Stallman |
(font-lock-defaults): Add defvar.
|
Thu, 15 Dec 1994 18:25:24 +0000 |
Richard M. Stallman |
(lambda): Doc fix.
|
Sat, 19 Nov 1994 14:06:09 +0000 |
Richard M. Stallman |
(start-process-shell-command): Don't use `exec'--
|
Wed, 16 Nov 1994 20:35:34 +0000 |
Richard M. Stallman |
(substitute-key-definition): Don't recursively scan
|
Thu, 03 Nov 1994 21:23:40 +0000 |
Karl Heuer |
(start-process-shell-command): Don't use exec on windows-nt.
|
Fri, 14 Oct 1994 23:50:35 +0000 |
Richard M. Stallman |
(add-to-list): Doc fix.
|
Thu, 13 Oct 1994 06:34:09 +0000 |
Richard M. Stallman |
(add-to-list): New function.
|
Sat, 01 Oct 1994 04:36:28 +0000 |
Richard M. Stallman |
(add-hook, remove-hook): If the hook was made local
|
Fri, 30 Sep 1994 20:47:13 +0000 |
Richard M. Stallman |
(add-hook): Initialize default value and local value.
|
Wed, 21 Sep 1994 05:19:43 +0000 |
Richard M. Stallman |
(remove-hook, add-hook): Copy existing list before modifying.
|
Tue, 20 Sep 1994 00:59:24 +0000 |
Richard M. Stallman |
(add-hook): Doc fix.
|
Thu, 11 Aug 1994 20:25:20 +0000 |
Richard M. Stallman |
(one-window-p): Doc fix.
|
Tue, 12 Jul 1994 01:06:27 +0000 |
Richard M. Stallman |
(ignore): Put doc string in right place.
|
Thu, 26 May 1994 21:53:37 +0000 |
Karl Heuer |
(posn-col-row): Test for consp, not symbolp.
|
Mon, 23 May 1994 03:15:35 +0000 |
Richard M. Stallman |
(posn-col-row): Use let*.
|
Sun, 22 May 1994 20:55:15 +0000 |
Richard M. Stallman |
(posn-col-row): Do something useful for scroll bar event.
|
Sun, 22 May 1994 07:09:32 +0000 |
Richard M. Stallman |
(substitute-key-definition): Skip cached menu key-equivs.
|
Thu, 19 May 1994 04:30:14 +0000 |
Richard M. Stallman |
(posn-col-row): Doc fix.
|
Sat, 07 May 1994 22:48:29 +0000 |
Richard M. Stallman |
(ignore): Allow interactive call.
|
Tue, 03 May 1994 22:46:37 +0000 |
Karl Heuer |
Update copyright.
|
Tue, 26 Apr 1994 07:43:54 +0000 |
Richard M. Stallman |
(run-hooks): Don't use mapcar--save consing.
|
Tue, 12 Apr 1994 21:27:27 +0000 |
Richard M. Stallman |
(read-quoted-char): Convert meta chars into 128+ chars.
|
Mon, 11 Apr 1994 19:59:49 +0000 |
Karl Heuer |
(force-mode-line-update): Doc fix.
|
Thu, 07 Apr 1994 07:18:20 +0000 |
Richard M. Stallman |
(define-key-after): Doc fix.
|
Mon, 28 Mar 1994 06:08:35 +0000 |
Richard M. Stallman |
(momentary-string-display): Avoid modifying the undo list.
|
Mon, 28 Mar 1994 02:21:28 +0000 |
Richard M. Stallman |
(set-match-data): New alias.
|
Sun, 20 Mar 1994 18:59:22 +0000 |
Richard M. Stallman |
(one-window-p): New argument all-frames.
|
Sat, 12 Mar 1994 00:23:12 +0000 |
Karl Heuer |
Don't use triple-hyphen in a character class.
|
Thu, 03 Mar 1994 16:27:06 +0000 |
Karl Heuer |
(substitute-key-definition): Avoid infinite recursion.
|
Wed, 23 Feb 1994 05:08:28 +0000 |
Richard M. Stallman |
(posn-x-y): New function.
|
Sat, 19 Feb 1994 00:01:46 +0000 |
Richard M. Stallman |
(substitute-key-definition): Don't discard menu strings.
|
Fri, 11 Feb 1994 22:01:56 +0000 |
Karl Heuer |
(user-original-login-name): Reduce to a defalias, since it's redundant with
|
Tue, 08 Feb 1994 05:06:07 +0000 |
Karl Heuer |
(make-syntax-table): Behave like copy-syntax-table if an argument is given,
|
Thu, 06 Jan 1994 04:39:00 +0000 |
Richard M. Stallman |
(start-process-shell-command): Doc fix.
|
Wed, 05 Jan 1994 20:31:27 +0000 |
Richard M. Stallman |
(eval-after-load): Do nothing if FORM is already on the list.
|
Mon, 03 Jan 1994 07:41:00 +0000 |
Richard M. Stallman |
(make-syntax-table): New function; no longer an alias
|
Fri, 31 Dec 1993 09:25:12 +0000 |
Richard M. Stallman |
(shell-quote-argument): New function.
|
Thu, 23 Dec 1993 04:43:01 +0000 |
Richard M. Stallman |
(remove-hook): Use equal to see if hook is just that fcn.
|
Wed, 24 Nov 1993 06:46:26 +0000 |
Richard M. Stallman |
(walk-windows): If start at minibuf window, do return to it.
|
Tue, 16 Nov 1993 08:44:51 +0000 |
Richard M. Stallman |
(remove-hook): Doc fix.
|
Wed, 10 Nov 1993 20:30:32 +0000 |
Richard M. Stallman |
(remove-hook): New function, analogous to add-hook. This
|
Tue, 21 Sep 1993 07:47:15 +0000 |
Brian Fox |
(suppress-keymap): Use substitute-key-definition instead of manually
|
Sat, 14 Aug 1993 07:54:59 +0000 |
Richard M. Stallman |
(momentary-string-display): Scroll to keep the string on the screen.
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
`mod' is no longer an alias for `%'.
|
Sun, 08 Aug 1993 19:18:26 +0000 |
Richard M. Stallman |
(minibuffer-window-active-p): New function.
|
Mon, 02 Aug 1993 07:23:07 +0000 |
Richard M. Stallman |
(add-hook): Change a single function into a list.
|
Thu, 22 Jul 1993 22:28:36 +0000 |
Richard M. Stallman |
(keyboard-translate): Properly lengthen existing table.
|
Tue, 20 Jul 1993 18:09:21 +0000 |
Richard M. Stallman |
(define-key-after): Fix typo in previous change.
|
Tue, 13 Jul 1993 04:00:04 +0000 |
Richard M. Stallman |
(define-key-after): Error if KEY has two elements.
|
Mon, 05 Jul 1993 04:33:42 +0000 |
Jim Blandy |
* subr.el (posn-point): Properly extract the BUFFER-POSITION field
|
Wed, 30 Jun 1993 04:36:37 +0000 |
Richard M. Stallman |
(define-key-after): Delete duplicate bindings that come
|
Sat, 26 Jun 1993 04:20:42 +0000 |
Richard M. Stallman |
(define-key-after): Renamed from define-key-in-sequence.
|
Sat, 26 Jun 1993 04:18:37 +0000 |
Richard M. Stallman |
(define-key-in-sequence): New function.
|
Tue, 22 Jun 1993 02:02:00 +0000 |
Jim Blandy |
* subr.el (event-end): Modified to account for multi-click events.
|
Thu, 17 Jun 1993 00:16:29 +0000 |
Jim Blandy |
* subr.el (event-basic-type): Deal with listy events properly.
|
Wed, 09 Jun 1993 11:59:12 +0000 |
Jim Blandy |
Apply typo patches from Paul Eggert.
|
Tue, 01 Jun 1993 20:52:15 +0000 |
Richard M. Stallman |
(posn-timestamp): Doc fix.
|
Fri, 28 May 1993 16:40:28 +0000 |
Richard M. Stallman |
(baud-rate): Doc fix.
|
Thu, 27 May 1993 00:06:08 +0000 |
Richard M. Stallman |
(listify-key-sequence): Avoid the constant ?\M-\200.
|
Sat, 22 May 1993 22:02:35 +0000 |
Richard M. Stallman |
(event-modifiers): Doc fix.
|
Tue, 18 May 1993 20:36:11 +0000 |
Jim Blandy |
* subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
|
Mon, 03 May 1993 03:40:40 +0000 |
Jim Blandy |
* subr.el (listify-key-sequence): Use a character constant to
|
Fri, 23 Apr 1993 06:50:48 +0000 |
Eric S. Raymond |
All fsets changed to defaliases.
|
Sat, 10 Apr 1993 06:21:55 +0000 |
Jim Blandy |
* subr.el (overlay-start, overlay-end, overlay-buffer): New
|
Tue, 30 Mar 1993 21:12:44 +0000 |
Jim Blandy |
* subr.el (int-to-string): Make this an alias for the subr
|
Sat, 27 Mar 1993 01:58:44 +0000 |
Eric S. Raymond |
(add-hook) Added optional arg to cause hook to be appended rather than
|
Mon, 08 Mar 1993 08:10:13 +0000 |
Richard M. Stallman |
(posn-timestamp, posn-col-row, posn-point, posn-window):
|
Mon, 08 Mar 1993 00:07:53 +0000 |
Richard M. Stallman |
(event-basic-type): New function.
|
Sun, 07 Mar 1993 07:35:57 +0000 |
Richard M. Stallman |
(event-modifiers): New function.
|
Sat, 06 Mar 1993 06:16:06 +0000 |
Richard M. Stallman |
(momentary-string-display): Handle any event when flushing the display.
|
Sat, 06 Mar 1993 05:54:29 +0000 |
Richard M. Stallman |
(listify-key-sequence): New function.
|
Fri, 26 Feb 1993 06:28:04 +0000 |
Richard M. Stallman |
(walk-windows): Doc fix.
|
Mon, 22 Feb 1993 14:16:25 +0000 |
Jim Blandy |
* subr.el (string-to-int): Make this an alias for
|
Sun, 14 Feb 1993 14:35:19 +0000 |
Jim Blandy |
* subr.el (mod): Add back this alias for %.
|
Tue, 26 Jan 1993 01:58:16 +0000 |
Jim Blandy |
JimB's changes since January 18th
|