From: Miles Bader Date: Sat, 15 Jul 2000 15:33:46 +0000 (+0000) Subject: dummy X-Git-Tag: emacs-pretest-21.0.90~2802 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06be8d32639652d092b0a2a9b270c500038d53d4;p=emacs.git dummy --- diff --git a/src/ChangeLog b/src/ChangeLog index 6407d84e050..f0891a2e550 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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