changeset 40338:ffc4cf9a7cbd

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 26 Oct 2001 14:25:06 +0000
parents 57f029917c77
children 6a06f9b1f448
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <eliz@is.elta.co.il>
+
+	* button.el (button): Special face definition for MS-DOS
+	terminals.
+
 2001-10-26  Sam Steingold  <sds@gnu.org>
 
 	* progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
--- 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  <eliz@is.elta.co.il>
+
+	* dispnew.c (syms_of_display) <visible-bell>: Add a reference to
+	ring-bell-function.  Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
+
 2001-10-26  Gerd Moellmann  <gerd@gnu.org>
 
 	* insdel.c (insert_1_both): Do nothing if NCHARS == 0.