comparison src/ChangeLog @ 43946:031571a8e24c

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Mar 2002 07:08:29 +0000
parents 0b19dc90f9bf
children fe54257cba5d
comparison
equal deleted inserted replaced
43945:fed6d1639bb4 43946:031571a8e24c
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,
4 until its implementation is fixed. 15 until its implementation is fixed.
5 16