From: Gerd Moellmann Date: Mon, 6 Aug 2001 14:28:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e3fe78ee7b7041fe6aa3ab5b6cf99fab4d29534;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4bf6d8ad2f..d4b6e0ab083 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2001-08-06 Gerd Moellmann + * help.el (describe-function-1): Use + find-function-search-for-symbol instead of find-functin-noselect + because the latter follows aliases. + * play/animate.el (animate-birthday-present): Re-insert. * 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 @@ +2001-08-06 Gerd Moellmann + + * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG. + 2001-08-06 Pavel Jan,Bm(Bk * alloc.c (init_stack): Remove declaration.