aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2041b5bb45c..62782e63eef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12011-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Let the debugger continue to the normal handler (bug#7825).
4 * eval.c (maybe_call_debugger): Declare before new use.
5 (find_handler_clause): Don't call debugger any more.
6 Ignore Vstack_trace_on_error.
7 Use XCAR/XCDR.
8 (syms_of_eval): Remove Vstack_trace_on_error.
9 (Fsignal): Only modify handlerlist when we know we need to do it.
10 Call the debugger when necessary.
11 * globals.h (Vstack_trace_on_error): Remove.
12
12011-01-26 Chong Yidong <cyd@stupidchicken.com> 132011-01-26 Chong Yidong <cyd@stupidchicken.com>
2 14
3 * font.c (font_parse_fcname): Rewrite GTK font name parser. 15 * font.c (font_parse_fcname): Rewrite GTK font name parser.