]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 12:11:19 +0000 (12:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 12:11:19 +0000 (12:11 +0000)
lisp/ChangeLog
src/ChangeLog

index 4059997635abfe40d227074988466efb949176a3..c13c669a51bcf23472e68875f15a5f95ffc50778 100644 (file)
@@ -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.
 
index a741c9f7e525974c1585e18209a9a72a4cbfa2b9..0dd2d1a4a435f91d76d8415a7a9e7205077f60a6 100644 (file)
@@ -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.