changeset 59399:643d850694b5

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 06 Jan 2005 22:01:38 +0000
parents c47c12607f08
children eeb8b96d077d
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jan 06 22:00:56 2005 +0000
+++ b/lisp/ChangeLog	Thu Jan 06 22:01:38 2005 +0000
@@ -1,3 +1,10 @@
+2005-01-06  Kim F. Storm  <storm@cua.dk>
+
+	* simple.el (completion-list-mode-map): Map follow-link to mouse-face.
+
+	* man.el (Man-xref-man-page, Man-xref-header-file)
+	(Man-xref-normal-file): Add follow-link property.
+
 2005-01-06  Jay Belanger  <belanger@truman.edu>
 
 	* calc/calc-units.el: Make sure the proper macro definitions are
--- a/src/ChangeLog	Thu Jan 06 22:00:56 2005 +0000
+++ b/src/ChangeLog	Thu Jan 06 22:01:38 2005 +0000
@@ -1,3 +1,20 @@
+2005-01-06  Kim F. Storm  <storm@cua.dk>
+
+	* 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  <mituharu@math.s.chiba-u.ac.jp>
 
 	* macfns.c: Include sys/param.h.