comparison lisp/ChangeLog @ 71904:3c4d5f633102

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 14 Jul 2006 22:12:39 +0000
parents acc26fca82f7
children db854eed2b9a
comparison
equal deleted inserted replaced
71903:401abc709b9c 71904:3c4d5f633102
1 2006-07-14 Kim F. Storm <storm@cua.dk>
2
3 * emulation/cua-base.el (cua-delete-selection)
4 (cua-toggle-set-mark): New defcustoms.
5 (cua-rectangle-modifier-key): Add `alt' modifier.
6 (cua-replace-region): Don't delete if cua-delete-selection is nil.
7 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9
10 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11
1 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com> 12 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2 13
3 * allout.el: Require 'cl during byte-compilation/interactive load, 14 * allout.el: Require 'cl during byte-compilation/interactive load,
4 for the `assert' macro. 15 for the `assert' macro.
5 (allout-mode-deactivate-hook): New hook, is run when allout mode 16 (allout-mode-deactivate-hook): New hook, is run when allout mode