log src/callint.c @ 28242:503eb7ee07bd

age author description
1999-10-25 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
1999-09-12 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
1999-07-01 Andreas Schwab (Fcall_interactively): Ignore first element of
1998-12-22 Kenichi Handa (Fcall_interactively) <'C'>: Give Fread_char Qnil
1998-09-22 Kenichi Handa (Fcall_interactively): Don't use input method when
1998-08-18 Richard M. Stallman (Fcall_interactively): Pass new args to Fread_event
1998-08-07 Richard M. Stallman (Fcall_interactively): Pass new arg to Fread_key_sequence.
1998-06-14 Richard M. Stallman (Fcall_interactively) <k, K>: If sequence ends in a down
1998-06-07 Richard M. Stallman (syms_of_callint): Set up Lisp variable.
1998-05-25 Richard M. Stallman (Fcall_interactively): Pass new arg to Fother_buffer.
1998-04-23 Richard M. Stallman (Fcall_interactively): Truncate command-history here.
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-03-21 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
1998-01-09 Richard M. Stallman (Fcall_interactively): Allocate string by bytes.
1998-01-01 Richard M. Stallman (Fcall_interactively) <'d', 'r'>: Use set_marker_both.
1997-09-05 Richard M. Stallman (Fcall_interactively): Pass new arg to Fread_coding_system.
1997-08-26 Kenichi Handa (Finteractive): Document the code letter `M'.
1997-05-27 Richard M. Stallman (Fcall_interactively): Pass new arg to sit_for.
1997-05-19 Richard M. Stallman (Fcall_interactively): Use num_input_events.
1997-05-15 Richard M. Stallman (Fcall_interactively): Pass extra arg to Fread_string.
1997-05-10 Richard M. Stallman (Fcall_interactively): Pass new arg to
1997-02-20 Karl Heuer (doc-string of `interactive'): Describe new code
1996-09-28 Richard M. Stallman (Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'.
1996-09-01 Karl Heuer Change all references from point to PT.
1996-08-29 Richard M. Stallman (Fcall_interactively): For `N' and `n',
1996-03-20 Richard M. Stallman (Fcall_interactively): In `c' case, use message_nolog
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Fcall_interactively, Fprefix_numeric_value): Harmonize arguments with
1995-12-25 Richard M. Stallman (Fcall_interactively): Undo previous change.
1995-12-21 Karl Heuer (Fcall_interactively): Handle an arg of form (FCN ARGS...).
1995-12-19 Karl Heuer (Fcall_interactively): Don't log prompt strings.
1995-11-30 Richard M. Stallman (Fcall_interactively): In `c' case, clear out the message
1995-11-10 Richard M. Stallman (syms_of_callint): Set up Qlet, Qletx, Qsave_excursion.
1995-10-27 Richard M. Stallman (Fcall_interactively): New arg KEYS.
1995-10-07 Richard M. Stallman (callint_message, callint_message_size): New vars.
1995-07-18 Richard M. Stallman (Fcall_interactively): Doc fix.
1995-06-14 Karl Heuer (Fprefix_numeric_value): Fix type check.
1995-06-07 Karl Heuer (current_prefix_partial): Deleted.
1995-05-25 Karl Heuer (Fcall_interactively): Cast arg of doprnt.
1995-04-13 Karl Heuer Fix previous change.
1995-04-13 Richard M. Stallman (Fcall_interactively): Fix paren nesting.
1995-04-11 Richard M. Stallman (Fcall_interactively): Fix handling of @
1995-04-10 Richard M. Stallman (Fcall_interactively): Call single_kboard_state
1995-04-07 Karl Heuer (Fcall_interactively): Fix previous change.
1995-04-07 Richard M. Stallman (Fcall_interactively): `+' is reserved for user changes.
1995-03-15 Karl Heuer Rename perdisplay to kboard.
1995-03-13 Karl Heuer (clear_prefix_arg): current_perdisplay now is never null.
1995-03-08 Karl Heuer (current_prefix_partial): New var.
1995-03-06 Richard M. Stallman (Fcall_interactively): Fix Feb 22 change.
1995-03-03 Karl Heuer (Fcall_interactively): Disallow switch-frame events when reading `k' or `K'
1995-03-01 Karl Heuer (Fcall_interactively, syms_of_callint, Vprefix_arg, Vcurrent_prefix_arg): Undo
1995-02-28 Karl Heuer (Fcall_interactively): Lock the display before executing the command, no
1995-02-24 Karl Heuer (Fcall_interactively): If the display hasn't already been locked by reading
1995-02-23 Richard M. Stallman (Fcall_interactively): Use markers temporarily in
1995-02-15 Richard M. Stallman Doc fix.
1995-02-04 Karl Heuer (syms_of_callint): Move DEFVAR_DISPLAY's to keyboard.c.
1995-02-01 Karl Heuer (Fcall_interactively): Use perdisplay.
1995-01-30 Richard M. Stallman (Fcall_interactively): Pass new arg to Fread_string.
1995-01-24 Richard M. Stallman (Fcall_interactively): Define K mostly like k.
1995-01-05 Roland McGrath Fix typo in last change.