diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6edadde347..7181c639694 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-12-22 Gerd Moellmann + + * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell + with third argument t. + 1999-12-21 Christoph Wedler * antlr-mode.el: Version 1.2 is released. diff --git a/src/ChangeLog b/src/ChangeLog index 5280ae24663..258ff68644b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 1999-12-22 Gerd Moellmann + * buffer.c (Fset_buffer_multibyte): Arrange for a thorough + redisplay after changing the multibyteness of a buffer. + * xterm.c (XTread_socket): At the beginning of the loop, pass the frame's X window to XFilterEvent instead of None because that's the X window for which the IC was created. This makes dead