> Gregory Neil Shapiro writes:
>> (require 'vc)
>> Is this change intentional?
sb> Yes.
Can this fact be noted in etc/NEWS?
*** NEWS~orig Mon Jun 29 23:35:12 1998
--- NEWS Tue Jul 14 19:43:35 1998
***************
*** 299,304 ****
--- 299,311 ----
This behaviour can be customized, look for `Info-auto-generate-directory'
and `Info-save-auto-generated-dir' in the `info' customization group.
+ ** Version Control is no longer automatically loaded. Users must
+ add:
+
+ (require 'vc-hooks)
+
+ to their .emacs file to get version control functionality.
+
* Lisp and internal changes in XEmacs 21.0
==========================================