diff options
| author | Miles Bader | 2000-10-25 07:36:30 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-25 07:36:30 +0000 |
| commit | ff4dcd4b53ab620d015dd4703cedf79bfbaf17d1 (patch) | |
| tree | 9e0a77dda0a72f49f4d838c1c09de223634ee7ed /lisp/ChangeLog | |
| parent | 2480a59bda7d8d612cd01c557ca16d60f246cb95 (diff) | |
| download | emacs-ff4dcd4b53ab620d015dd4703cedf79bfbaf17d1.tar.gz emacs-ff4dcd4b53ab620d015dd4703cedf79bfbaf17d1.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 72277cc79d7..8cda28228c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,18 @@ | |||
| 1 | 2000-10-25 Miles Bader <miles@lsi.nec.co.jp> | 1 | 2000-10-25 Miles Bader <miles@lsi.nec.co.jp> |
| 2 | 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. | ||
| 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. |