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: Thu, 06 Jan 2005 17:23:54 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4139 emacs/src/ChangeLog:1.4140
*** emacs/src/ChangeLog:1.4139  Thu Jan  6 02:53:38 2005
--- emacs/src/ChangeLog Thu Jan  6 22:01:38 2005
***************
*** 1,3 ****
--- 1,20 ----
+ 2005-01-06  Kim F. Storm  <address@hidden>
+ 
+       * fringe.c (fringe_faces): Change to Lisp_Object pointer.
+       (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
+       (destroy_fringe_bitmap): Set fringe_faces element to nil.
+       (Fdefine_fringe_bitmap, init_fringe): Change allocation of
+       fringe_faces array and init elements to nil.
+       (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
+       non-persistent face id.
+       (mark_fringe_data): New function for GC.
+ 
+       * alloc.c (mark_fringe_data): Declare extern.
+       (Fgarbage_collect): Call mark_fringe_data.
+ 
+       * alloc.c (overrun_check_free): Invalidate freed memory if
+       XMALLOC_CLEAR_FREE_MEMORY is defined.
+ 
  2005-01-05  YAMAMOTO Mitsuharu  <address@hidden>
  
        * macfns.c: Include sys/param.h.




reply via email to

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