Mercurial > emacs
changeset 29218:e956cc90f6c0
newcomment and the change of binding for M-;
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 25 May 2000 20:00:07 +0000 |
parents | a14ae8095fe4 |
children | f4e4d31c70f5 |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu May 25 19:13:41 2000 +0000 +++ b/etc/NEWS Thu May 25 20:00:07 2000 +0000 @@ -16,6 +16,9 @@ * 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 @@ ** 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.