From: Gerd Moellmann Date: Mon, 29 Jan 2001 21:27:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.97~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8f044a008d2a99a1344b755997ecda1771084fb;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index c788ff46d00..8af2fa81304 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -444,6 +444,10 @@ read mail from the menu etc. ** Hexl contains a new command `hexl-insert-hex-string' which inserts a string of hexadecimal numbers read from the mini-buffer. +** Just loading the msb package doesn't switch on Msb mode anymore. +If you have `(require 'msb)' in your .emacs, please replace it with +`(msb-mode 1)'. + ** Changes in Texinfo mode. *** A couple of new key bindings have been added for inserting Texinfo diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 181a02801a2..e535f7f3e80 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-01-29 Gerd Moellmann + + * msb.el (toplevel): Fix the eval-after-load. + 2001-01-29 Dave Love * progmodes/tcl.el (outline, dabbrev, add-log): Require when diff --git a/src/ChangeLog b/src/ChangeLog index 552279a82dc..fa023f9e69f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-01-29 Gerd Moellmann + + * bytecode.c (Fbyte_code) : Add + BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC. + 2001-01-29 Eli Zaretskii * textprop.c (Fset_text_properties): Doc fix.