diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-10-31 16:59:46 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-10-31 16:59:46 +0000 |
commit | 26dcb81b5223f5bd8e880080ab64c61e6d8d7bc9 (patch) | |
tree | edab46d92f506e162231ce3161e9c24e13bf4223 | |
parent | 648ec2ff27b23d245acd7fb766bc33c58b8b27fa (diff) |
*** empty log message ***
-rw-r--r-- | lisp-elc.tgz | bin | 4405278 -> 4676609 bytes | |||
-rw-r--r-- | lisp/ChangeLog | 9 | ||||
-rw-r--r-- | src/ChangeLog | 3 |
3 files changed, 10 insertions, 2 deletions
diff --git a/lisp-elc.tgz b/lisp-elc.tgz Binary files differindex 6b88c9366f..41de3210f5 100644 --- a/lisp-elc.tgz +++ b/lisp-elc.tgz diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c0c2c8ece..4f61803851 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/src/ChangeLog b/src/ChangeLog index d7ef66eb53..56b0bd3c5e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. |