aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-11 20:13:41 +0000
committerRichard M. Stallman2001-11-11 20:13:41 +0000
commita4cd0cd7389a38e9e9a3a86b72c0ed515814caac (patch)
treeac068c8b085892734e39ab954183b7f06fa23782 /src
parent487301c25e8d0e364b5e2fc89363408fe1028997 (diff)
downloademacs-a4cd0cd7389a38e9e9a3a86b72c0ed515814caac.tar.gz
emacs-a4cd0cd7389a38e9e9a3a86b72c0ed515814caac.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog18
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 @@
12001-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
12001-11-10 Jason Rumney <jasonr@gnu.org> 192001-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