comparison lisp/ChangeLog @ 94558:9802c49152d9

(completion-hilit-commonality): Revert last change: the leftover code was actually useful.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 02 May 2008 17:02:52 +0000
parents 8d02ae7cb729
children 687d0af3b0f3
comparison
equal deleted inserted replaced
94557:620608825355 94558:9802c49152d9
1 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion-hilit-commonality): Revert last change:
4 the leftover code was actually useful.
5
1 2008-05-02 Sam Steingold <sds@gnu.org> 6 2008-05-02 Sam Steingold <sds@gnu.org>
2 7
3 * vc.el (vc-dir-mode-map): Enable mouse bindings. 8 * vc.el (vc-dir-mode-map): Enable mouse bindings.
4 (vc-at-event): New macro: run the body at the even location. 9 (vc-at-event): New macro: run the body at the even location.
5 (vc-dir-menu, vc-dir-toggle-mark): Use it. 10 (vc-dir-menu, vc-dir-toggle-mark): Use it.
6 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events. 11 (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. 12 * subr.d (mouse-event-p): Check if the even is mouse-related.
8 13
9 2008-05-02 Nick Roberts <nickrob@snap.net.nz> 14 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
10 15
11 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Don't 16 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12 throw error if no file is found. 17 Don't throw error if no file is found.
13 18
14 2008-05-02 Juanma Barranquero <lekktu@gmail.com> 19 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
15 20
16 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings. 21 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
17 (vc-default-state-heuristic): Doc fix. 22 (vc-default-state-heuristic): Doc fix.
18 23
19 2008-05-02 Richard Sharman <rsharman@pobox.com> 24 2008-05-02 Richard Sharman <rsharman@pobox.com>
20 25
21 * hilit-chg.el (highlight-changes-mode): Removed references to 26 * hilit-chg.el (highlight-changes-mode): Remove references to
22 hooks that no longer exist. Because define-minor-mode is used the 27 hooks that no longer exist. Because define-minor-mode is used the
23 hook highlight-changes-mode-hook exists and can do what both the 28 hook highlight-changes-mode-hook exists and can do what both the
24 old hooks used to do. The documentation at the top of the file 29 old hooks used to do. The documentation at the top of the file
25 was updated to demonstrate this. 30 was updated to demonstrate this.
26 (highlight-changes-mode): Remove commented out call to a hook 31 (highlight-changes-mode): Remove commented out call to a hook