comparison lisp/ChangeLog @ 94556:8d02ae7cb729

* vc.el (vc-dir-mode-map): Enable mouse bindings. (vc-at-event): New macro: run the body at the even location. (vc-dir-menu, vc-dir-toggle-mark): Use it. (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events. * subr.d (mouse-event-p): Check if the even is mouse-related.
author Sam Steingold <sds@gnu.org>
date Fri, 02 May 2008 14:37:39 +0000
parents e33c27238da2
children 9802c49152d9
comparison
equal deleted inserted replaced
94555:e33c27238da2 94556:8d02ae7cb729
1 2008-05-02 Sam Steingold <sds@gnu.org>
2
3 * vc.el (vc-dir-mode-map): Enable mouse bindings.
4 (vc-at-event): New macro: run the body at the even location.
5 (vc-dir-menu, vc-dir-toggle-mark): Use it.
6 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
7 * subr.d (mouse-event-p): Check if the even is mouse-related.
8
1 2008-05-02 Nick Roberts <nickrob@snap.net.nz> 9 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
2 10
3 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Don't 11 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Don't
4 throw error if no file is found. 12 throw error if no file is found.
5 13