Mercurial > emacs
changeset 33106:fe8368d8fe41
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 31 Oct 2000 16:59:46 +0000 |
parents | dd4bceb945d3 |
children | 5049026c97b1 |
files | lisp-elc.tgz lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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 <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.