aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-29 21:27:53 +0000
committerGerd Moellmann2001-01-29 21:27:53 +0000
commite8f044a008d2a99a1344b755997ecda1771084fb (patch)
tree55500d92be98fda3a361ab5a1a9b1281fb1690f9 /etc
parent4d58697d2d3a642fcbea2a94d553851d7413d62a (diff)
downloademacs-e8f044a008d2a99a1344b755997ecda1771084fb.tar.gz
emacs-e8f044a008d2a99a1344b755997ecda1771084fb.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 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