| Age | Commit message (Expand) | Author |
| 2004-12-02 | (Fcalled_interactively_p): Don't check INTERACTIVE. | Richard M. Stallman |
| 2004-11-26 | (Fdefvar): Declare pdl from last change as `volatile' to prevent | Eli Zaretskii |
| 2004-11-22 | (Fdefvar): Warn when var is let-bound but globally void. | Stefan Monnier |
| 2004-11-20 | (init_eval_once): Increase `max_specpdl_size' to 650. | Thien-Thi Nguyen |
| 2004-11-06 | * eval.c (Feval): Remove check for INPUT_BLOCKED_P. | Jan Djärv |
| 2004-11-02 | (Fcalled_interactively_p): Rename from Fcall_interactive_p. | Kim F. Storm |
| 2004-11-02 | (Fcall_interactive_p): New function. | Richard M. Stallman |
| 2004-07-29 | (Fdefvar, Fdefconst): Doc fixes. | Luc Teirlinck |
| 2004-07-19 | Fixes for Ctrl-G support on carbon, replacing old timeout based polling | Steven Tamm |
| 2004-07-06 | (Fdefmacro): Signal an error if NAME is not a symbol. | John Paul Wallington |
| 2004-06-12 | (Fdefun): Signal an error if NAME is not a symbol. | Eli Zaretskii |
| 2004-06-01 | (Fcondition_case): Fix usage. Simplify. | Stefan Monnier |
| 2004-05-28 | (mark_backtrace): New function. | Stefan Monnier |
| 2004-03-29 | (Fcommandp): Simplify. | Stefan Monnier |
| 2003-12-31 | (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual. | Luc Teirlinck |
| 2003-12-29 | Comment change. | Richard M. Stallman |
| 2003-10-31 | (Fdefvaralias): Doc fix. | Luc Teirlinck |
| 2003-09-01 | Add arch taglines | Miles Bader |
| 2003-05-28 | (unbind_to): Fix last change for K&R. From rms. | Dave Love |
| 2003-05-09 | (specpdl_ptr): Declare volatile. | Richard M. Stallman |
| 2003-05-01 | (Funwind_protect): Use func = Fprogn rather symbol = Qnil. | Stefan Monnier |
| 2003-05-01 | (unbind_to): Don't handle symbol = Qnil any more. | Stefan Monnier |
| 2003-04-30 | (Fsignal): Clear abort_on_gc. | Richard M. Stallman |
| 2003-04-19 | (Fapply): Undo last change and add a comment about why. | Stefan Monnier |
| 2003-04-17 | (For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP. | Stefan Monnier |
| 2003-02-12 | (Fdefmacro): Fix typo. | Juanma Barranquero |
| 2003-02-04 | Trailing whitespace deleted. | Juanma Barranquero |
| 2003-01-07 | (Fuser_variable_p): Doc change. For custom variables, | Markus Rost |
| 2002-12-21 | Errors and throws work right with interrupt blocking. | Richard M. Stallman |
| 2002-12-08 | Feval: On Carbon/MacOSX call mac_check_for_quit_char at each stack frame. | Steven Tamm |
| 2002-12-07 | (Fdefun, Fdefmacro): Record in load-history redefining an autoload. | Richard M. Stallman |
| 2002-11-21 | (interactive_p): Skip any number of bytecode | Richard M. Stallman |
| 2002-08-24 | Fix last change. | Andreas Schwab |
| 2002-08-24 | (Fdefvar, Fdefconst, Fdefvaralias): | Richard M. Stallman |
| 2002-07-15 | (Fdefvaralias): Add docstring argument. | Juanma Barranquero |
| 2002-07-15 | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn |
| 2002-07-12 | (Fsignal): Don't call cancel_hourglass. | Richard M. Stallman |
| 2002-07-11 | Use macro SPECPDL_INDEX. | Juanma Barranquero |
| 2002-07-07 | (Fdefmacro): Doc fix. | Richard M. Stallman |
| 2002-05-28 | (syms_of_eval): Doc fix. | Richard M. Stallman |
| 2002-05-20 | * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of | Ken Raeburn |
| 2002-05-15 | (Fcommandp): Doc fix. | Eli Zaretskii |
| 2002-04-30 | Comment change. | Richard M. Stallman |
| 2002-04-30 | (do_autoload): Error if called while preparing to dump. | Richard M. Stallman |
| 2002-04-28 | (Fcommandp): New arg for_call_interactively. | Richard M. Stallman |
| 2002-03-24 | (Qdeclare, Vmacro_declaration_function): New variables. | Gerd Moellmann |
| 2002-03-04 | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier |
| 2002-02-02 | (Fsignal): Remove duplicated declaration of the variable | Pavel Janík |
| 2002-01-01 | (max_specpdl_size, max_lisp_eval_depth): Define as int, | Andreas Schwab |
| 2001-12-22 | Remove variables `Qmocklisp_arguments', `Vmocklisp_arguments' and | Pavel Janík |