aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/subr.el
Commit message (Expand)AuthorAgeFilesLines
* (one-window-p): New argument all-frames.Richard M. Stallman1994-03-201-3/+9
* Don't use triple-hyphen in a character class.Karl Heuer1994-03-121-1/+1
* (substitute-key-definition): Avoid infinite recursion.Karl Heuer1994-03-031-3/+12
* (posn-x-y): New function.Richard M. Stallman1994-02-231-8/+20
* (substitute-key-definition): Don't discard menu strings.Richard M. Stallman1994-02-191-4/+7
* (user-original-login-name): Reduce to a defalias, since it's redundant withKarl Heuer1994-02-111-4/+1
* (make-syntax-table): Behave like copy-syntax-table if an argument is given,Karl Heuer1994-02-081-20/+22
* (start-process-shell-command): Doc fix.Richard M. Stallman1994-01-061-1/+1
* (eval-after-load): Do nothing if FORM is already on the list.Richard M. Stallman1994-01-051-1/+4
* (make-syntax-table): New function; no longer an aliasRichard M. Stallman1994-01-031-1/+24
* (shell-quote-argument): New function.Richard M. Stallman1993-12-311-0/+12
* (remove-hook): Use equal to see if hook is just that fcn.Richard M. Stallman1993-12-231-5/+2
* (walk-windows): If start at minibuf window, do return to it.Richard M. Stallman1993-11-241-0/+3
* (remove-hook): Doc fix.Richard M. Stallman1993-11-161-1/+1
* (remove-hook): New function, analogous to add-hook. ThisRichard M. Stallman1993-11-101-0/+15
* (suppress-keymap): Use substitute-key-definition instead of manuallyBrian Fox1993-09-211-5/+1
* (momentary-string-display): Scroll to keep the string on the screen.Richard M. Stallman1993-08-141-1/+11
* `mod' is no longer an alias for `%'.Paul Eggert1993-08-101-7/+0
* (minibuffer-window-active-p): New function.Richard M. Stallman1993-08-081-0/+13
* (add-hook): Change a single function into a list.Richard M. Stallman1993-08-021-6/+20
* (keyboard-translate): Properly lengthen existing table.Richard M. Stallman1993-07-221-1/+2
* (define-key-after): Fix typo in previous change.Richard M. Stallman1993-07-201-1/+1
* (define-key-after): Error if KEY has two elements.Richard M. Stallman1993-07-131-1/+5
* * subr.el (posn-point): Properly extract the BUFFER-POSITION fieldJim Blandy1993-07-051-1/+3
* (define-key-after): Delete duplicate bindings that comeRichard M. Stallman1993-06-301-4/+13
* (define-key-after): Renamed from define-key-in-sequence.Richard M. Stallman1993-06-261-1/+1
* (define-key-in-sequence): New function.Richard M. Stallman1993-06-261-0/+23
* * subr.el (event-end): Modified to account for multi-click events.Jim Blandy1993-06-221-1/+1
* * subr.el (event-basic-type): Deal with listy events properly.Jim Blandy1993-06-171-0/+2
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
* (posn-timestamp): Doc fix.Richard M. Stallman1993-06-011-1/+1
* (baud-rate): Doc fix.Richard M. Stallman1993-05-281-1/+2
* (listify-key-sequence): Avoid the constant ?\M-\200.Richard M. Stallman1993-05-271-1/+8
* (event-modifiers): Doc fix.Richard M. Stallman1993-05-221-2/+1
* * subr.el (overlay-start, overlay-end, overlay-buffer): Removed.Jim Blandy1993-05-181-15/+0
* * subr.el (listify-key-sequence): Use a character constant toJim Blandy1993-05-031-1/+1
* All fsets changed to defaliases.Eric S. Raymond1993-04-231-31/+31
* * subr.el (overlay-start, overlay-end, overlay-buffer): NewJim Blandy1993-04-101-160/+205
* * subr.el (int-to-string): Make this an alias for the subrJim Blandy1993-03-301-0/+1
* (add-hook) Added optional arg to cause hook to be appended rather thanEric S. Raymond1993-03-271-6/+10
* (posn-timestamp, posn-col-row, posn-point, posn-window):Richard M. Stallman1993-03-081-1/+52
* (event-basic-type): New function.Richard M. Stallman1993-03-081-0/+8
* (event-modifiers): New function.Richard M. Stallman1993-03-071-0/+36
* (momentary-string-display): Handle any event when flushing the display.Richard M. Stallman1993-03-061-1/+1
* (listify-key-sequence): New function.Richard M. Stallman1993-03-061-0/+10
* (walk-windows): Doc fix.Richard M. Stallman1993-02-261-2/+6
* * subr.el (string-to-int): Make this an alias forJim Blandy1993-02-221-0/+4
* * subr.el (mod): Add back this alias for %.Jim Blandy1993-02-141-0/+7
* JimB's changes since January 18thJim Blandy1993-01-261-3/+3
* (ignore): Use defun instead of fset to define; the byte compiler is smartRoland McGrath1992-12-211-8/+3