diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-05-10 21:34:11 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-05-10 21:34:11 +0000 |
commit | dc1178bfdc39caa5c3739585f07912597a37ed0f (patch) | |
tree | 0d9a56a9ac12dfb3501160ce1831669691615e00 /etc | |
parent | 82400f5661a77cfab65d057676790ee48d254af5 (diff) | |
download | emacs-dc1178bfdc39caa5c3739585f07912597a37ed0f.tar.gz |
Mention PCL-CVS.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -953,6 +953,12 @@ expression from that list, are not checked. ** New modes and packages +*** The PCL-CVS package available by either running M-x cvs-examine +or by visiting a CVS administrative directory (with a prefix argument) +provides an alternative interface to VC-dired for CVS. +It comes with log-view-mode to view RCS and SCCS logs and log-edit-mode +used to enter checkin log messages. + *** The new package called `woman' allows to browse Unix man pages without invoking external programs. @@ -1149,12 +1155,20 @@ protocols. It has a separate manual. *** autoconf.el provides a major mode for editing configure.in files for Autoconf, selected automatically. +<<<<<<< NEWS + +*** windmove.el +======= *** windmove.el provides moving between windows. +>>>>>>> 1.127 +<<<<<<< NEWS +======= *** crm.el provides a facility to read multiple strings from the minibuffer with completion. +>>>>>>> 1.127 ** Withdrawn packages *** mldrag.el has been removed. mouse.el provides the same @@ -1262,7 +1276,7 @@ defun. If set, the default, it is considered a defun start. If not set, an open parenthesis in column 0 has no special meaning. ** The new function `string-to-syntax' can be used to translate syntax -specificationa in string form as accepted my `modify-syntax-entry' to +specifications in string form as accepted by `modify-syntax-entry' to the cons-cell form that is used for the values of the `syntax-table' text property, and in `font-lock-syntactic-keywords'. |