comparison lisp/ChangeLog @ 55261:e532474638f8

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 30 Apr 2004 21:37:43 +0000
parents 5a03a9eab24e
children 657452e317f5
comparison
equal deleted inserted replaced
55260:f547921c38ba 55261:e532474638f8
1 2004-04-30 Kim F. Storm <storm@cua.dk>
2
3 * mouse.el (mouse-drag-copy-region): New defcustom.
4 (mouse-set-region, mouse-drag-region-1): Use it.
5
6 * simple.el (kill-ring-save): If region face background color is
7 unspecified (if no highlighting), show extent of fully visible
8 region even if transient-mark-mode is enabled.
9
10 * emulation/cua-base.el (cua--standard-movement-commands):
11 Add cua-scroll-up and cua-scroll-down.
12 (cua-scroll-up, cua-scroll-down): New commands.
13 (cua--init-keymaps): Remap scroll-up and scroll-down.
14
15 * emulation/cua-rect.el (cua--convert-rectangle-as):
16 New defmacro.
17 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
18 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
19 New commands (suggested by Jordan Breeding)..
20
1 2004-04-30 Juanma Barranquero <lektu@terra.es> 21 2004-04-30 Juanma Barranquero <lektu@terra.es>
2 22
3 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring. 23 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
4 24
5 2004-04-30 Mario Lang <mlang@delysid.org> 25 2004-04-30 Mario Lang <mlang@delysid.org>