# HG changeset patch # User Miles Bader # Date 963675226 0 # Node ID e5763b29928bf78c2da4f708a384d91b4ff1b4f7 # Parent bfc202f38a224f9bbb6df1f25b54e629be442949 dummy diff -r bfc202f38a22 -r e5763b29928b src/ChangeLog --- a/src/ChangeLog Sat Jul 15 15:18:35 2000 +0000 +++ b/src/ChangeLog Sat Jul 15 15:33:46 2000 +0000 @@ -1,3 +1,21 @@ +2000-07-15 Miles Bader + + * editfns.c (char_property_eq, char_property_stickiness): Renamed + from `text_property_eq' and `text_property_stickiness', respectively. + (find_field, Fconstrain_to_field, char_property_eq) + (char_property_stickiness): Changed to call char-property functions + instead of text-property-only ones. + + * textprop.c (Fnext_single_char_property_change): Made a subr (was + `next_single_char_property_change'). Do more error checking, and + cleanup limit behavior. + (Fprevious_single_char_property_change): New function. + (syms_of_textprop): Initialize new subrs. + + * xdisp.c (display_prop_end, invisible_text_between_p): + Call Fnext_single_char_property_change instead of + next_single_char_property_change. + 2000-07-15 Jason Rumney * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree