diff options
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 48fc5f85eab..ff37dddad77 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-04-15 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * loadup.el: Load tooltip if x-show-tip is fboundp. | ||
| 4 | |||
| 5 | * startup.el (command-line): Add comment. | ||
| 6 | |||
| 7 | * tooltip.el (tooltip-mode): Specify correct standard value for | ||
| 8 | Custom in init-value. | ||
| 9 | |||
| 1 | 2005-04-15 Nick Roberts <nickrob@snap.net.nz> | 10 | 2005-04-15 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 11 | ||
| 3 | * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if | 12 | * 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 @@ | |||
| 1 | 2005-04-15 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * Makefile.in: Define new macro TOOLTIP_SUPPORT. | ||
| 4 | (lisp): Use it. | ||
| 5 | (SOME_MACHINE_LISP): Add tooltip. | ||
| 6 | |||
| 1 | 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 7 | 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 8 | ||
| 3 | * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h. Don't | 9 | * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h. Don't |