aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-29 21:27:53 +0000
committerGerd Moellmann2001-01-29 21:27:53 +0000
commite8f044a008d2a99a1344b755997ecda1771084fb (patch)
tree55500d92be98fda3a361ab5a1a9b1281fb1690f9
parent4d58697d2d3a642fcbea2a94d553851d7413d62a (diff)
downloademacs-e8f044a008d2a99a1344b755997ecda1771084fb.tar.gz
emacs-e8f044a008d2a99a1344b755997ecda1771084fb.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog5
3 files changed, 13 insertions, 0 deletions
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.
444** Hexl contains a new command `hexl-insert-hex-string' which inserts 444** Hexl contains a new command `hexl-insert-hex-string' which inserts
445a string of hexadecimal numbers read from the mini-buffer. 445a string of hexadecimal numbers read from the mini-buffer.
446 446
447** Just loading the msb package doesn't switch on Msb mode anymore.
448If you have `(require 'msb)' in your .emacs, please replace it with
449`(msb-mode 1)'.
450
447** Changes in Texinfo mode. 451** Changes in Texinfo mode.
448 452
449*** A couple of new key bindings have been added for inserting Texinfo 453*** 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 @@
12001-01-29 Gerd Moellmann <gerd@gnu.org>
2
3 * msb.el (toplevel): Fix the eval-after-load.
4
12001-01-29 Dave Love <fx@gnu.org> 52001-01-29 Dave Love <fx@gnu.org>
2 6
3 * progmodes/tcl.el (outline, dabbrev, add-log): Require when 7 * 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 @@
12001-01-29 Gerd Moellmann <gerd@gnu.org>
2
3 * bytecode.c (Fbyte_code) <Bcurrent_column>: Add
4 BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
5
12001-01-29 Eli Zaretskii <eliz@is.elta.co.il> 62001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * textprop.c (Fset_text_properties): Doc fix. 8 * textprop.c (Fset_text_properties): Doc fix.