*** empty log message ***

This commit is contained in:
Kim F. Storm
2004-04-30 22:53:12 +00:00
parent 6431cf0d5f
commit b2b55d030d
2 changed files with 9 additions and 0 deletions

View 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.

View 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.