# HG changeset patch # User Gerd Moellmann # Date 980803673 0 # Node ID 187aca7194e90fdc5b0ff431c2c3e45270529ef2 # Parent d9544488b90f1c9aebb5996af44fd60c4b9b989e *** empty log message *** diff -r d9544488b90f -r 187aca7194e9 etc/NEWS --- a/etc/NEWS Mon Jan 29 21:23:13 2001 +0000 +++ b/etc/NEWS Mon Jan 29 21:27:53 2001 +0000 @@ -444,6 +444,10 @@ ** 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 -r d9544488b90f -r 187aca7194e9 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 29 21:23:13 2001 +0000 +++ b/lisp/ChangeLog Mon Jan 29 21:27:53 2001 +0000 @@ -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 -r d9544488b90f -r 187aca7194e9 src/ChangeLog --- a/src/ChangeLog Mon Jan 29 21:23:13 2001 +0000 +++ b/src/ChangeLog Mon Jan 29 21:27:53 2001 +0000 @@ -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.