From: Luc Teirlinck Date: Sat, 16 Apr 2005 00:38:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~974 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e5b2858eed3fa72208be6af90495c5d74eeed6f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 48fc5f85eab..ff37dddad77 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2005-04-15 Luc Teirlinck + + * loadup.el: Load tooltip if x-show-tip is fboundp. + + * startup.el (command-line): Add comment. + + * tooltip.el (tooltip-mode): Specify correct standard value for + Custom in init-value. + 2005-04-15 Nick Roberts * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if diff --git a/src/ChangeLog b/src/ChangeLog index 71ca06e93d2..4d09df63be9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-04-15 Luc Teirlinck + + * Makefile.in: Define new macro TOOLTIP_SUPPORT. + (lisp): Use it. + (SOME_MACHINE_LISP): Add tooltip. + 2005-04-14 YAMAMOTO Mitsuharu * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h. Don't