Mercurial > emacs
comparison etc/NEWS @ 28854:a5c81109bc31
Mention PCL-CVS.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 10 May 2000 21:34:11 +0000 |
parents | c27ead6e7ea1 |
children | 1be9a502caca |
comparison
equal
deleted
inserted
replaced
28853:3259733d5ea0 | 28854:a5c81109bc31 |
---|---|
950 ** The Dabbrev package has a new user-option `dabbrev-ignore-regexps' | 950 ** The Dabbrev package has a new user-option `dabbrev-ignore-regexps' |
951 containing a list of regular expressions. Buffers matching a regular | 951 containing a list of regular expressions. Buffers matching a regular |
952 expression from that list, are not checked. | 952 expression from that list, are not checked. |
953 | 953 |
954 ** New modes and packages | 954 ** New modes and packages |
955 | |
956 *** The PCL-CVS package available by either running M-x cvs-examine | |
957 or by visiting a CVS administrative directory (with a prefix argument) | |
958 provides an alternative interface to VC-dired for CVS. | |
959 It comes with log-view-mode to view RCS and SCCS logs and log-edit-mode | |
960 used to enter checkin log messages. | |
955 | 961 |
956 *** The new package called `woman' allows to browse Unix man pages | 962 *** The new package called `woman' allows to browse Unix man pages |
957 without invoking external programs. | 963 without invoking external programs. |
958 | 964 |
959 The command `M-x woman' formats manual pages entirely in Emacs Lisp | 965 The command `M-x woman' formats manual pages entirely in Emacs Lisp |
1147 interface to access directory servers using different directory | 1153 interface to access directory servers using different directory |
1148 protocols. It has a separate manual. | 1154 protocols. It has a separate manual. |
1149 | 1155 |
1150 *** autoconf.el provides a major mode for editing configure.in files | 1156 *** autoconf.el provides a major mode for editing configure.in files |
1151 for Autoconf, selected automatically. | 1157 for Autoconf, selected automatically. |
1158 <<<<<<< NEWS | |
1159 | |
1160 *** windmove.el | |
1161 ======= | |
1152 | 1162 |
1153 *** windmove.el provides moving between windows. | 1163 *** windmove.el provides moving between windows. |
1154 | 1164 >>>>>>> 1.127 |
1165 | |
1166 <<<<<<< NEWS | |
1167 ======= | |
1155 *** crm.el provides a facility to read multiple strings from the | 1168 *** crm.el provides a facility to read multiple strings from the |
1156 minibuffer with completion. | 1169 minibuffer with completion. |
1157 | 1170 |
1171 >>>>>>> 1.127 | |
1158 ** Withdrawn packages | 1172 ** Withdrawn packages |
1159 | 1173 |
1160 *** mldrag.el has been removed. mouse.el provides the same | 1174 *** mldrag.el has been removed. mouse.el provides the same |
1161 functionality with aliases for the mldrag functions. | 1175 functionality with aliases for the mldrag functions. |
1162 | 1176 |
1260 an open parenthesis in column 0 is considered to be the start of a | 1274 an open parenthesis in column 0 is considered to be the start of a |
1261 defun. If set, the default, it is considered a defun start. If not | 1275 defun. If set, the default, it is considered a defun start. If not |
1262 set, an open parenthesis in column 0 has no special meaning. | 1276 set, an open parenthesis in column 0 has no special meaning. |
1263 | 1277 |
1264 ** The new function `string-to-syntax' can be used to translate syntax | 1278 ** The new function `string-to-syntax' can be used to translate syntax |
1265 specificationa in string form as accepted my `modify-syntax-entry' to | 1279 specifications in string form as accepted by `modify-syntax-entry' to |
1266 the cons-cell form that is used for the values of the `syntax-table' | 1280 the cons-cell form that is used for the values of the `syntax-table' |
1267 text property, and in `font-lock-syntactic-keywords'. | 1281 text property, and in `font-lock-syntactic-keywords'. |
1268 | 1282 |
1269 Example: | 1283 Example: |
1270 | 1284 |