| Age | Commit message (Expand) | Author |
| 2006-12-03 | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned! | Karoly Lorentey |
| 2006-11-01 | (Fcatch): Doc fix. | Juanma Barranquero |
| 2006-10-14 | Merged from emacs@sv.gnu.org | Karoly Lorentey |
| 2006-10-10 | Include xterm.h for x_fully_uncatch_errors and friends. | Stefan Monnier |
| 2006-09-08 | (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P. | Richard M. Stallman |
| 2006-09-02 | (apply1, call2) [__GNUC__]: Declare with `__attribute__((noinline))'. | Eli Zaretskii |
| 2006-07-29 | Fix x_catch_errors-related abort after X disconnects. (Reported by Dan Nicola... | Karoly Lorentey |
| 2006-07-18 | * ebrowse.c (usage, version): Mark as NO_RETURN. | Dan Nicolaescu |
| 2006-07-18 | * eval.c (xsignal): New func. Like Fsignal, but marked no-return. | Kim F. Storm |
| 2006-07-13 | (Fthrow): Remove loop around Fsignal. | Kim F. Storm |
| 2006-07-03 | (Fdefvaralias): Doc fix. | Richard M. Stallman |
| 2006-06-13 | (Fdefconst): Mark variable as risky. | Richard M. Stallman |
| 2006-04-18 | Comment munging wrt max-specpdl-size; nfc. | Thien-Thi Nguyen |
| 2006-03-11 | (unwind_to_catch): Call x_fully_uncatch_errors only if HAVE_X_WINDOWS. | Eli Zaretskii |
| 2006-03-11 | (unwind_to_catch): Call x_fully_uncatch_errors. | Richard M. Stallman |
| 2006-02-26 | (specpdl_ptr): Remove volatile qualifier for consistency with lisp.h. | Luc Teirlinck |
| 2006-02-25 | * xterm.h (x_catch_errors) Return value changed to void. | Chong Yidong |
| 2006-02-10 | * data.c (Findirect_function): Add NOERROR arg. All callers changed | Kim F. Storm |
| 2006-02-06 | Update years in copyright notice; nfc. | Thien-Thi Nguyen |
| 2005-12-28 | (do_autoload): Ignore elements of Vautoload_queue where car is not symbol. | Richard M. Stallman |
| 2005-12-26 | (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue to undo a `provide'. | Richard M. Stallman |
| 2005-10-29 | (internal_lisp_condition_case): New function. | Richard M. Stallman |
| 2005-08-07 | Update years in copyright notice; nfc. | Thien-Thi Nguyen |
| 2005-07-26 | (Fdefvar): Allow (defvar enable-multibyte-characters). | Stefan Monnier |
| 2005-07-23 | (Feval, Ffuncall): Test gc_cons_threshold and | Richard M. Stallman |
| 2005-07-21 | (restore_stack_limits): Return a value. | Andreas Schwab |
| 2005-07-20 | (Fdefvar): Doc fix. | Juanma Barranquero |
| 2005-07-19 | (Fprog2, Fcalled_interactively_p), (syms_of_eval) <debug-on-quit>: Doc fixes. | Juanma Barranquero |
| 2005-07-13 | (Feval, Ffuncall): Use gc_cons_combined_threshold. | Stefan Monnier |
| 2005-07-09 | (Fdefvar): Allow defvaring a constant to itself quoted. | Richard M. Stallman |
| 2005-07-04 | Update FSF's address. | Lute Kamstra |
| 2005-06-29 | (user_variable_p_eh): New function. | Juanma Barranquero |
| 2005-06-28 | (Fdefvar): Improve error message. | Richard M. Stallman |
| 2005-06-27 | (Fdefvar): Don't try to set constant symbols. | Juanma Barranquero |
| 2005-06-25 | (call_debugger): Take full care of extending stack limits | Richard M. Stallman |
| 2005-06-23 | (Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions. | Juanma Barranquero |
| 2005-06-14 | (Fdefvaralias): Rename arguments SYMBOL and ALIASED to NEW-ALIAS and | Juanma Barranquero |
| 2005-06-08 | * composite.c (compose_chars_in_text): | Kim F. Storm |
| 2005-06-03 | (unbind_to): Preserve value of Vquit_flag. | Kim F. Storm |
| 2005-05-26 | (Frun_hooks): Mention run-mode-hooks in docstring. | Lute Kamstra |
| 2005-05-08 | (Fdefvaralias): Remove any pre-existing variable-documentation | Luc Teirlinck |
| 2005-05-05 | (Fdefvaralias): Doc fix. | Luc Teirlinck |
| 2005-04-28 | (do_autoload): Record only autoloads in the autoload property of symbols. | Lute Kamstra |
| 2005-04-03 | (Ffuncall): Always call CHECK_CONS_LIST on entry. | Kim F. Storm |
| 2005-03-06 | (unwind_to_catch): Use UNBLOCK_INPUT_TO. | Richard M. Stallman |
| 2005-02-06 | (Frun_hook_with_args) | Richard M. Stallman |
| 2004-12-27 | (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH. | Richard M. Stallman |
| 2004-12-21 | (unwind_to_catch): Clear immediate_quit. | Richard M. Stallman |
| 2004-12-13 | (syms_of_eval) <quit-flag>: Doc fix. | Richard M. Stallman |
| 2004-12-07 | (init_eval_once): Increase max_specpdl_size to 1000. | Stefan Monnier |