diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9783d88397a..2c34188c8d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -14,6 +14,9 @@ | |||
| 14 | 14 | ||
| 15 | 2000-12-06 Gerd Moellmann <gerd@gnu.org> | 15 | 2000-12-06 Gerd Moellmann <gerd@gnu.org> |
| 16 | 16 | ||
| 17 | * alloc.c (gc_sweep): Prevent symbols read during loadup | ||
| 18 | from being freed. | ||
| 19 | |||
| 17 | * xdisp.c (underlying_face_id): New function. | 20 | * xdisp.c (underlying_face_id): New function. |
| 18 | (handle_face_prop, face_before_or_after_it_pos): Use it | 21 | (handle_face_prop, face_before_or_after_it_pos): Use it |
| 19 | to determine the face ``under'' a string. Let strings inherit | 22 | to determine the face ``under'' a string. Let strings inherit |