aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2006-09-08 12:12:39 +0000
committerRichard M. Stallman2006-09-08 12:12:39 +0000
commitd799329b41efb934cd65e4750305e6a854fafc70 (patch)
tree130914ddb379ac4c73ed9c849945df0fee4d1c29 /src/ChangeLog
parent66aa138de70071d3b6760821159be922989efba4 (diff)
downloademacs-d799329b41efb934cd65e4750305e6a854fafc70.tar.gz
emacs-d799329b41efb934cd65e4750305e6a854fafc70.zip
(find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8d2a22d1809..cfbe21a77d4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12006-09-08 Richard Stallman <rms@gnu.org>
2
3 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
4
5 * casetab.c (init_casetab_once): Call set_case_table.
6
7 * emacs.c (shut_down_emacs): Set inhibit_sentinels.
8
9 * process.c (inhibit_sentinels): New variable.
10 (exec_sentinel): Test inhibit_sentinels.
11 (init_process): Initialize it.
12
13 * process.h (inhibit_sentinels): Add decl.
14
15 * search.c (looking_at_1, string_match_1, search_command):
16 Make syntax table's canon table point to eqv table.
17
12006-09-08 Andreas Schwab <schwab@suse.de> 182006-09-08 Andreas Schwab <schwab@suse.de>
2 19
3 * print.c (strout): Fix whitespace. 20 * print.c (strout): Fix whitespace.