Mercurial > emacs
changeset 61422:6b6f4fcc8035
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 10 Apr 2005 01:45:58 +0000 |
parents | d474c1024296 |
children | f2d616f518a5 |
files | src/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Apr 10 01:43:18 2005 +0000 +++ b/src/ChangeLog Sun Apr 10 01:45:58 2005 +0000 @@ -1,3 +1,17 @@ +2005-04-09 Richard M. Stallman <rms@gnu.org> + + * keymap.c (where_is_internal): Convert a string used as event type + into "(any string)". + + * lread.c (Vloads_in_progress): Not static. + + * fns.c (Vloads_in_progress): Add extern. + (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil. + +2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org> + + * dispnew.c (mirror_line_dance): Avoid crash if W2 is null. + 2005-04-09 Lute Kamstra <lute@gnu.org> * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is