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
ff4dcd4b
Commit
ff4dcd4b
authored
Oct 25, 2000
by
Miles Bader
Browse files
*** empty log message ***
parent
2480a59b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-0
src/ChangeLog
src/ChangeLog
+3
-0
No files found.
lisp/ChangeLog
View file @
ff4dcd4b
2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
* wid-edit.el (widget-field-at): New function.
(widget-at, widget-field-activate): Use it.
(widget-tabable-at): Use `widget-at'.
(widget-specify-field): If the terminating character of the widget
field (which is read-only) is a newline, put it into a special
`boundary' field so that C-n/C-p act more naturally.
(widget-field-end): Also don't subtract one if a special
`boundary' field has been added after the widget field.
* comint.el (comint-output-filter, comint-send-input): Don't
bother adding stickiness fields to overlays to fool the field
code, since it should notice the overlay insertion-types now.
* wid-edit.el (widget-beginning-of-line, widget-end-of-line):
Replace with aliases of the normal emacs b-o-l/e-o-l functions.
(widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
...
...
src/ChangeLog
View file @
ff4dcd4b
2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
* buffer.c (overlays_at): Only let CHANGE_REQ inhibit an
assignment of startpos to prev when startpos == pos.
* editfns.c (find_field): Set the field stickiness correctly from
overlay fields. Use renamed `text_property_stickiness'.
(text_property_stickiness): Renamed from `char_property_stickiness'.
...
...
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