** 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
+2001-01-29 Gerd Moellmann <gerd@gnu.org>
+
+ * msb.el (toplevel): Fix the eval-after-load.
+
2001-01-29 Dave Love <fx@gnu.org>
* progmodes/tcl.el (outline, dabbrev, add-log): Require when
+2001-01-29 Gerd Moellmann <gerd@gnu.org>
+
+ * bytecode.c (Fbyte_code) <Bcurrent_column>: Add
+ BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
+
2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
* textprop.c (Fset_text_properties): Doc fix.