emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 19 Apr 2005 04:34:02 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4329 emacs/src/ChangeLog:1.4330
*** emacs/src/ChangeLog:1.4329  Mon Apr 18 14:08:43 2005
--- emacs/src/ChangeLog Tue Apr 19 08:34:01 2005
***************
*** 1,3 ****
--- 1,14 ----
+ 2005-04-19  Kim F. Storm  <address@hidden>
+ 
+       * fns.c (Fsafe_get): New function.
+       (syms_of_fns): Defsubr it.
+ 
+       * lisp.h (Fsafe_get): EXFUN it.
+ 
+       * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
+       loops in case of bad face property lists.  Limit number of face
+       alias lookups to 10 (in case of face alias loops).
+ 
  2005-04-18  Kim F. Storm  <address@hidden>
  
        * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]