# HG changeset patch # User Kim F. Storm # Date 1083361063 0 # Node ID e532474638f854016ea3b21246060699c90e2350 # Parent f547921c38bac0b039fb87e53ea1e85558417126 *** empty log message *** diff -r f547921c38ba -r e532474638f8 lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 30 21:37:20 2004 +0000 +++ b/lisp/ChangeLog Fri Apr 30 21:37:43 2004 +0000 @@ -1,3 +1,23 @@ +2004-04-30 Kim F. Storm + + * mouse.el (mouse-drag-copy-region): New defcustom. + (mouse-set-region, mouse-drag-region-1): Use it. + + * simple.el (kill-ring-save): If region face background color is + unspecified (if no highlighting), show extent of fully visible + region even if transient-mark-mode is enabled. + + * emulation/cua-base.el (cua--standard-movement-commands): + Add cua-scroll-up and cua-scroll-down. + (cua-scroll-up, cua-scroll-down): New commands. + (cua--init-keymaps): Remap scroll-up and scroll-down. + + * emulation/cua-rect.el (cua--convert-rectangle-as): + New defmacro. + (cua-upcase-rectangle, cua-downcase-rectangle): Use it. + (cua-upcase-initials-rectangle, cua-capitalize-rectangle): + New commands (suggested by Jordan Breeding).. + 2004-04-30 Juanma Barranquero * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.