diff options
| author | Richard M. Stallman | 2001-11-11 20:13:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-11 20:13:41 +0000 |
| commit | a4cd0cd7389a38e9e9a3a86b72c0ed515814caac (patch) | |
| tree | ac068c8b085892734e39ab954183b7f06fa23782 /src | |
| parent | 487301c25e8d0e364b5e2fc89363408fe1028997 (diff) | |
| download | emacs-a4cd0cd7389a38e9e9a3a86b72c0ed515814caac.tar.gz emacs-a4cd0cd7389a38e9e9a3a86b72c0ed515814caac.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d2c0a5917da..55a26c6ee24 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2001-11-11 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * insdel.c (replace_range): Use adjust_markers_for_replace | ||
| 4 | instead of adjust_markers_for_delete and adjust_markers_for_insert. | ||
| 5 | |||
| 6 | * intervals.h: Declare set_text_properties and set_text_properties_1. | ||
| 7 | |||
| 8 | * textprop.c (set_text_properties_1): New subroutine | ||
| 9 | broken out of set_text_properties. | ||
| 10 | (set_text_properties): Use set_text_properties_1. | ||
| 11 | |||
| 12 | * intervals.c (graft_intervals_into_buffer): | ||
| 13 | Use set_text_properties_1 to clear out properties. | ||
| 14 | |||
| 15 | * search.c (Freplace_match): Use replace_range to insert | ||
| 16 | and delete. Don't request property inheritance from | ||
| 17 | surrounding text. | ||
| 18 | |||
| 1 | 2001-11-10 Jason Rumney <jasonr@gnu.org> | 19 | 2001-11-10 Jason Rumney <jasonr@gnu.org> |
| 2 | 20 | ||
| 3 | * w32fns.c (enum_font_cb2): Use leading @ on face name to detect | 21 | * w32fns.c (enum_font_cb2): Use leading @ on face name to detect |