diff etc/NEWS @ 33111:bbf383648e4d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 31 Oct 2000 21:07:05 +0000
parents e21feeab77fb
children 1e844cbdaf3e
line wrap: on
line diff
--- a/etc/NEWS	Tue Oct 31 21:06:51 2000 +0000
+++ b/etc/NEWS	Tue Oct 31 21:07:05 2000 +0000
@@ -1452,6 +1452,10 @@
 VC Dired buffers are now kept up-to-date during all version control
 operations.
 
+`vc-diff' output is now displayed in `diff-mode'.
+`vc-print-log' uses `log-view-mode'.
+`vc-log-mode' (used for *VC-Log*) has been replaced by `log-edit-mode'.
+
 *** Changes for CVS
 
 There is a new user option, `vc-cvs-stay-local'.  If it is `t' (the
@@ -1946,6 +1950,8 @@
 ** The function `subr-arity' provides information on the argument list
 of a primitive.
 
+** `where-is-internal' now also accepts a list of keymaps.
+
 ** The text property `keymap' specifies a key map which overrides the
 buffer's local map and the map specified by the `local-map' property.
 This is probably what most current uses of `local-map' want, rather
@@ -1957,8 +1963,8 @@
 ** The function `apropos-mode' runs the hook `apropos-mode-hook'.
 
 +++
-** `concat' no longer accepts individual integer arguments, as
-promised long ago.
+** `concat' no longer accepts individual integer arguments,
+as promised long ago.
 
 ** The new function `float-time' returns the current time as a float.