aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-04-16 00:38:31 +0000
committerLuc Teirlinck2005-04-16 00:38:31 +0000
commit9e5b2858eed3fa72208be6af90495c5d74eeed6f (patch)
tree2631b0f57cda633efd6700e93e6fdd4552a15936
parent875baa3450e2d6289318f14dfd980a819a9c408f (diff)
downloademacs-9e5b2858eed3fa72208be6af90495c5d74eeed6f.tar.gz
emacs-9e5b2858eed3fa72208be6af90495c5d74eeed6f.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog6
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 @@
12005-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
12005-04-15 Nick Roberts <nickrob@snap.net.nz> 102005-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 @@
12005-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
12005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 72005-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