diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c6439fde6b7..98e00fac2ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 1999-11-26 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-11-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * textprop.c (set_text_properties): New function. Like | ||
| 4 | Fset_text_properties, but with additional parameter | ||
| 5 | SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after | ||
| 6 | changes. | ||
| 7 | (Fset_text_properties): Use it. | ||
| 8 | |||
| 9 | * insdel.c (insert_1_both): Call set_text_properties with last | ||
| 10 | parameter nil so that no after changes will be signaled. | ||
| 11 | |||
| 12 | * lisp.h: Add prototype for set_text_properties. | ||
| 13 | |||
| 3 | * xfaces.c (set_lface_from_font_name): Fix previous change. | 14 | * xfaces.c (set_lface_from_font_name): Fix previous change. |
| 4 | (recompute_basic_faces): Change assert to abort. | 15 | (recompute_basic_faces): Change assert to abort. |
| 5 | 16 | ||