Mercurial > emacs
comparison lisp/ChangeLog @ 38906:95a646d04de5
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 22 Aug 2001 09:44:33 +0000 |
parents | 7c02e0051bda |
children | 7c9e19f2d536 |
comparison
equal
deleted
inserted
replaced
38905:70ef1eb656a6 | 38906:95a646d04de5 |
---|---|
1 2001-08-22 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter. | |
4 Temporarily select EVENT's window for switching buffers. | |
5 (mode-line-bury-buffer): New function. | |
6 (mode-line-buffer-identification-keymap): Use it instead of | |
7 bury-buffer. Bind down-mouse events to prevent global down-mouse | |
8 events to shine through. | |
9 | |
1 2001-08-21 Stefan Monnier <monnier@cs.yale.edu> | 10 2001-08-21 Stefan Monnier <monnier@cs.yale.edu> |
2 | 11 |
3 * newcomment.el (comment-beginning): Make sure the comment-start | 12 * newcomment.el (comment-beginning): Make sure the comment-start |
4 we found isn't a comment-end (in cases where confusion is possible). | 13 we found isn't a comment-end (in cases where confusion is possible). |
5 | 14 |