| Commit message (Expand) | Author | Age | Files | Lines |
* | (with-temp-message): Don't display MESSAGE if nil. | Simon Marshall | 1999-01-06 | 1 | -4/+9 |
* | (read-passwd): Ignore input methods. | Karl Heuer | 1998-12-16 | 1 | -1/+1 |
* | (make-local-hook): Return the hook variable. | Richard M. Stallman | 1998-11-30 | 1 | -1/+4 |
* | Added with-temp-message. | Simon Marshall | 1998-11-19 | 1 | -7/+20 |
* | (read-passwd): Use clear-this-command-keys. | Richard M. Stallman | 1998-10-13 | 1 | -0/+1 |
* | (remove-hook): Check list values to avoid errors. | Dave Love | 1998-09-21 | 1 | -2/+3 |
* | (sref): Make it an alias of aref. Make the | Kenichi Handa | 1998-08-28 | 1 | -8/+3 |
* | (read-quoted-char): Don't bind input-method-function; | Richard M. Stallman | 1998-08-18 | 1 | -4/+1 |
* | (add-hook): Use byte-code-function-p, not compiled-function-p. | Richard M. Stallman | 1998-08-08 | 1 | -2/+2 |
* | (assoc-default): Rewrite not to use dolist. | Richard M. Stallman | 1998-08-08 | 1 | -10/+16 |
* | (assoc-default): New function. | Richard M. Stallman | 1998-07-31 | 1 | -0/+12 |
* | (read-quoted-char): Bind input-method-function to nil. | Richard M. Stallman | 1998-07-14 | 1 | -0/+2 |
* | (add-hook): Use member if FUNCTION is a compiled function. | Richard M. Stallman | 1998-07-07 | 1 | -2/+2 |
* | (remove-hook): Fix spurious quote. | Dave Love | 1998-04-21 | 1 | -1/+1 |
* | (local-set-key, global-set-key): Return what define-key returns. | Richard M. Stallman | 1998-04-16 | 1 | -4/+2 |
* | (add-to-list): Always return updated value of LIST-VAR. | Karl Heuer | 1998-04-07 | 1 | -2/+3 |
* | (save-match-data): store-match-data => set-match-data. | Richard M. Stallman | 1998-03-14 | 1 | -3/+3 |
* | (read-passwd): Renamed from read-password. New second arg CONFIRM. | Richard M. Stallman | 1998-03-08 | 1 | -20/+31 |
* | (sref): Increase CHAR in the while loop. | Kenichi Handa | 1998-03-04 | 1 | -1/+2 |
* | (sref): Typo in doc-string fixed. | Kenichi Handa | 1998-03-03 | 1 | -2/+2 |
* | (read-quoted-char): Doc fix. | Richard M. Stallman | 1998-02-28 | 1 | -2/+4 |
* | * subr.el (sref): Doc-string added. | Kenichi Handa | 1998-02-20 | 1 | -0/+2 |
* | (suspend-hook, suspend-resume-hook): New defvars. | Richard M. Stallman | 1998-02-04 | 1 | -0/+6 |
* | (momentary-string-display): Fix backward test | Richard M. Stallman | 1998-01-20 | 1 | -1/+1 |
* | (sref): Defined. | Richard M. Stallman | 1998-01-09 | 1 | -0/+6 |
* | (match-string-no-properties): New function. | Richard M. Stallman | 1997-12-21 | 1 | -0/+15 |
* | (split-string): Handle empty matches reasonably. | Richard M. Stallman | 1997-12-21 | 1 | -2/+15 |
* | (read-password): New function. | Richard M. Stallman | 1997-12-21 | 1 | -0/+22 |
* | (global-set-key, local-set-key): Doc fix. | Karl Heuer | 1997-12-04 | 1 | -10/+15 |
* | Comment change. | Richard M. Stallman | 1997-09-01 | 1 | -1/+1 |
* | (last): Accept optional second argument. | Richard M. Stallman | 1997-08-27 | 1 | -6/+14 |
* | (last): New function. | Richard M. Stallman | 1997-08-23 | 1 | -0/+7 |
* | (caar, cadr, cdar, cddr): Definitions moved here and changed into defsubsts. | Richard M. Stallman | 1997-08-23 | 1 | -0/+16 |
* | (functionp): Use byte-code-function-p, not compiled-function-p. | Richard M. Stallman | 1997-08-05 | 1 | -1/+1 |
* | (read-quoted-char): Fix handling of meta-chars. | Richard M. Stallman | 1997-08-05 | 1 | -4/+6 |
* | (read-quoted-char): Consistently downcase letter "digits". | Richard M. Stallman | 1997-07-26 | 1 | -1/+2 |
* | (read-quoted-char): Convert function keys like Return | Richard M. Stallman | 1997-07-24 | 1 | -0/+5 |
* | (custom-declare-variable-early): New function. | Richard M. Stallman | 1997-07-20 | 1 | -3/+16 |
* | (read-quoted-char): Handle non-character events. | Richard M. Stallman | 1997-07-17 | 1 | -6/+19 |
* | (read-quoted-char): Read any number of octal digits, | Richard M. Stallman | 1997-07-16 | 1 | -13/+23 |
* | (substitute-key-definition): Check vectorp, not arrayp. | Richard M. Stallman | 1997-05-30 | 1 | -1/+1 |
* | (substitute-key-definition): Fix previous change. | Richard M. Stallman | 1997-05-25 | 1 | -3/+2 |
* | (substitute-key-definition): Handle chartables. | Richard M. Stallman | 1997-05-22 | 1 | -1/+38 |
* | (read-quoted-char): Don't mask down to 8 bits. | Richard M. Stallman | 1997-05-09 | 1 | -1/+1 |
* | (make-syntax-table): Doc fix. | Richard M. Stallman | 1997-05-01 | 1 | -2/+4 |
* | (shell-quote-argument): Quote null string usefully. | Richard M. Stallman | 1997-05-01 | 1 | -9/+11 |
* | (kbd): New macro. | Richard M. Stallman | 1997-04-13 | 1 | -0/+6 |
* | (functionp): New function. | Richard M. Stallman | 1997-04-12 | 1 | -0/+6 |
* | (substitute-key-definition): | Richard M. Stallman | 1997-03-22 | 1 | -2/+8 |
* | (when, unless): Symbol props moved from cl.el. | Karl Heuer | 1997-03-14 | 1 | -2/+6 |