summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Expand)AuthorAge
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* (Finteractive): Document G option.Richard M. Stallman2005-03-17
* (Fcall_interactively): Call Fread_from_minibuffer with extra argument.Luc Teirlinck2004-11-21
* (Fcall_interactively): Remove unused variable 'funcar'.Kim F. Storm2004-11-09
* (Fcall_interactively): Avoid reusing EVENT for other data.Richard M. Stallman2004-11-07
* (Fcall_interactively): Add 'U' code to get the up-event discarded by aKim F. Storm2004-10-26
* (Fcall_interactively): Doc fix.Luc Teirlinck2004-07-31
* (Fkey_description): Change callers.Kim F. Storm2004-04-16
* (fix_command): Use XDCR.Stefan Monnier2004-04-14
* (Fcall_interactively): Fix last change.Kim F. Storm2004-03-29
* (Fcall_interactively): Use Finteractive_form.Stefan Monnier2004-03-29
* Add arch taglinesMiles Bader2003-09-01
* (Fcall_interactively): Save and restore Vthis_command, Vthis_original_command,Richard M. Stallman2003-08-29
* (Fselect_window): Add optional arg `norecord'.Stefan Monnier2003-05-17
* Comment change.Richard M. Stallman2003-04-06
* (fix_command): Declare as static void and move before Fcall_interactively.Juanma Barranquero2003-02-24
* (fix_command): New subroutine, from Fcall_interactively.Richard M. Stallman2003-02-23
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (Fcall_interactively): Use next_event only if lessAndreas Schwab2002-12-02
* (Fcall_interactively): If a command fails becauseRichard M. Stallman2002-11-24
* (Fcall_interactively): New local filter_specs.Richard M. Stallman2002-11-05
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-15
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-11
* (Fcall_interactively): When checking to see if doprnt hitMiles Bader2002-06-25
* (Fcall_interactively) <"D">: Supply Qfile_directory_pKim F. Storm2002-05-27
* * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAMEKen Raeburn2002-05-20
* (Fcall_interactively): Use INTEGERP instead ofGerd Moellmann2002-04-05
* (check_mark): New arg to specify clearer error message.Richard M. Stallman2002-02-01
* Do not include mocklisp.h.Pavel Janík2001-12-22
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-02
* (Finteractive): Add usage to doc-string.Pavel Janík2001-11-02
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-20
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-16
* (prefix-arg, current-prefix-arg): Fix typo in a doc string.Pavel Janík2001-10-15
* (Fcall_interactively): Remove unused code. Use XCAR/XCDR.Stefan Monnier2001-10-12
* Include keymap.h.Stefan Monnier2001-10-08
* (Fcall_interactively): Prevent a compiler warning.Gerd Moellmann2000-12-21
* Remove includes ofGerd Moellmann2000-09-02
* (toplevel) [HAVE_STRING_H]: Include string.h.Gerd Moellmann2000-08-28
* (Fcall_interactively): Doc fix.Dave Love2000-06-01
* more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1999-10-25
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-12
* (Fcall_interactively): Ignore first element ofAndreas Schwab1999-07-01
* (Fcall_interactively) <'C'>: Give Fread_char QnilKenichi Handa1998-12-22
* (Fcall_interactively): Don't use input method whenKenichi Handa1998-09-22
* (Fcall_interactively): Pass new args to Fread_eventRichard M. Stallman1998-08-18
* (Fcall_interactively): Pass new arg to Fread_key_sequence.Richard M. Stallman1998-08-07
* (Fcall_interactively) <k, K>: If sequence ends in a downRichard M. Stallman1998-06-14