diff options
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 @@ | |||
| 1 | 2004-04-30 Kim F. Storm <storm@cua.dk> | 1 | 2004-04-30 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * emulation/cua-base.el: Add support for changing cursor types; | ||
| 4 | based on patch from Michael Mauger. | ||
| 5 | (cua-normal-cursor-color, cua-read-only-cursor-color) | ||
| 6 | (cua-overwrite-cursor-color, cua-global-mark-cursor-color): | ||
| 7 | Customization cursor type and/or cursor color. | ||
| 8 | (cua--update-indications): Handle cursor type changes. | ||
| 9 | (cua-mode): Update cursor indications if enabled. | ||
| 10 | |||
| 3 | * menu-bar.el (menu-bar-options-menu): Change menu text for CUA. | 11 | * menu-bar.el (menu-bar-options-menu): Change menu text for CUA. |
| 4 | 12 | ||
| 5 | * mouse.el (mouse-drag-copy-region): New defcustom. | 13 | * mouse.el (mouse-drag-copy-region): New defcustom. |