aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-05-25 20:00:07 +0000
committerStefan Monnier2000-05-25 20:00:07 +0000
commit5cb6a58ecf32da1c52a7c5687676a8353d319837 (patch)
treebb03ae317d4c459905a13a1a004d3123460bc61e
parent64e5710226b77f312ab8567cc32f2d49df1c606d (diff)
downloademacs-5cb6a58ecf32da1c52a7c5687676a8353d319837.tar.gz
emacs-5cb6a58ecf32da1c52a7c5687676a8353d319837.zip
newcomment and the change of binding for M-;
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ca89b459d95..1d66b78f920 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -16,6 +16,9 @@ images and toolkit scrollbars. Use the --help option to list them.
16 16
17* Changes in Emacs 21.1 17* Changes in Emacs 21.1
18 18
19** M-; now calls comment-dwim which tries to do something clever based
20on the context.
21
19** The function `getenv' is now callable interactively. 22** The function `getenv' is now callable interactively.
20 23
21** The many obsolete language `setup-...-environment' commands have 24** The many obsolete language `setup-...-environment' commands have
@@ -961,6 +964,10 @@ expression from that list, are not checked.
961 964
962** New modes and packages 965** New modes and packages
963 966
967*** The comment operations are now provided by the newcomment.el
968package which allows different styles of comment-region and should
969be more robust while offering the same functionality.
970
964*** The Ebrowse package implements a C++ class browser and tags 971*** The Ebrowse package implements a C++ class browser and tags
965facilities tailored for use with C++. It is documented in a 972facilities tailored for use with C++. It is documented in a
966separate Texinfo file. 973separate Texinfo file.