# HG changeset patch # User Gerd Moellmann # Date 973011586 0 # Node ID fe8368d8fe41a3b0b5ac50b0518161fe54b5988f # Parent dd4bceb945d33507004fddd565604d5eeb554a90 *** empty log message *** diff -r dd4bceb945d3 -r fe8368d8fe41 lisp-elc.tgz Binary file lisp-elc.tgz has changed diff -r dd4bceb945d3 -r fe8368d8fe41 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 31 16:55:23 2000 +0000 +++ b/lisp/ChangeLog Tue Oct 31 16:59:46 2000 +0000 @@ -1,3 +1,8 @@ +2000-10-31 Gerd Moellmann + + * files.el (find-file-noselect): When we expand a wildcard, return + a list of buffers, as we should do according to the doc string. + 2000-10-31 Ken Raeburn * loadup.el (top level): Adjust load path if program name is @@ -31,8 +36,8 @@ 2000-10-31 Kenichi Handa - * term/mac-win.el: (decode-mac-roman, encode-mac-roman, - mac-roman): Moved to european.el. + * term/mac-win.el: (decode-mac-roman, encode-mac-roman) + (mac-roman): Moved to european.el. (ccl-encode-mac-roman-font, fontset-mac): Modified for mule-unicode-2500-33ff and mule-unicode-e000-ffff. (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions diff -r dd4bceb945d3 -r fe8368d8fe41 src/ChangeLog --- a/src/ChangeLog Tue Oct 31 16:55:23 2000 +0000 +++ b/src/ChangeLog Tue Oct 31 16:59:46 2000 +0000 @@ -1,5 +1,8 @@ 2000-10-31 Gerd Moellmann + * keyboard.c (read_char) : Make sure that we + process idle timers while waiting for another event. + * dispnew.c (update_frame_line): Handle case where spaces in the default face are colored.