aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-06 14:28:58 +0000
committerGerd Moellmann2001-08-06 14:28:58 +0000
commit8e3fe78ee7b7041fe6aa3ab5b6cf99fab4d29534 (patch)
tree2c8bc809c3a26aed7fbdce80adaf96e56f2611e9
parentc106884743bcaffcdb29b4d89aaec38c4ca63ea3 (diff)
downloademacs-8e3fe78ee7b7041fe6aa3ab5b6cf99fab4d29534.tar.gz
emacs-8e3fe78ee7b7041fe6aa3ab5b6cf99fab4d29534.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog4
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f4bf6d8ad2f..d4b6e0ab083 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12001-08-06 Gerd Moellmann <gerd@gnu.org> 12001-08-06 Gerd Moellmann <gerd@gnu.org>
2 2
3 * help.el (describe-function-1): Use
4 find-function-search-for-symbol instead of find-functin-noselect
5 because the latter follows aliases.
6
3 * play/animate.el (animate-birthday-present): Re-insert. 7 * play/animate.el (animate-birthday-present): Re-insert.
4 8
5 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle 9 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle
diff --git a/src/ChangeLog b/src/ChangeLog
index 9a71e1ee72b..eaaa46952eb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-08-06 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
4
12001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 52001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 6
3 * alloc.c (init_stack): Remove declaration. 7 * alloc.c (init_stack): Remove declaration.