changeset 72731:b8c0da552a00

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Sep 2006 12:12:39 +0000
parents c59eb8001eb6
children 73c180e96f39
files src/ChangeLog
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Sep 08 12:11:49 2006 +0000
+++ b/src/ChangeLog	Fri Sep 08 12:12:39 2006 +0000
@@ -1,3 +1,20 @@
+2006-09-08  Richard Stallman  <rms@gnu.org>
+
+	* eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
+
+	* casetab.c (init_casetab_once): Call set_case_table.
+
+	* emacs.c (shut_down_emacs): Set inhibit_sentinels.
+
+	* process.c (inhibit_sentinels): New variable.
+	(exec_sentinel): Test inhibit_sentinels.
+	(init_process): Initialize it.
+
+	* process.h (inhibit_sentinels): Add decl.
+
+	* search.c (looking_at_1, string_match_1, search_command):
+	Make syntax table's canon table point to eqv table.
+
 2006-09-08  Andreas Schwab  <schwab@suse.de>
 
 	* print.c (strout): Fix whitespace.