Mercurial > emacs
comparison lisp/ChangeLog @ 32858:04a91ff2afcd
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 25 Oct 2000 07:36:30 +0000 |
parents | 25f4a6923e96 |
children | aecb968098cd |
comparison
equal
deleted
inserted
replaced
32857:e3c81dc17582 | 32858:04a91ff2afcd |
---|---|
1 2000-10-25 Miles Bader <miles@lsi.nec.co.jp> | 1 2000-10-25 Miles Bader <miles@lsi.nec.co.jp> |
2 | |
3 * wid-edit.el (widget-field-at): New function. | |
4 (widget-at, widget-field-activate): Use it. | |
5 (widget-tabable-at): Use `widget-at'. | |
6 (widget-specify-field): If the terminating character of the widget | |
7 field (which is read-only) is a newline, put it into a special | |
8 `boundary' field so that C-n/C-p act more naturally. | |
9 (widget-field-end): Also don't subtract one if a special | |
10 `boundary' field has been added after the widget field. | |
2 | 11 |
3 * comint.el (comint-output-filter, comint-send-input): Don't | 12 * comint.el (comint-output-filter, comint-send-input): Don't |
4 bother adding stickiness fields to overlays to fool the field | 13 bother adding stickiness fields to overlays to fool the field |
5 code, since it should notice the overlay insertion-types now. | 14 code, since it should notice the overlay insertion-types now. |
15 | |
6 * wid-edit.el (widget-beginning-of-line, widget-end-of-line): | 16 * wid-edit.el (widget-beginning-of-line, widget-end-of-line): |
7 Replace with aliases of the normal emacs b-o-l/e-o-l functions. | 17 Replace with aliases of the normal emacs b-o-l/e-o-l functions. |
8 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e. | 18 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e. |
9 | 19 |
10 2000-10-24 Gerd Moellmann <gerd@gnu.org> | 20 2000-10-24 Gerd Moellmann <gerd@gnu.org> |