summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAgeFilesLines
* (Fcall_interactively): Pass new arg to Fread_coding_system.Richard M. Stallman1997-09-051-1/+1
* (Finteractive): Document the code letter `M'.Kenichi Handa1997-08-261-7/+16
* (Fcall_interactively): Pass new arg to sit_for.Richard M. Stallman1997-05-271-1/+1
* (Fcall_interactively): Use num_input_events.Richard M. Stallman1997-05-191-2/+2
* (Fcall_interactively): Pass extra arg to Fread_string.Richard M. Stallman1997-05-151-2/+3
* (Fcall_interactively): Pass new arg toRichard M. Stallman1997-05-101-4/+6
* (doc-string of `interactive'): Describe new codeKarl Heuer1997-02-201-0/+27
* (Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'.Richard M. Stallman1996-09-281-8/+20
* Change all references from point to PT.Karl Heuer1996-09-011-2/+2
* (Fcall_interactively): For `N' and `n',Richard M. Stallman1996-08-291-3/+21
* (Fcall_interactively): In `c' case, use message_nologRichard M. Stallman1996-03-201-1/+4
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fcall_interactively, Fprefix_numeric_value): Harmonize arguments withErik Naggum1996-01-091-5/+5
* (Fcall_interactively): Undo previous change.Richard M. Stallman1995-12-251-28/+4
* (Fcall_interactively): Handle an arg of form (FCN ARGS...).Karl Heuer1995-12-211-5/+29
* (Fcall_interactively): Don't log prompt strings.Karl Heuer1995-12-191-2/+2
* (Fcall_interactively): In `c' case, clear out the messageRichard M. Stallman1995-11-301-0/+1
* (syms_of_callint): Set up Qlet, Qletx, Qsave_excursion.Richard M. Stallman1995-11-101-14/+34
* (Fcall_interactively): New arg KEYS.Richard M. Stallman1995-10-271-11/+19
* (callint_message, callint_message_size): New vars.Richard M. Stallman1995-10-071-19/+43
* (Fcall_interactively): Doc fix.Richard M. Stallman1995-07-181-0/+1
* (Fprefix_numeric_value): Fix type check.Karl Heuer1995-06-141-1/+1
* (current_prefix_partial): Deleted.Karl Heuer1995-06-071-105/+2
* (Fcall_interactively): Cast arg of doprnt.Karl Heuer1995-05-251-1/+2
* Fix previous change.Karl Heuer1995-04-131-1/+1
* (Fcall_interactively): Fix paren nesting.Richard M. Stallman1995-04-131-1/+1
* (Fcall_interactively): Fix handling of @Richard M. Stallman1995-04-111-1/+1
* (Fcall_interactively): Call single_kboard_stateRichard M. Stallman1995-04-101-9/+3
* (Fcall_interactively): Fix previous change.Karl Heuer1995-04-071-1/+1
* (Fcall_interactively): `+' is reserved for user changes.Richard M. Stallman1995-04-071-2/+8
* Rename perdisplay to kboard.Karl Heuer1995-03-151-35/+35
* (clear_prefix_arg): current_perdisplay now is never null.Karl Heuer1995-03-131-2/+0
* (current_prefix_partial): New var.Karl Heuer1995-03-081-0/+105
* (Fcall_interactively): Fix Feb 22 change.Richard M. Stallman1995-03-061-1/+1
* (Fcall_interactively): Disallow switch-frame events when reading `k' or `K'Karl Heuer1995-03-031-2/+2
* (Fcall_interactively, syms_of_callint, Vprefix_arg, Vcurrent_prefix_arg): UndoKarl Heuer1995-03-011-2/+22
* (Fcall_interactively): Lock the display before executing the command, noKarl Heuer1995-02-281-1/+9
* (Fcall_interactively): If the display hasn't already been locked by readingKarl Heuer1995-02-241-0/+4
* (Fcall_interactively): Use markers temporarily inRichard M. Stallman1995-02-231-9/+25
* Doc fix.Richard M. Stallman1995-02-151-1/+2
* (syms_of_callint): Move DEFVAR_DISPLAY's to keyboard.c.Karl Heuer1995-02-041-20/+0
* (Fcall_interactively): Use perdisplay.Karl Heuer1995-02-011-6/+6
* (Fcall_interactively): Pass new arg to Fread_string.Richard M. Stallman1995-01-301-2/+2
* (Fcall_interactively): Define K mostly like k.Richard M. Stallman1995-01-241-2/+8
* Fix typo in last change.Roland McGrath1995-01-051-1/+1
* (Fcall_interactively): Use & PSEUDOVECTOR_SIZE_MASK on `size' field ofRoland McGrath1995-01-051-2/+2
* (Vmouse_leave_buffer_hook, Qmouse_leave_buffer_hook): New variables.Richard M. Stallman1994-12-281-0/+16
* (Finteractive): Doc fix.Richard M. Stallman1994-10-041-1/+1
* (Fcall_interactively, Fprefix_numeric_value): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-6/+6
* (Fprefix_numeric_value): No longer necessary to set type separately.Karl Heuer1994-10-041-4/+0