diff options
| author | Stefan Monnier | 2000-05-25 20:00:07 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-05-25 20:00:07 +0000 |
| commit | 5cb6a58ecf32da1c52a7c5687676a8353d319837 (patch) | |
| tree | bb03ae317d4c459905a13a1a004d3123460bc61e | |
| parent | 64e5710226b77f312ab8567cc32f2d49df1c606d (diff) | |
| download | emacs-5cb6a58ecf32da1c52a7c5687676a8353d319837.tar.gz emacs-5cb6a58ecf32da1c52a7c5687676a8353d319837.zip | |
newcomment and the change of binding for M-;
| -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. | |||
| 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 | ||
| 20 | on 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 | ||
| 968 | package which allows different styles of comment-region and should | ||
| 969 | be 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 |
| 965 | facilities tailored for use with C++. It is documented in a | 972 | facilities tailored for use with C++. It is documented in a |
| 966 | separate Texinfo file. | 973 | separate Texinfo file. |