# HG changeset patch # User Gerd Moellmann # Date 987608180 0 # Node ID a8cdf6a9bab16bf257b53409fd748d215ce12eb3 # Parent 2db1b1bb1d185bc4811b3674d9a30277bba648bd *** empty log message *** diff -r 2db1b1bb1d18 -r a8cdf6a9bab1 lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 18 15:34:35 2001 +0000 +++ b/lisp/ChangeLog Wed Apr 18 15:36:20 2001 +0000 @@ -1,5 +1,8 @@ 2001-04-18 Gerd Moellmann + * emacs-lisp/cl-indent.el (toplevel): Comment out the spec + for defmethod. + * comint.el (comint-cr-magic): New function. (toplevel): Add it to comint-preoutput-filter-functions. diff -r 2db1b1bb1d18 -r a8cdf6a9bab1 src/ChangeLog --- a/src/ChangeLog Wed Apr 18 15:34:35 2001 +0000 +++ b/src/ChangeLog Wed Apr 18 15:36:20 2001 +0000 @@ -1,3 +1,10 @@ +2001-04-18 Gerd Moellmann + + * fileio.c (Finsert_file_contents): If the file size returned from + stat is zero, set END to READ_BUF_SIZE. This makes sure we can + read from files on a procfs whose contents are generated + dynamically. + 2001-04-18 Eli Zaretskii * gmalloc.c (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not