changeset 39594:ad301d019554

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 05 Oct 2001 12:11:19 +0000
parents d6db1ae8176b
children d184cf4318ee
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 05 12:10:57 2001 +0000
+++ b/lisp/ChangeLog	Fri Oct 05 12:11:19 2001 +0000
@@ -1,5 +1,9 @@
 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
 
+	* files.el (find-file-noselect): If file's read-only status has
+	changed on disk, ask if buffer's read-only status should be
+	changed, unless NOWARN is set.
+
 	* emacs-lisp/cl-macs.el (define-setf-expander): Make it an
 	alias for define-setf-method.
 
--- a/src/ChangeLog	Fri Oct 05 12:10:57 2001 +0000
+++ b/src/ChangeLog	Fri Oct 05 12:11:19 2001 +0000
@@ -1,3 +1,8 @@
+2001-10-05  Gerd Moellmann  <gerd@gnu.org>
+
+	* xfns.c (tiff_error_handler, tiff_warning_handler): New functions.
+	(tiff_load): Install them as error and warning handler.
+
 2001-10-04  Andrew Innes  <andrewi@gnu.org>
 
 	* w32fns.c (x_to_w32_color): Fix argument to alloca.