diff options
| author | Miles Bader | 2000-07-15 15:33:46 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-07-15 15:33:46 +0000 |
| commit | 06be8d32639652d092b0a2a9b270c500038d53d4 (patch) | |
| tree | fe7b944a952ff026c9263c2268bdfeed2727f404 | |
| parent | f4d708d0ede53655bb2ddec66a2cc3750d8a0c5a (diff) | |
| download | emacs-06be8d32639652d092b0a2a9b270c500038d53d4.tar.gz emacs-06be8d32639652d092b0a2a9b270c500038d53d4.zip | |
dummy
| -rw-r--r-- | src/ChangeLog | 18 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-07-15 Jason Rumney <jasonr@gnu.org> | 19 | 2000-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 |