aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2000-10-25 05:18:10 +0000
committerMiles Bader2000-10-25 05:18:10 +0000
commit7ae1c032031cde96d276c7f3b785e5ce5d0fb6fb (patch)
treee6b0d9ed3f59762c2dbd40183a94a97b25a9601b /src/ChangeLog
parent8d41abc445741cb74d059e78f56f999f5215c4e1 (diff)
downloademacs-7ae1c032031cde96d276c7f3b785e5ce5d0fb6fb.tar.gz
emacs-7ae1c032031cde96d276c7f3b785e5ce5d0fb6fb.zip
(find_field):
Set the field stickiness correctly from overlay fields. Use renamed `text_property_stickiness'. (text_property_stickiness): Renamed from `char_property_stickiness'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cc5cfd86b1c..4255dfc59e0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2
3 * editfns.c (find_field): Set the field stickiness correctly from
4 overlay fields. Use renamed `text_property_stickiness'.
5 (text_property_stickiness): Renamed from `char_property_stickiness'.
6 * textprop.c (get_char_property_and_overlay): New function.
7 (Fget_char_property): Use it.
8 * intervals.h (get_char_property_and_overlay): Add declaration.
9
12000-10-25 Stefan Monnier <monnier@cs.yale.edu> 102000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2 11
3 * keymap.c: Use AREF, ASET and ASIZE macros. 12 * keymap.c: Use AREF, ASET and ASIZE macros.