Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
108167:b72ac8ae6ad3 | 108168:444a324af979 |
---|---|
111 | 111 |
112 | 112 |
113 * Changes in Specialized Modes and Packages in Emacs 24.1 | 113 * Changes in Specialized Modes and Packages in Emacs 24.1 |
114 | 114 |
115 ** Archive Mode has basic support to browse 7z archives. | 115 ** Archive Mode has basic support to browse 7z archives. |
116 | |
117 ** In ido-mode, C-v is no longer bound to ido-toggle-vc. | |
118 The reason is that this interferes with cua-mode. | |
116 | 119 |
117 ** partial-completion-mode is now obsolete. | 120 ** partial-completion-mode is now obsolete. |
118 You can get the same behavior with | 121 You can get the same behavior with |
119 (setq completion-styles '(partial-completion initials)). | 122 (setq completion-styles '(partial-completion initials)). |
120 | 123 |