diff options
| author | Richard M. Stallman | 2002-03-16 07:08:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-03-16 07:08:29 +0000 |
| commit | a9c1a157ff3580fac6cabea4a649fa2ceeecd0aa (patch) | |
| tree | 042d7c5e83ecbc7227e3b715d06eb38a12ab7b92 /src | |
| parent | 7033d6df3634dab4dec26619459eff04d458f810 (diff) | |
| download | emacs-a9c1a157ff3580fac6cabea4a649fa2ceeecd0aa.tar.gz emacs-a9c1a157ff3580fac6cabea4a649fa2ceeecd0aa.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il> | 12 | 2002-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, |