Mercurial > emacs
comparison src/ChangeLog @ 32851:b3e358949f64
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 25 Oct 2000 05:18:10 +0000 |
parents | 0e2ea6e876c5 |
children | 25f4a6923e96 |
comparison
equal
deleted
inserted
replaced
32850:6958fdfed738 | 32851:b3e358949f64 |
---|---|
1 2000-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 | |
1 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> | 10 2000-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. |
4 (Fmake_sparse_keymap): Docstring fix. | 13 (Fmake_sparse_keymap): Docstring fix. |
5 (synkey): Remove. | 14 (synkey): Remove. |