diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 29 11:00:51 2008 +0000
+++ b/lisp/ChangeLog	Wed Oct 29 12:10:20 2008 +0000
@@ -1,3 +1,13 @@
+2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
+
+	* 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'.
+
 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
 
 	* server.el (server-socket-dir): Use TMPDIR (default /tmp) instead