comparison src/ChangeLog @ 50750:09355400d773

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 30 Apr 2003 12:08:31 +0000
parents cb5f0a5d5b36
children 89b4fef23a86
comparison
equal deleted inserted replaced
50749:d4d06920c3ed 50750:09355400d773
1 2003-04-30 Richard M. Stallman <rms@gnu.org>
2
3 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
4
5 * alloc.c (abort_on_gc): New variable.
6 (Fgarbage_collect): Abort if abort_on_gc is set.
7
8 * lisp.h (abort_on_gc): Add decl.
9
10 * eval.c (Fsignal): Clear abort_on_gc.
11
12 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
13 Reinit FORMAT_START and END before second scan.
14
15 * xdisp.c (move_it_vertically_backward): Do the final big else
16 even if nlines is 0.
17
18 * xdisp.c (redisplay_internal): Finish the per-frame loop
19 even if redisplay is suspended by input.
20
1 2003-04-24 Andrew Choi <akochoi@shaw.ca> 21 2003-04-24 Andrew Choi <akochoi@shaw.ca>
2 22
3 * macterm.c (x_list_fonts): Return all fonts that match if 23 * macterm.c (x_list_fonts): Return all fonts that match if
4 maxnames = -1. 24 maxnames = -1.
5 25