diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-09-08 Andreas Schwab <schwab@suse.de> | 18 | 2006-09-08 Andreas Schwab <schwab@suse.de> |
| 2 | 19 | ||
| 3 | * print.c (strout): Fix whitespace. | 20 | * print.c (strout): Fix whitespace. |