diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-05-25 20:00:07 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-05-25 20:00:07 +0000 |
commit | 5cb6a58ecf32da1c52a7c5687676a8353d319837 (patch) | |
tree | bb03ae317d4c459905a13a1a004d3123460bc61e /etc/NEWS | |
parent | 64e5710226b77f312ab8567cc32f2d49df1c606d (diff) | |
download | emacs-5cb6a58ecf32da1c52a7c5687676a8353d319837.tar.gz |
newcomment and the change of binding for M-;
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,6 +16,9 @@ images and toolkit scrollbars. Use the --help option to list them. * 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. |