diff options
author | Kim F. Storm <storm@cua.dk> | 2004-04-30 22:53:12 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-04-30 22:53:12 +0000 |
commit | b2b55d030d811ec039ac74dbc56b0e68a4c25e79 (patch) | |
tree | d5bcef8f8f5551bd706314c9f2912d5d56dda5af /lisp | |
parent | 6431cf0d5ffb55542cce34b2bd89dd33d2139335 (diff) | |
download | emacs-b2b55d030d811ec039ac74dbc56b0e68a4c25e79.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d688cf09a6e..3b3308fcf26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2004-04-30 Kim F. Storm <storm@cua.dk> + * emulation/cua-base.el: Add support for changing cursor types; + based on patch from Michael Mauger. + (cua-normal-cursor-color, cua-read-only-cursor-color) + (cua-overwrite-cursor-color, cua-global-mark-cursor-color): + Customization cursor type and/or cursor color. + (cua--update-indications): Handle cursor type changes. + (cua-mode): Update cursor indications if enabled. + * menu-bar.el (menu-bar-options-menu): Change menu text for CUA. * mouse.el (mouse-drag-copy-region): New defcustom. |