*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 30 Apr 2004 22:53:12 +0000 (22:53 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 30 Apr 2004 22:53:12 +0000 (22:53 +0000)
lisp/ChangeLog
src/ChangeLog

index d688cf0..3b3308f 100644 (file)
@@ -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.
index 77f9fb2..f8a9e5f 100644 (file)
@@ -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.