1997-01-08 |
Richard M. Stallman |
(when, unless): Definitions moved from cl.el.
|
1996-11-10 |
Richard M. Stallman |
(define-key-after): If AFTER is t, always put new binding at the end.
|
1996-11-09 |
Richard M. Stallman |
(combine-after-change-calls): New macro.
|
1996-10-12 |
Richard M. Stallman |
(define-function): Define as alias for defalias.
|
1996-10-03 |
Erik Naggum |
(with-current-buffer): Minor cleanup.
|
1996-09-28 |
Richard M. Stallman |
(with-temp-file): New macro.
|
1996-09-25 |
Richard M. Stallman |
(split-string): Fix minor bug.
|
1996-09-24 |
Richard M. Stallman |
(split-string): New function.
|
1996-09-24 |
Richard M. Stallman |
(with-output-to-string): New macro.
|
1996-09-23 |
Richard M. Stallman |
(run-hooks): defconst deleted.
|
1996-09-22 |
Richard M. Stallman |
(eql): Incorrect definition deleted.
|
1996-09-22 |
Richard M. Stallman |
(with-current-buffer): New macro.
|
1996-08-30 |
Richard M. Stallman |
(save-match-data): Fix typo in previous change.
|
1996-08-29 |
Richard M. Stallman |
(save-match-data): Fix previous change.
|
1996-08-28 |
Richard M. Stallman |
(save-match-data): Use save-match-data-internal
|
1996-08-21 |
Richard M. Stallman |
(keyboard-translate): Use a char-table.
|
1996-07-04 |
Miles Bader |
(unfocus-frame, focus-frame): Define as no-ops.
|
1996-02-28 |
Simon Marshall |
Make get-buffer-window-list take MINIBUF arg.
|
1996-02-08 |
Simon Marshall |
Cope if get-buffer-window-list is given a buffer name (like get-buffer-window does).
|
1996-02-08 |
Simon Marshall |
Added get-buffer-window-list.
|
1996-01-25 |
Karl Heuer |
(read-quoted-char): Delete format call inside message.
|
1996-01-14 |
Erik Naggum |
Update FSF's address.
|
1996-01-04 |
Richard M. Stallman |
(error): Doc fix.
|
1995-12-21 |
Karl Heuer |
(add-to-list): Doc fix.
|
1995-10-11 |
Richard M. Stallman |
(make-syntax-table): Use nil for "inherit".
|
1995-09-18 |
Richard M. Stallman |
(substitute-key-definition): Do recursively scan
|
1995-07-31 |
Simon Marshall |
Remove the remaining hook running functions. They are in C now.
|
1995-07-25 |
Karl Heuer |
(run-hook-with-args): Deleted; now in C code.
|
1995-07-01 |
Richard M. Stallman |
(shell-quote-argument): Don't do anything, on MS-DOS.
|
1995-06-27 |
Richard M. Stallman |
(lambda): Doc fix.
|
1995-06-17 |
Richard M. Stallman |
(add-hook): Use local local-variable-if-set-p.
|
1995-06-16 |
Richard M. Stallman |
(make-local-hook): Doc fix.
|
1995-06-07 |
Karl Heuer |
(read-quoted-char): Turn on help-form and turn off help-char.
|
1995-05-30 |
Karl Heuer |
(frame-configuration-p): Moved here from frame.el.
|
1995-05-01 |
Richard M. Stallman |
(buffer-substring-no-properties): New function.
|
1995-03-24 |
Simon Marshall |
Changed match-string to defun, but still return nil (no error) if no match.
|
1995-03-23 |
Simon Marshall |
Change to macro, and return nil if there was no match at the specified depth.
|
1995-03-22 |
Richard M. Stallman |
(one-window-p, walk-windows, minibuffer-window-active-p):
|
1995-02-25 |
Richard M. Stallman |
(walk-windows): Doc fix.
|
1995-02-25 |
Karl Heuer |
(local-unset-key): Fix args in previous change.
|
1995-02-25 |
Richard M. Stallman |
(global_set_key, local_set_key, global_unset_key)
|
1995-02-22 |
Richard M. Stallman |
(eval-after-load): Run FORM now if FILE's already loaded.
|
1995-02-08 |
Karl Heuer |
(listify-key-sequence-1, event-modifiers): Don't presume internal bit layout
|
1995-02-07 |
Karl Heuer |
(read-quoted-char): Don't log prompt messages.
|
1995-01-28 |
Richard M. Stallman |
(match-string): Fix braino.
|
1995-01-27 |
Karl Heuer |
(match-string): Delete extra arg to buffer-substring.
|
1995-01-27 |
Richard M. Stallman |
(match-string): New function.
|
1995-01-09 |
Richard M. Stallman |
(listify-key-sequence-1): Update for change in CHAR_META.
|
1994-12-27 |
Richard M. Stallman |
(run-hook-with-args-until-failure):
|
1994-12-25 |
Richard M. Stallman |
(font-lock-defaults): Add defvar.
|
1994-12-15 |
Richard M. Stallman |
(lambda): Doc fix.
|
1994-11-19 |
Richard M. Stallman |
(start-process-shell-command): Don't use `exec'--
|
1994-11-16 |
Richard M. Stallman |
(substitute-key-definition): Don't recursively scan
|
1994-11-03 |
Karl Heuer |
(start-process-shell-command): Don't use exec on windows-nt.
|
1994-10-14 |
Richard M. Stallman |
(add-to-list): Doc fix.
|
1994-10-13 |
Richard M. Stallman |
(add-to-list): New function.
|
1994-10-01 |
Richard M. Stallman |
(add-hook, remove-hook): If the hook was made local
|
1994-09-30 |
Richard M. Stallman |
(add-hook): Initialize default value and local value.
|
1994-09-21 |
Richard M. Stallman |
(remove-hook, add-hook): Copy existing list before modifying.
|
1994-09-20 |
Richard M. Stallman |
(add-hook): Doc fix.
|
1994-08-11 |
Richard M. Stallman |
(one-window-p): Doc fix.
|
1994-07-12 |
Richard M. Stallman |
(ignore): Put doc string in right place.
|
1994-05-26 |
Karl Heuer |
(posn-col-row): Test for consp, not symbolp.
|
1994-05-23 |
Richard M. Stallman |
(posn-col-row): Use let*.
|
1994-05-22 |
Richard M. Stallman |
(posn-col-row): Do something useful for scroll bar event.
|
1994-05-22 |
Richard M. Stallman |
(substitute-key-definition): Skip cached menu key-equivs.
|
1994-05-19 |
Richard M. Stallman |
(posn-col-row): Doc fix.
|
1994-05-07 |
Richard M. Stallman |
(ignore): Allow interactive call.
|
1994-05-03 |
Karl Heuer |
Update copyright.
|
1994-04-26 |
Richard M. Stallman |
(run-hooks): Don't use mapcar--save consing.
|
1994-04-12 |
Richard M. Stallman |
(read-quoted-char): Convert meta chars into 128+ chars.
|
1994-04-11 |
Karl Heuer |
(force-mode-line-update): Doc fix.
|
1994-04-07 |
Richard M. Stallman |
(define-key-after): Doc fix.
|
1994-03-28 |
Richard M. Stallman |
(momentary-string-display): Avoid modifying the undo list.
|
1994-03-28 |
Richard M. Stallman |
(set-match-data): New alias.
|
1994-03-20 |
Richard M. Stallman |
(one-window-p): New argument all-frames.
|
1994-03-12 |
Karl Heuer |
Don't use triple-hyphen in a character class.
|
1994-03-03 |
Karl Heuer |
(substitute-key-definition): Avoid infinite recursion.
|
1994-02-23 |
Richard M. Stallman |
(posn-x-y): New function.
|
1994-02-19 |
Richard M. Stallman |
(substitute-key-definition): Don't discard menu strings.
|
1994-02-11 |
Karl Heuer |
(user-original-login-name): Reduce to a defalias, since it's redundant with
|
1994-02-08 |
Karl Heuer |
(make-syntax-table): Behave like copy-syntax-table if an argument is given,
|
1994-01-06 |
Richard M. Stallman |
(start-process-shell-command): Doc fix.
|
1994-01-05 |
Richard M. Stallman |
(eval-after-load): Do nothing if FORM is already on the list.
|
1994-01-03 |
Richard M. Stallman |
(make-syntax-table): New function; no longer an alias
|
1993-12-31 |
Richard M. Stallman |
(shell-quote-argument): New function.
|
1993-12-23 |
Richard M. Stallman |
(remove-hook): Use equal to see if hook is just that fcn.
|
1993-11-24 |
Richard M. Stallman |
(walk-windows): If start at minibuf window, do return to it.
|
1993-11-16 |
Richard M. Stallman |
(remove-hook): Doc fix.
|
1993-11-10 |
Richard M. Stallman |
(remove-hook): New function, analogous to add-hook. This
|
1993-09-21 |
Brian Fox |
(suppress-keymap): Use substitute-key-definition instead of manually
|
1993-08-14 |
Richard M. Stallman |
(momentary-string-display): Scroll to keep the string on the screen.
|
1993-08-10 |
Paul Eggert |
`mod' is no longer an alias for `%'.
|
1993-08-08 |
Richard M. Stallman |
(minibuffer-window-active-p): New function.
|
1993-08-02 |
Richard M. Stallman |
(add-hook): Change a single function into a list.
|
1993-07-22 |
Richard M. Stallman |
(keyboard-translate): Properly lengthen existing table.
|
1993-07-20 |
Richard M. Stallman |
(define-key-after): Fix typo in previous change.
|
1993-07-13 |
Richard M. Stallman |
(define-key-after): Error if KEY has two elements.
|
1993-07-05 |
Jim Blandy |
* subr.el (posn-point): Properly extract the BUFFER-POSITION field
|
1993-06-30 |
Richard M. Stallman |
(define-key-after): Delete duplicate bindings that come
|
1993-06-26 |
Richard M. Stallman |
(define-key-after): Renamed from define-key-in-sequence.
|
1993-06-26 |
Richard M. Stallman |
(define-key-in-sequence): New function.
|
1993-06-22 |
Jim Blandy |
* subr.el (event-end): Modified to account for multi-click events.
|
1993-06-17 |
Jim Blandy |
* subr.el (event-basic-type): Deal with listy events properly.
|
1993-06-09 |
Jim Blandy |
Apply typo patches from Paul Eggert.
|
1993-06-01 |
Richard M. Stallman |
(posn-timestamp): Doc fix.
|
1993-05-28 |
Richard M. Stallman |
(baud-rate): Doc fix.
|
1993-05-27 |
Richard M. Stallman |
(listify-key-sequence): Avoid the constant ?\M-\200.
|
1993-05-22 |
Richard M. Stallman |
(event-modifiers): Doc fix.
|
1993-05-18 |
Jim Blandy |
* subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
|
1993-05-03 |
Jim Blandy |
* subr.el (listify-key-sequence): Use a character constant to
|
1993-04-23 |
Eric S. Raymond |
All fsets changed to defaliases.
|
1993-04-10 |
Jim Blandy |
* subr.el (overlay-start, overlay-end, overlay-buffer): New
|
1993-03-30 |
Jim Blandy |
* subr.el (int-to-string): Make this an alias for the subr
|
1993-03-27 |
Eric S. Raymond |
(add-hook) Added optional arg to cause hook to be appended rather than
|
1993-03-08 |
Richard M. Stallman |
(posn-timestamp, posn-col-row, posn-point, posn-window):
|
1993-03-08 |
Richard M. Stallman |
(event-basic-type): New function.
|
1993-03-07 |
Richard M. Stallman |
(event-modifiers): New function.
|
1993-03-06 |
Richard M. Stallman |
(momentary-string-display): Handle any event when flushing the display.
|
1993-03-06 |
Richard M. Stallman |
(listify-key-sequence): New function.
|