]> git.eshelyaron.com Git - emacs.git/commitdiff
newcomment and the change of binding for M-;
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 May 2000 20:00:07 +0000 (20:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 May 2000 20:00:07 +0000 (20:00 +0000)
etc/NEWS

index ca89b459d954427c0832d13e15cf32aab0a5a6c4..1d66b78f92041a3e0a7a418e4e317348a28d4d77 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -16,6 +16,9 @@ images and toolkit scrollbars.  Use the --help option to list them.
 \f
 * Changes in Emacs 21.1
 
+** M-; now calls comment-dwim which tries to do something clever based
+on the context.
+
 ** The function `getenv' is now callable interactively.
 
 ** The many obsolete language `setup-...-environment' commands have
@@ -961,6 +964,10 @@ expression from that list, are not checked.
 
 ** New modes and packages
 
+*** The comment operations are now provided by the newcomment.el
+package which allows different styles of comment-region and should
+be more robust while offering the same functionality.
+
 *** The Ebrowse package implements a C++ class browser and tags
 facilities tailored for use with C++.  It is documented in a
 separate Texinfo file.