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 /src | |
| parent | 8b9a0f4516563528443d14e19e74ff7fbb09ccb1 (diff) | |
| download | emacs-ebe2a441bf738ec10c527bfdf04d0838fa0152e5.tar.gz emacs-ebe2a441bf738ec10c527bfdf04d0838fa0152e5.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4255dfc59e0..d3c6a2f2765 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * editfns.c (find_field): Set the field stickiness correctly from | 3 | * editfns.c (find_field): Set the field stickiness correctly from |
| 4 | overlay fields. Use renamed `text_property_stickiness'. | 4 | overlay fields. Use renamed `text_property_stickiness'. |
| 5 | (text_property_stickiness): Renamed from `char_property_stickiness'. | 5 | (text_property_stickiness): Renamed from `char_property_stickiness'. |
| 6 | Only check text properties, not overlays. | ||
| 6 | * textprop.c (get_char_property_and_overlay): New function. | 7 | * textprop.c (get_char_property_and_overlay): New function. |
| 7 | (Fget_char_property): Use it. | 8 | (Fget_char_property): Use it. |
| 8 | * intervals.h (get_char_property_and_overlay): Add declaration. | 9 | * intervals.h (get_char_property_and_overlay): Add declaration. |