Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b2b55d03
Commit
b2b55d03
authored
Apr 30, 2004
by
Kim F. Storm
Browse files
*** empty log message ***
parent
6431cf0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+8
-0
src/ChangeLog
src/ChangeLog
+1
-0
No files found.
lisp/ChangeLog
View file @
b2b55d03
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.
...
...
src/ChangeLog
View file @
b2b55d03
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment