# HG changeset patch # User Eli Zaretskii # Date 1004106306 0 # Node ID ffc4cf9a7cbd67f63788ab259106626e372639f8 # Parent 57f029917c771f8cd2ca4a0256e616c6a850f67d *** empty log message *** diff -r 57f029917c77 -r ffc4cf9a7cbd lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 26 14:23:10 2001 +0000 +++ b/lisp/ChangeLog Fri Oct 26 14:25:06 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-26 Eli Zaretskii + + * button.el (button): Special face definition for MS-DOS + terminals. + 2001-10-26 Sam Steingold * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): diff -r 57f029917c77 -r ffc4cf9a7cbd src/ChangeLog --- a/src/ChangeLog Fri Oct 26 14:23:10 2001 +0000 +++ b/src/ChangeLog Fri Oct 26 14:25:06 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-26 Eli Zaretskii + + * dispnew.c (syms_of_display) : Add a reference to + ring-bell-function. Suggested by Alf-Ivar Holm + 2001-10-26 Gerd Moellmann * insdel.c (insert_1_both): Do nothing if NCHARS == 0.