(Fread_file_name): Delete duplicates in
[bpt/emacs.git] / src / eval.c
2004-12-13 Richard M. Stallman(syms_of_eval) <quit-flag>: Doc fix.
2004-12-07 Stefan Monnier(init_eval_once): Increase max_specpdl_size to 1000.
2004-12-02 Richard M. Stallman(Fcalled_interactively_p): Don't check INTERACTIVE.
2004-11-26 Eli Zaretskii(Fdefvar): Declare pdl from last change as `volatile...
2004-11-22 Stefan Monnier(Fdefvar): Warn when var is let-bound but globally...
2004-11-20 Thien-Thi Nguyen(init_eval_once): Increase `max_specpdl_size' to 650.
2004-11-06 Jan Djärv* eval.c (Feval): Remove check for INPUT_BLOCKED_P.
2004-11-02 Kim F. Storm(Fcalled_interactively_p): Rename from Fcall_interactive_p.
2004-11-02 Richard M. Stallman(Fcall_interactive_p): New function.
2004-07-29 Luc Teirlinck(Fdefvar, Fdefconst): Doc fixes.
2004-07-19 Steven TammFixes for Ctrl-G support on carbon, replacing old timeo...
2004-07-06 John Paul Wallington(Fdefmacro): Signal an error if NAME is not a symbol.
2004-06-12 Eli Zaretskii(Fdefun): Signal an error if NAME is not a symbol.
2004-06-01 Stefan Monnier(Fcondition_case): Fix usage. Simplify.
2004-05-28 Stefan Monnier(mark_backtrace): New function.
2004-03-29 Stefan Monnier(Fcommandp): Simplify.
2003-12-31 Luc Teirlinck(Fsignal): Add hyperlink to the definition of `signal...
2003-12-29 Richard M. StallmanComment change.
2003-10-31 Luc Teirlinck(Fdefvaralias): Doc fix.
2003-09-01 Miles BaderAdd arch taglines
2003-05-28 Dave Love(unbind_to): Fix last change for K&R. From rms.
2003-05-09 Richard M. Stallman(specpdl_ptr): Declare volatile.
2003-05-01 Stefan Monnier(Funwind_protect): Use func = Fprogn rather symbol...
2003-05-01 Stefan Monnier(unbind_to): Don't handle symbol = Qnil any more.
2003-04-30 Richard M. Stallman(Fsignal): Clear abort_on_gc.
2003-04-19 Stefan Monnier(Fapply): Undo last change and add a comment about...
2003-04-17 Stefan Monnier(For, Fand, Fprogn, un_autoload, do_autoload): Use...
2003-02-12 Juanma Barranquero(Fdefmacro): Fix typo.
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-07 Markus Rost(Fuser_variable_p): Doc change. For custom variables,
2002-12-21 Richard M. StallmanErrors and throws work right with interrupt blocking.
2002-12-08 Steven TammFeval: On Carbon/MacOSX call mac_check_for_quit_char...
2002-12-07 Richard M. Stallman(Fdefun, Fdefmacro): Record in load-history redefining...
2002-11-21 Richard M. Stallman(interactive_p): Skip any number of bytecode
2002-08-24 Andreas SchwabFix last change.
2002-08-24 Richard M. Stallman(Fdefvar, Fdefconst, Fdefvaralias):
2002-07-15 Juanma Barranquero(Fdefvaralias): Add docstring argument.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-12 Richard M. Stallman(Fsignal): Don't call cancel_hourglass.
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-07 Richard M. Stallman(Fdefmacro): Doc fix.
2002-05-28 Richard M. Stallman(syms_of_eval): Doc fix.
2002-05-20 Ken Raeburn* eval.c (do_autoload): Use SYMBOL_NAME and XSTRING...
2002-05-15 Eli Zaretskii(Fcommandp): Doc fix.
2002-04-30 Richard M. StallmanComment change.
2002-04-30 Richard M. Stallman(do_autoload): Error if called while preparing to dump.
2002-04-28 Richard M. Stallman(Fcommandp): New arg for_call_interactively.
2002-03-24 Gerd Moellmann(Qdeclare, Vmacro_declaration_function): New variables.
2002-03-04 Stefan MonnierChange defvar_int def and vars to use EMACS_INT instead...
2002-02-02 Pavel Janík(Fsignal): Remove duplicated declaration of the variable
2002-01-01 Andreas Schwab(max_specpdl_size, max_lisp_eval_depth): Define as...
2001-12-22 Pavel JaníkRemove variables `Qmocklisp_arguments', `Vmocklisp_argu...
2001-12-06 Stefan MonnierUndo last change. Consistency doesn't seem to be desired.
2001-12-05 Stefan MonnierUse standard syntax for usage in docstrings.
2001-11-26 Stefan MonnierUse AREF and ASIZE.
2001-11-16 Stefan Monnier(max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
2001-11-14 Richard M. Stallman(syms_of_eval): Doc fix.
2001-11-13 Pavel Janík(Fif): Reindent.
2001-11-04 Pavel Janík(top_level_value, top_level_set): Remove commented...
2001-11-02 Pavel Janík(debugger_may_continue, Vdebug_ignored_errors, call_deb...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-01 Richard M. Stallman(Frun_hooks, Frun_hook_with_args_until_failure): Doc...
2001-10-31 Pavel Janík(Fcommandp): Doc fix.
2001-10-21 Miles Bader(Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_u...
2001-10-19 Richard M. StallmanClarify previous change.
2001-10-19 Richard M. Stallman(syms_of_eval): Doc fixes.
2001-10-05 Gerd Moellmann(Fdefvaralias): New function.
2001-07-05 Gerd Moellmann(specbind): Additionally record the buffer that was
2001-07-03 Gerd Moellmann(specbind): If SYMBOL has a frame-local binding, record
2001-05-18 Gerd Moellmann(call_debugger): Don't bind inhibit-eval-during-redisplay.
2001-05-14 Stefan Monnier(Fdefvar): Only record (defvar <var>) in the load-history
2001-03-28 Gerd Moellmann(call_debugger): Bind `inhibit-redisplay' to nil, and
2001-03-15 Gerd Moellmann(specbind): Call store_symval_forwarding with BUF null.
2001-03-08 Dave Love(syms_of_eval) <debug-on-error>: DOc fix.
2001-02-21 Gerd MoellmannUse display_hourglass_p, start_hourglass, cancel_hourgl...
2001-01-31 Gerd Moellmann(interactive_p): New function.
2001-01-18 Gerd Moellmann(specbind): If binding a per-buffer variable which
2000-11-29 Stefan Monnier*** empty log message ***
2000-11-29 Gerd Moellmann(Fsignal): Reset handling_signal.
2000-10-19 Gerd Moellmann(skip_debugger): Prevent a compiler warning.
2000-10-02 Gerd Moellmann(error): Prevent compiler warning.
2000-08-21 Gerd Moellmann(Fmacroexpand): Doc fix.
2000-08-17 Dave Love(Fdefvar): Doc fix.
2000-08-05 Gerd Moellmann(error): Use xfree instead of free.
2000-07-14 Gerd Moellmann(internal_condition_case_2): New function.
2000-07-07 Gerd Moellmann(Fsignal): Handle case that backtrace_list is null.
2000-07-05 Gerd Moellmann(handling_signal): New variable.
2000-07-05 Gerd Moellmann(Vsignaling_function): New variable.
2000-07-05 Andrew Innes(internal_condition_case): Comment out abort if
2000-07-05 Gerd Moellmann(Feval): Put check for interrupt_input_block in #if 0.
2000-05-02 Gerd Moellmann(Fsignal): If lisp_eval_depth or spepdl_size are near
2000-03-29 Gerd Moellmann(call_debugger): Cancel busy-cursor.
2000-03-24 Stefan Monnier* eval.c (Fautoload): Add entry in load-history (if...
2000-03-08 Dave Love(find_handler_clause): Use PROTOTYPES.
2000-02-25 Gerd Moellmann(Fsignal): Call cancel_busy_cursor instead of
2000-02-23 Gerd Moellmann(specbind): Remove references to
2000-02-20 Gerd Moellmann(funcall_lambda): Don't bind Qmocklisp_arguments unless
2000-02-15 Richard M. Stallman(specbind): For buffer-local value, record the current...
2000-02-01 Dave LoveFix various doc strings not to duplicate information...
2000-01-11 Richard M. Stallman(specbind): Record buffer-local variables specially,
next