Mercurial > emacs
changeset 55269:8acc9cf160a5
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 30 Apr 2004 22:53:12 +0000 |
parents | 0a99a02be102 |
children | b9ef74fa21bf |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 30 22:49:49 2004 +0000 +++ b/lisp/ChangeLog Fri Apr 30 22:53:12 2004 +0000 @@ -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.
--- a/src/ChangeLog Fri Apr 30 22:49:49 2004 +0000 +++ b/src/ChangeLog Fri Apr 30 22:53:12 2004 +0000 @@ -1,6 +1,7 @@ 2004-04-30 Kim F. Storm <storm@cua.dk> * buffer.c (syms_of_buffer) <line-spacing>: Allow float value. + (syms_of_buffer) <cursor-type>: Doc fix. * dispextern.h (struct it): Remove member use_default_face. Add members override_ascent, override_descent, override_boff.