diff options
| author | Miles Bader | 2000-10-25 05:38:31 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-25 05:38:31 +0000 |
| commit | ebe2a441bf738ec10c527bfdf04d0838fa0152e5 (patch) | |
| tree | c01351aecedbcd0e221ec35ccc5a7c3393ebfc8d /lisp | |
| parent | 8b9a0f4516563528443d14e19e74ff7fbb09ccb1 (diff) | |
| download | emacs-ebe2a441bf738ec10c527bfdf04d0838fa0152e5.tar.gz emacs-ebe2a441bf738ec10c527bfdf04d0838fa0152e5.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d338cb1cf69..72277cc79d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-10-25 Miles Bader <miles@lsi.nec.co.jp> | ||
| 2 | |||
| 3 | * comint.el (comint-output-filter, comint-send-input): Don't | ||
| 4 | bother adding stickiness fields to overlays to fool the field | ||
| 5 | code, since it should notice the overlay insertion-types now. | ||
| 6 | * 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. | ||
| 8 | (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e. | ||
| 9 | |||
| 1 | 2000-10-24 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-10-24 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * emacs-lisp/authors.el (authors-aliases): Add some more aliases. | 12 | * emacs-lisp/authors.el (authors-aliases): Add some more aliases. |