]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMiles Bader <miles@gnu.org>
Wed, 25 Oct 2000 05:38:31 +0000 (05:38 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 25 Oct 2000 05:38:31 +0000 (05:38 +0000)
lisp/ChangeLog
src/ChangeLog

index d338cb1cf692a6982cd5dff792bc999130339d5b..72277cc79d7e50f8ca3751f48ad9c19a695c55f9 100644 (file)
@@ -1,3 +1,12 @@
+2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
+
+       * 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  <gerd@gnu.org>
 
        * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
index 4255dfc59e0046c02b944fa20b2b5b31a729b7d7..d3c6a2f27650e5233ab4833b37ccda9398b18ee1 100644 (file)
@@ -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.