# HG changeset patch # User Miles Bader # Date 972452311 0 # Node ID 25f4a6923e967c68cdd7011161526fc6a78c26cb # Parent 3410d881856138d533ce5fe8c6ea7b98f5a5e65a *** empty log message *** diff -r 3410d8818561 -r 25f4a6923e96 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 25 05:37:15 2000 +0000 +++ b/lisp/ChangeLog Wed Oct 25 05:38:31 2000 +0000 @@ -1,3 +1,12 @@ +2000-10-25 Miles Bader + + * 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. + 2000-10-24 Gerd Moellmann * emacs-lisp/authors.el (authors-aliases): Add some more aliases. diff -r 3410d8818561 -r 25f4a6923e96 src/ChangeLog --- a/src/ChangeLog Wed Oct 25 05:37:15 2000 +0000 +++ b/src/ChangeLog Wed Oct 25 05:38:31 2000 +0000 @@ -3,6 +3,7 @@ * 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'. + Only check text properties, not overlays. * textprop.c (get_char_property_and_overlay): New function. (Fget_char_property): Use it. * intervals.h (get_char_property_and_overlay): Add declaration.