changeset 35716:187aca7194e9

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 29 Jan 2001 21:27:53 +0000
parents d9544488b90f
children a16b7aced16a
files etc/NEWS lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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  <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
--- 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  <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.