# HG changeset patch # User Luc Teirlinck # Date 1113611911 0 # Node ID b6b7474dd68b124cbe3291165fb4994050a67731 # Parent 05466a718f4feb45373e528d57d611199dca7a68 *** empty log message *** diff -r 05466a718f4f -r b6b7474dd68b lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 16 00:30:45 2005 +0000 +++ b/lisp/ChangeLog Sat Apr 16 00:38:31 2005 +0000 @@ -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 -r 05466a718f4f -r b6b7474dd68b src/ChangeLog --- a/src/ChangeLog Sat Apr 16 00:30:45 2005 +0000 +++ b/src/ChangeLog Sat Apr 16 00:38:31 2005 +0000 @@ -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