diff etc/NEWS @ 108168:444a324af979

* ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 29 Apr 2010 11:41:23 -0400
parents 7fc92f732328
children 41a25ee89427
line wrap: on
line diff
--- a/etc/NEWS	Thu Apr 29 11:38:08 2010 -0400
+++ b/etc/NEWS	Thu Apr 29 11:41:23 2010 -0400
@@ -114,6 +114,9 @@
 
 ** Archive Mode has basic support to browse 7z archives.
 
+** In ido-mode, C-v is no longer bound to ido-toggle-vc.
+The reason is that this interferes with cua-mode.
+
 ** partial-completion-mode is now obsolete.
 You can get the same behavior with
 (setq completion-styles '(partial-completion initials)).