From: Gerd Moellmann Date: Tue, 31 Oct 2000 16:59:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26dcb81b5223f5bd8e880080ab64c61e6d8d7bc9;p=emacs.git *** empty log message *** --- diff --git a/lisp-elc.tgz b/lisp-elc.tgz index 6b88c9366f5..41de3210f53 100644 Binary files a/lisp-elc.tgz and b/lisp-elc.tgz differ diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c0c2c8ece1..4f618038514 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index d7ef66eb53c..56b0bd3c5e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.