diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ac7d5fb07f3..e4a9f4eae9f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2005-04-19 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * fns.c (Fsafe_get): New function. | ||
| 4 | (syms_of_fns): Defsubr it. | ||
| 5 | |||
| 6 | * lisp.h (Fsafe_get): EXFUN it. | ||
| 7 | |||
| 8 | * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay | ||
| 9 | loops in case of bad face property lists. Limit number of face | ||
| 10 | alias lookups to 10 (in case of face alias loops). | ||
| 11 | |||
| 1 | 2005-04-18 Kim F. Storm <storm@cua.dk> | 12 | 2005-04-18 Kim F. Storm <storm@cua.dk> |
| 2 | 13 | ||
| 3 | * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap. | 14 | * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap. |