aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6407d84e050..f0891a2e550 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12000-07-15 Miles Bader <miles@gnu.org>
2
3 * editfns.c (char_property_eq, char_property_stickiness): Renamed
4 from `text_property_eq' and `text_property_stickiness', respectively.
5 (find_field, Fconstrain_to_field, char_property_eq)
6 (char_property_stickiness): Changed to call char-property functions
7 instead of text-property-only ones.
8
9 * textprop.c (Fnext_single_char_property_change): Made a subr (was
10 `next_single_char_property_change'). Do more error checking, and
11 cleanup limit behavior.
12 (Fprevious_single_char_property_change): New function.
13 (syms_of_textprop): Initialize new subrs.
14
15 * xdisp.c (display_prop_end, invisible_text_between_p):
16 Call Fnext_single_char_property_change instead of
17 next_single_char_property_change.
18
12000-07-15 Jason Rumney <jasonr@gnu.org> 192000-07-15 Jason Rumney <jasonr@gnu.org>
2 20
3 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree 21 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree