Mercurial > emacs
comparison lisp/ChangeLog @ 38913:5af57c72e302
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 23 Aug 2001 08:20:20 +0000 |
parents | 5dc3005827cd |
children | 7e56f462790f |
comparison
equal
deleted
inserted
replaced
38912:5dc3005827cd | 38913:5af57c72e302 |
---|---|
14 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter. | 14 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter. |
15 Temporarily select EVENT's window for switching buffers. | 15 Temporarily select EVENT's window for switching buffers. |
16 (mode-line-bury-buffer): New function. | 16 (mode-line-bury-buffer): New function. |
17 (mode-line-buffer-identification-keymap): Use it instead of | 17 (mode-line-buffer-identification-keymap): Use it instead of |
18 bury-buffer. Bind down-mouse events to prevent global down-mouse | 18 bury-buffer. Bind down-mouse events to prevent global down-mouse |
19 events to shine through. | 19 events from shining through. |
20 | 20 |
21 2001-08-21 Stefan Monnier <monnier@cs.yale.edu> | 21 2001-08-21 Stefan Monnier <monnier@cs.yale.edu> |
22 | 22 |
23 * newcomment.el (comment-beginning): Make sure the comment-start | 23 * newcomment.el (comment-beginning): Make sure the comment-start |
24 we found isn't a comment-end (in cases where confusion is possible). | 24 we found isn't a comment-end (in cases where confusion is possible). |