1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-10-31 16:59:46 +00:00
parent 648ec2ff27
commit 26dcb81b52
3 changed files with 10 additions and 2 deletions

Binary file not shown.

View 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

View 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.