aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0da2af85ed8..1fc9b7f658c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12002-03-16 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (redisplay_internal, redisplay_windows):
4 Use list_of_error to call internal_condition_case_1.
5 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
6 so as to catch all errors with no possibility of debugger redisplay.
7 (list_of_error): New variable.
8 (syms_of_xdisp): Init and staticpro it.
9
10 * print.c (print_object): Delete `\ ' from printed rep of frame.
11
12002-03-15 Eli Zaretskii <eliz@is.elta.co.il> 122002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
2 13
3 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature, 14 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,