| Commit message (Expand) | Author | Age | Files | Lines |
* | (Fcall_interactively): In `c' case, use message_nolog | Richard M. Stallman | 1996-03-20 | 1 | -1/+4 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fcall_interactively, Fprefix_numeric_value): Harmonize arguments with | Erik Naggum | 1996-01-09 | 1 | -5/+5 |
* | (Fcall_interactively): Undo previous change. | Richard M. Stallman | 1995-12-25 | 1 | -28/+4 |
* | (Fcall_interactively): Handle an arg of form (FCN ARGS...). | Karl Heuer | 1995-12-21 | 1 | -5/+29 |
* | (Fcall_interactively): Don't log prompt strings. | Karl Heuer | 1995-12-19 | 1 | -2/+2 |
* | (Fcall_interactively): In `c' case, clear out the message | Richard M. Stallman | 1995-11-30 | 1 | -0/+1 |
* | (syms_of_callint): Set up Qlet, Qletx, Qsave_excursion. | Richard M. Stallman | 1995-11-10 | 1 | -14/+34 |
* | (Fcall_interactively): New arg KEYS. | Richard M. Stallman | 1995-10-27 | 1 | -11/+19 |
* | (callint_message, callint_message_size): New vars. | Richard M. Stallman | 1995-10-07 | 1 | -19/+43 |
* | (Fcall_interactively): Doc fix. | Richard M. Stallman | 1995-07-18 | 1 | -0/+1 |
* | (Fprefix_numeric_value): Fix type check. | Karl Heuer | 1995-06-14 | 1 | -1/+1 |
* | (current_prefix_partial): Deleted. | Karl Heuer | 1995-06-07 | 1 | -105/+2 |
* | (Fcall_interactively): Cast arg of doprnt. | Karl Heuer | 1995-05-25 | 1 | -1/+2 |
* | Fix previous change. | Karl Heuer | 1995-04-13 | 1 | -1/+1 |
* | (Fcall_interactively): Fix paren nesting. | Richard M. Stallman | 1995-04-13 | 1 | -1/+1 |
* | (Fcall_interactively): Fix handling of @ | Richard M. Stallman | 1995-04-11 | 1 | -1/+1 |
* | (Fcall_interactively): Call single_kboard_state | Richard M. Stallman | 1995-04-10 | 1 | -9/+3 |
* | (Fcall_interactively): Fix previous change. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (Fcall_interactively): `+' is reserved for user changes. | Richard M. Stallman | 1995-04-07 | 1 | -2/+8 |
* | Rename perdisplay to kboard. | Karl Heuer | 1995-03-15 | 1 | -35/+35 |
* | (clear_prefix_arg): current_perdisplay now is never null. | Karl Heuer | 1995-03-13 | 1 | -2/+0 |
* | (current_prefix_partial): New var. | Karl Heuer | 1995-03-08 | 1 | -0/+105 |
* | (Fcall_interactively): Fix Feb 22 change. | Richard M. Stallman | 1995-03-06 | 1 | -1/+1 |
* | (Fcall_interactively): Disallow switch-frame events when reading `k' or `K' | Karl Heuer | 1995-03-03 | 1 | -2/+2 |
* | (Fcall_interactively, syms_of_callint, Vprefix_arg, Vcurrent_prefix_arg): Undo | Karl Heuer | 1995-03-01 | 1 | -2/+22 |
* | (Fcall_interactively): Lock the display before executing the command, no | Karl Heuer | 1995-02-28 | 1 | -1/+9 |
* | (Fcall_interactively): If the display hasn't already been locked by reading | Karl Heuer | 1995-02-24 | 1 | -0/+4 |
* | (Fcall_interactively): Use markers temporarily in | Richard M. Stallman | 1995-02-23 | 1 | -9/+25 |
* | Doc fix. | Richard M. Stallman | 1995-02-15 | 1 | -1/+2 |
* | (syms_of_callint): Move DEFVAR_DISPLAY's to keyboard.c. | Karl Heuer | 1995-02-04 | 1 | -20/+0 |
* | (Fcall_interactively): Use perdisplay. | Karl Heuer | 1995-02-01 | 1 | -6/+6 |
* | (Fcall_interactively): Pass new arg to Fread_string. | Richard M. Stallman | 1995-01-30 | 1 | -2/+2 |
* | (Fcall_interactively): Define K mostly like k. | Richard M. Stallman | 1995-01-24 | 1 | -2/+8 |
* | Fix typo in last change. | Roland McGrath | 1995-01-05 | 1 | -1/+1 |
* | (Fcall_interactively): Use & PSEUDOVECTOR_SIZE_MASK on `size' field of | Roland McGrath | 1995-01-05 | 1 | -2/+2 |
* | (Vmouse_leave_buffer_hook, Qmouse_leave_buffer_hook): New variables. | Richard M. Stallman | 1994-12-28 | 1 | -0/+16 |
* | (Finteractive): Doc fix. | Richard M. Stallman | 1994-10-04 | 1 | -1/+1 |
* | (Fcall_interactively, Fprefix_numeric_value): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -6/+6 |
* | (Fprefix_numeric_value): No longer necessary to set type separately. | Karl Heuer | 1994-10-04 | 1 | -4/+0 |
* | (quotify_arg, Fcall_interactively, Fprefix_numeric_value): Use type test | Karl Heuer | 1994-09-27 | 1 | -11/+11 |
* | (Qplus): New variable. | Richard M. Stallman | 1994-09-26 | 1 | -1/+4 |
* | (Fcall_interactively): Use EMACS_INT. | Richard M. Stallman | 1994-09-17 | 1 | -1/+1 |
* | (Fcall_interactively): Ignore `-' in string. | Richard M. Stallman | 1994-06-15 | 1 | -3/+5 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | (check_mark, Fcall_interactively): Use assignment, not initialization. | Karl Heuer | 1994-03-23 | 1 | -3/+4 |
* | Fix typo in previous change. | Karl Heuer | 1994-03-09 | 1 | -2/+2 |
* | (Fcall_interactively): Don't select an active minibuffer. | Karl Heuer | 1994-03-09 | 1 | -1/+7 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (syms_of_callint): Fix DEFVAR_LISP for Vmark_even_if_inactive to use right | Roland McGrath | 1993-07-08 | 1 | -1/+1 |