aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-10-25more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1-4/+4
1999-09-12Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1-14/+14
1999-07-01(Fcall_interactively): Ignore first element ofAndreas Schwab1-2/+4
1998-12-22(Fcall_interactively) <'C'>: Give Fread_char QnilKenichi Handa1-1/+1
1998-09-22(Fcall_interactively): Don't use input method whenKenichi Handa1-2/+2
1998-08-18(Fcall_interactively): Pass new args to Fread_eventRichard M. Stallman1-7/+3
1998-08-07(Fcall_interactively): Pass new arg to Fread_key_sequence.Richard M. Stallman1-2/+2
1998-06-14(Fcall_interactively) <k, K>: If sequence ends in a downRichard M. Stallman1-0/+30
1998-06-07(syms_of_callint): Set up Lisp variable.Richard M. Stallman1-0/+4
1998-05-25(Fcall_interactively): Pass new arg to Fother_buffer.Richard M. Stallman1-2/+2
1998-04-23(Fcall_interactively): Truncate command-history here.Richard M. Stallman1-0/+17
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+1
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-2/+3
1998-01-09(Fcall_interactively): Allocate string by bytes.Richard M. Stallman1-4/+4
1998-01-01(Fcall_interactively) <'d', 'r'>: Use set_marker_both.Richard M. Stallman1-7/+7
1997-09-05(Fcall_interactively): Pass new arg to Fread_coding_system.Richard M. Stallman1-1/+1
1997-08-26(Finteractive): Document the code letter `M'.Kenichi Handa1-7/+16
1997-05-27(Fcall_interactively): Pass new arg to sit_for.Richard M. Stallman1-1/+1
1997-05-19(Fcall_interactively): Use num_input_events.Richard M. Stallman1-2/+2
1997-05-15(Fcall_interactively): Pass extra arg to Fread_string.Richard M. Stallman1-2/+3
1997-05-10(Fcall_interactively): Pass new arg toRichard M. Stallman1-4/+6
1997-02-20(doc-string of `interactive'): Describe new codeKarl Heuer1-0/+27
1996-09-28(Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'.Richard M. Stallman1-8/+20
1996-09-01Change all references from point to PT.Karl Heuer1-2/+2
1996-08-29(Fcall_interactively): For `N' and `n',Richard M. Stallman1-3/+21
1996-03-20(Fcall_interactively): In `c' case, use message_nologRichard M. Stallman1-1/+4
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-09(Fcall_interactively, Fprefix_numeric_value): Harmonize arguments withErik Naggum1-5/+5
1995-12-25(Fcall_interactively): Undo previous change.Richard M. Stallman1-28/+4
1995-12-21(Fcall_interactively): Handle an arg of form (FCN ARGS...).Karl Heuer1-5/+29
1995-12-19(Fcall_interactively): Don't log prompt strings.Karl Heuer1-2/+2
1995-11-30(Fcall_interactively): In `c' case, clear out the messageRichard M. Stallman1-0/+1
1995-11-10(syms_of_callint): Set up Qlet, Qletx, Qsave_excursion.Richard M. Stallman1-14/+34
1995-10-27(Fcall_interactively): New arg KEYS.Richard M. Stallman1-11/+19
1995-10-07(callint_message, callint_message_size): New vars.Richard M. Stallman1-19/+43
1995-07-18(Fcall_interactively): Doc fix.Richard M. Stallman1-0/+1
1995-06-14(Fprefix_numeric_value): Fix type check.Karl Heuer1-1/+1
1995-06-07(current_prefix_partial): Deleted.Karl Heuer1-105/+2
1995-05-25(Fcall_interactively): Cast arg of doprnt.Karl Heuer1-1/+2
1995-04-13Fix previous change.Karl Heuer1-1/+1
1995-04-13(Fcall_interactively): Fix paren nesting.Richard M. Stallman1-1/+1
1995-04-11(Fcall_interactively): Fix handling of @Richard M. Stallman1-1/+1
1995-04-10(Fcall_interactively): Call single_kboard_stateRichard M. Stallman1-9/+3
1995-04-07(Fcall_interactively): Fix previous change.Karl Heuer1-1/+1
1995-04-07(Fcall_interactively): `+' is reserved for user changes.Richard M. Stallman1-2/+8
1995-03-15Rename perdisplay to kboard.Karl Heuer1-35/+35
1995-03-13(clear_prefix_arg): current_perdisplay now is never null.Karl Heuer1-2/+0
1995-03-08(current_prefix_partial): New var.Karl Heuer1-0/+105
1995-03-06(Fcall_interactively): Fix Feb 22 change.Richard M. Stallman1-1/+1
1995-03-03(Fcall_interactively): Disallow switch-frame events when reading `k' or `K'Karl Heuer1-2/+2