comparison lisp/ChangeLog @ 99213:33f78208d5f0

Rename `tooltip-hook' to `tooltip-functions'. * tooltip.el (tooltip-functions): Rename from `tooltip-hook', to follow naming conventions for abnormal hooks. Doc fix. (tooltip-mode, tooltip-timeout): Use it. (tooltip-hook): New obsolete alias. (tooltip-help-tips): Doc fix. * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 29 Oct 2008 12:10:20 +0000
parents 01e8c1513572
children 6969f5202385
comparison
equal deleted inserted replaced
99212:e1e4b3ffe13b 99213:33f78208d5f0
1 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4 to follow naming conventions for abnormal hooks. Doc fix.
5 (tooltip-mode, tooltip-timeout): Use it.
6 (tooltip-hook): New obsolete alias.
7 (tooltip-help-tips): Doc fix.
8
9 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
10
1 2008-10-29 Ulrich Mueller <ulm@gentoo.org> 11 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
2 12
3 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead 13 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4 of hardcoded /tmp. 14 of hardcoded /tmp.
5 15