Mercurial > emacs
changeset 71904:3c4d5f633102
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 14 Jul 2006 22:12:39 +0000 |
parents | 401abc709b9c |
children | 8e9a2b05bd3d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jul 14 15:04:08 2006 +0000 +++ b/lisp/ChangeLog Fri Jul 14 22:12:39 2006 +0000 @@ -1,3 +1,14 @@ +2006-07-14 Kim F. Storm <storm@cua.dk> + + * emulation/cua-base.el (cua-delete-selection) + (cua-toggle-set-mark): New defcustoms. + (cua-rectangle-modifier-key): Add `alt' modifier. + (cua-replace-region): Don't delete if cua-delete-selection is nil. + (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil. + Suggested by Klaus Zeitler <kzeitler@lucent.com>. + + * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier. + 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com> * allout.el: Require 'cl during byte-compilation/interactive load,