]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 31 Oct 2000 16:59:46 +0000 (16:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 31 Oct 2000 16:59:46 +0000 (16:59 +0000)
lisp-elc.tgz
lisp/ChangeLog
src/ChangeLog

index 6b88c9366f50efd99dfb571b143d959dde707bb7..41de3210f53072772691afb280d34ff6f936937e 100644 (file)
Binary files a/lisp-elc.tgz and b/lisp-elc.tgz differ
index 1c0c2c8ece1b90732aedbe9b319829d7112ce5a6..4f61803851441f3b801ae41b1a9bb81dbf611af4 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <raeburn@gnu.org>
 
        * loadup.el (top level): Adjust load path if program name is
@@ -31,8 +36,8 @@
 
 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
 
-       * 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
index d7ef66eb53c178666628784630cd394adf1f85e9..56b0bd3c5e1105bc9a70be071a2fee55722cf62f 100644 (file)
@@ -1,5 +1,8 @@
 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
 
+       * keyboard.c (read_char) <wrong_kboard>: 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.