| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | Fix typo in previous change. | Karl Heuer | 1997-03-12 | 1 | -1/+1 |
* | (combine-after-change-calls): Doc fix. | Karl Heuer | 1997-03-11 | 1 | -2/+17 |
* | (when, unless): Definitions moved from cl.el. | Richard M. Stallman | 1997-01-08 | 1 | -10/+6 |
* | (define-key-after): If AFTER is t, always put new binding at the end. | Richard M. Stallman | 1996-11-10 | 1 | -4/+11 |
* | (combine-after-change-calls): New macro. | Richard M. Stallman | 1996-11-09 | 1 | -0/+18 |
* | (define-function): Define as alias for defalias. | Richard M. Stallman | 1996-10-12 | 1 | -0/+1 |
* | (with-current-buffer): Minor cleanup. | Erik Naggum | 1996-10-03 | 1 | -56/+38 |
* | (with-temp-file): New macro. | Richard M. Stallman | 1996-09-28 | 1 | -2/+48 |
* | (split-string): Fix minor bug. | Richard M. Stallman | 1996-09-25 | 1 | -1/+1 |
* | (split-string): New function. | Richard M. Stallman | 1996-09-24 | 1 | -0/+21 |
* | (with-output-to-string): New macro. | Richard M. Stallman | 1996-09-24 | 1 | -0/+15 |
* | (run-hooks): defconst deleted. | Richard M. Stallman | 1996-09-23 | 1 | -6/+0 |
* | (eql): Incorrect definition deleted. | Richard M. Stallman | 1996-09-22 | 1 | -1/+0 |
* | (with-current-buffer): New macro. | Richard M. Stallman | 1996-09-22 | 1 | -0/+7 |
* | (save-match-data): Fix typo in previous change. | Richard M. Stallman | 1996-08-30 | 1 | -1/+1 |
* | (save-match-data): Fix previous change. | Richard M. Stallman | 1996-08-29 | 1 | -2/+2 |
* | (save-match-data): Use save-match-data-internal | Richard M. Stallman | 1996-08-28 | 1 | -5/+10 |
* | (keyboard-translate): Use a char-table. | Richard M. Stallman | 1996-08-21 | 1 | -12/+5 |
* | (unfocus-frame, focus-frame): Define as no-ops. | Miles Bader | 1996-07-04 | 1 | -0/+2 |
* | Make get-buffer-window-list take MINIBUF arg. | Simon Marshall | 1996-02-28 | 1 | -3/+3 |
* | Cope if get-buffer-window-list is given a buffer name (like get-buffer-window... | Simon Marshall | 1996-02-08 | 1 | -1/+1 |
* | Added get-buffer-window-list. | Simon Marshall | 1996-02-08 | 1 | -0/+11 |
* | (read-quoted-char): Delete format call inside message. | Karl Heuer | 1996-01-25 | 1 | -2/+1 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -3/+4 |
* | (error): Doc fix. | Richard M. Stallman | 1996-01-04 | 1 | -1/+4 |
* | (add-to-list): Doc fix. | Karl Heuer | 1995-12-21 | 1 | -6/+1 |
* | (make-syntax-table): Use nil for "inherit". | Richard M. Stallman | 1995-10-11 | 1 | -4/+4 |
* | (substitute-key-definition): Do recursively scan | Richard M. Stallman | 1995-09-18 | 1 | -2/+6 |
* | Remove the remaining hook running functions. They are in C now. | Simon Marshall | 1995-07-31 | 1 | -85/+3 |
* | (run-hook-with-args): Deleted; now in C code. | Karl Heuer | 1995-07-25 | 1 | -29/+0 |
* | (shell-quote-argument): Don't do anything, on MS-DOS. | Richard M. Stallman | 1995-07-01 | 1 | -11/+14 |
* | (lambda): Doc fix. | Richard M. Stallman | 1995-06-27 | 1 | -1/+3 |
* | (add-hook): Use local local-variable-if-set-p. | Richard M. Stallman | 1995-06-17 | 1 | -1/+1 |
* | (make-local-hook): Doc fix. | Richard M. Stallman | 1995-06-16 | 1 | -8/+18 |
* | (read-quoted-char): Turn on help-form and turn off help-char. | Karl Heuer | 1995-06-07 | 1 | -1/+5 |
* | (frame-configuration-p): Moved here from frame.el. | Karl Heuer | 1995-05-30 | 1 | -0/+9 |
* | (buffer-substring-no-properties): New function. | Richard M. Stallman | 1995-05-01 | 1 | -0/+6 |
* | Changed match-string to defun, but still return nil (no error) if no match. | Simon Marshall | 1995-03-24 | 1 | -5/+6 |
* | Change to macro, and return nil if there was no match at the specified depth. | Simon Marshall | 1995-03-23 | 1 | -13/+14 |
* | (one-window-p, walk-windows, minibuffer-window-active-p): | Richard M. Stallman | 1995-03-22 | 1 | -64/+0 |