Mercurial > emacs
changeset 32851:b3e358949f64
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 25 Oct 2000 05:18:10 +0000 |
parents | 6958fdfed738 |
children | cb10361cc039 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Oct 25 05:14:46 2000 +0000 +++ b/src/ChangeLog Wed Oct 25 05:18:10 2000 +0000 @@ -1,3 +1,12 @@ +2000-10-25 Miles Bader <miles@lsi.nec.co.jp> + + * 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'. + * textprop.c (get_char_property_and_overlay): New function. + (Fget_char_property): Use it. + * intervals.h (get_char_property_and_overlay): Add declaration. + 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> * keymap.c: Use AREF, ASET and ASIZE macros.