comparison src/ChangeLog @ 61422:6b6f4fcc8035

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 10 Apr 2005 01:45:58 +0000
parents 8cfd32d71cf4
children 9e9819183ce3
comparison
equal deleted inserted replaced
61421:d474c1024296 61422:6b6f4fcc8035
1 2005-04-09 Richard M. Stallman <rms@gnu.org>
2
3 * keymap.c (where_is_internal): Convert a string used as event type
4 into "(any string)".
5
6 * lread.c (Vloads_in_progress): Not static.
7
8 * fns.c (Vloads_in_progress): Add extern.
9 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
10
11 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
12
13 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
14
1 2005-04-09 Lute Kamstra <lute@gnu.org> 15 2005-04-09 Lute Kamstra <lute@gnu.org>
2 16
3 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is 17 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
4 within the accessible part of the buffer. 18 within the accessible part of the buffer.
5 19