| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (callint_message, callint_message_size): New vars. | Richard M. Stallman | 1995-10-07 | 1 | -19/+43 |
| | | | | | | (syms_of_callint): Set up new vars. (Fcall_interactively): Keep the prompt in the heap. | ||||
| * | (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 |
| | | | | | | | | | (Vprefix_arg): Deleted; not part of struct kboard again. (Funiversal_argument, Fnegative_argument, Fdigit_argument) (clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg): Deleted. (syms_of_callint): Use DEFVAR_KBOARD for Vprefix_arg. Remove defsubrs for deleted functions. | ||||
| * | (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 |
| | | | | | when it tests whether the event has a window in it. | ||||
| * | (Fcall_interactively): Call single_kboard_state | Richard M. Stallman | 1995-04-10 | 1 | -9/+3 |
| | | | | | to switch to the single-kboard state. | ||||
| * | (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 |
| | | | | | | | | | | (Funiversal_argument): New function, formerly inlined in keyboard.c. (Fnegative_argument, Fdigit_argument): Likewise. (clear_prefix_arg): Moved here from keyboard.c. Don't clear the internal state if we're still building a prefix arg. (finalize_prefix_arg, describe_prefix_arg): Moved from keyboard.c. (syms_of_callint): defsubr the new lisp-callable functions. | ||||
| * | (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 |
| | | | | | specification. | ||||
| * | (Fcall_interactively, syms_of_callint, Vprefix_arg, Vcurrent_prefix_arg): Undo | Karl Heuer | 1995-03-01 | 1 | -2/+22 |
| | | | | | Jan 31 change. | ||||
| * | (Fcall_interactively): Lock the display before executing the command, no | Karl Heuer | 1995-02-28 | 1 | -1/+9 |
| | | | | | matter how we execute it. | ||||
| * | (Fcall_interactively): If the display hasn't already been locked by reading | Karl Heuer | 1995-02-24 | 1 | -0/+4 |
| | | | | | from the minibuffer, lock it before executing the command. | ||||
| * | (Fcall_interactively): Use markers temporarily in | Richard M. Stallman | 1995-02-23 | 1 | -9/+25 |
| | | | | | | args vector to stand for point and mark values; replace them with integers just before calling the command. | ||||
| * | 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 |
| | | | | | | (Vprefix_arg, Vcurrent_prefix_arg): Delete vars; now in perdisplay. (syms_of_callint): Use DEFVAR_DISPLAY for prefix-arg and current-prefix-arg. | ||||
| * | (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 |
| | | | | | Pass new arg to Fread_key_sequence. | ||||
| * | 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 |
| | | | | | compiled byte-code object. | ||||
| * | (Vmouse_leave_buffer_hook, Qmouse_leave_buffer_hook): New variables. | Richard M. Stallman | 1994-12-28 | 1 | -0/+16 |
| | | | | | | (syms_of_callint): Set them up. (Fcall_interactively): Run the hook, for `@'. | ||||
| * | (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 |
| | | | | | macros. | ||||
| * | (Qplus): New variable. | Richard M. Stallman | 1994-09-26 | 1 | -1/+4 |
| | | | | | (syms_of_callint): Set it up. | ||||
| * | (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 |
| | | | | | | (Fcall_interactively): Don't call minibuffer-window-active-p; determine directly whether a minibuf window is active. | ||||
| * | 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 |
| | | | | | Lisp symbol name (without V prepended). | ||||
| * | (check_mark): Don't check mark-active unless in transient-mark-mode. | Roland McGrath | 1993-07-08 | 1 | -2/+3 |
| | | | | | For inactive mark, signal mark-inactive instead of error with a message. | ||||
| * | (Vmark_even_if_inactive): New var, with Lisp variable. | Richard M. Stallman | 1993-07-04 | 1 | -1/+13 |
| | | | | | (check_mark): Use it. | ||||
| * | (check_mark): Error if mark is not active. | Richard M. Stallman | 1993-03-07 | 1 | -4/+6 |
| | | |||||
| * | * callint.c (Fcall_interactively): Pass the correct number of | Jim Blandy | 1993-02-22 | 1 | -1/+1 |
| | | | | | | | | | arguments to wrong_type_argument. * casefiddle.c (caseify_object): Same. * casetab.c (check_case_table): Same. * search.c (Fstore_match_data): Same. * syntax.c (check_syntax_table): Same. | ||||
| * | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 1 | -14/+29 |
| | | |||||
| * | (Fcall_interactively): For `s', use Fread_string. | Richard M. Stallman | 1992-12-21 | 1 | -1/+1 |
| | | |||||
| * | (preserved_fns): New var. | Richard M. Stallman | 1992-10-30 | 1 | -3/+47 |
| | | | | | | | (Fcall_interactively): Preserve fns listed in preserved_fns when they appear in an interactive spec which is a call to `list'. (syms_of_callint): Set preserved_fns and staticpro it. | ||||
| * | * callint.c (Fcall_interactively): Change handling of 'e' spec; | Jim Blandy | 1992-10-17 | 1 | -2/+3 |
| | | | | | this_command_keys is now a vector. | ||||
| * | * callint.c (Fcall_interactively): Allow multiple 'e' specs. | Jim Blandy | 1992-10-11 | 1 | -6/+16 |
| | | | | | (Finteractive): Doc fix. | ||||