From: Eli Zaretskii Date: Sun, 20 Feb 2000 13:06:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d4311c3a9852b0df9ff6485d654c11d76aa9598;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e44ba00336d..5d9522ce9da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-02-20 Eli Zaretskii + + * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]: + Don't call ring-empty-p unless tags-location-ring is bound. + From Noah Friedman . + 2000-02-18 Thien-Thi Nguyen * progmodes/hideshow.el (hs-flag-region): No longer use diff --git a/src/ChangeLog b/src/ChangeLog index 0fefcee3bd0..a5b5ecb6f39 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-02-20 Eli Zaretskii + + * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data + produced for CODING_MODE_LAST_BLOCK requires. + 2000-02-18 Dave Love * keyboard.c (echo_keystrokes): Remove declaration.