]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 29 Jan 2001 21:27:53 +0000 (21:27 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 29 Jan 2001 21:27:53 +0000 (21:27 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index c788ff46d00ed07dc3e51cfd5fb6db078c31c10c..8af2fa8130497f9a7f49ca5401e144f037c19e01 100644 (file)
--- 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
index 181a02801a2ce077de9499bd6b219e217efec83a..e535f7f3e80b481fca635e58fcccce81743e3a7d 100644 (file)
@@ -1,3 +1,7 @@
+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
index 552279a82dcf7741fc57c6faf43915f9bf86afb7..fa023f9e69f7c619c7f0d9fe1a5a20777d0be8ae 100644 (file)
@@ -1,3 +1,8 @@
+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.