aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-03-16 07:08:29 +0000
committerRichard M. Stallman2002-03-16 07:08:29 +0000
commita9c1a157ff3580fac6cabea4a649fa2ceeecd0aa (patch)
tree042d7c5e83ecbc7227e3b715d06eb38a12ab7b92 /src
parent7033d6df3634dab4dec26619459eff04d458f810 (diff)
downloademacs-a9c1a157ff3580fac6cabea4a649fa2ceeecd0aa.tar.gz
emacs-a9c1a157ff3580fac6cabea4a649fa2ceeecd0aa.zip
*** empty log message ***
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,