# HG changeset patch # User Gerd Moellmann # Date 989933903 0 # Node ID cfa03ea9adec702cb54e418eef6500f429e7bcb6 # Parent c3dd00963b4623e804e9fd873cedd0b601219dc0 *** empty log message *** diff -r c3dd00963b46 -r cfa03ea9adec lisp/ChangeLog --- a/lisp/ChangeLog Tue May 15 13:37:45 2001 +0000 +++ b/lisp/ChangeLog Tue May 15 13:38:23 2001 +0000 @@ -1,5 +1,7 @@ 2001-05-15 Gerd Moellmann + * mouse.el (mouse-delete-other-windows): Doc fix. + * emacs-lisp/lisp-mode.el (lisp-mode): Make font-lock-keywords-case-fold-search a buffer-local variable with make-local-variable before setting it. diff -r c3dd00963b46 -r cfa03ea9adec src/ChangeLog --- a/src/ChangeLog Tue May 15 13:37:45 2001 +0000 +++ b/src/ChangeLog Tue May 15 13:38:23 2001 +0000 @@ -1,5 +1,8 @@ 2001-05-15 Gerd Moellmann + * keyboard.c (read_key_sequence): Prevent generating a fake + prefix key twice. + * xfaces.c (split_font_name): Handle `[...]' for the right font name fields.