changeset 65561:feeffd8b143e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Sep 2005 05:02:16 +0000
parents 9007bcbba781
children e8ab227fe84d
files admin/FOR-RELEASE lisp/ChangeLog lisp/url/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 5 files changed, 19 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Sat Sep 17 04:59:58 2005 +0000
+++ b/admin/FOR-RELEASE	Sat Sep 17 05:02:16 2005 +0000
@@ -46,6 +46,9 @@
 back burner waiting for a legal comment or an alternate implementation
 (around 30 lines of code).
 
+** goeran@uddeborg.se's Sep 13 crash report
+about trying to display the invalid gif file poison.gif.
+
 * BUGS
 
 ** Fix recognition of shell's `dirs' command.
--- a/lisp/ChangeLog	Sat Sep 17 04:59:58 2005 +0000
+++ b/lisp/ChangeLog	Sat Sep 17 05:02:16 2005 +0000
@@ -25,6 +25,10 @@
 	(image-search-load-path): New function.
 	(find-image): Search for images in `image-load-path'.
 
+2005-09-15  Richard M. Stallman  <rms@gnu.org>
+
+	* follow.el: Change Maintainer field.
+
 2005-09-15  David Ponce  <david@dponce.com>
 
 	* recentf.el (recentf-save-file-modes): New option.
--- a/lisp/url/ChangeLog	Sat Sep 17 04:59:58 2005 +0000
+++ b/lisp/url/ChangeLog	Sat Sep 17 05:02:16 2005 +0000
@@ -1,3 +1,10 @@
+2005-09-17  Richard M. Stallman  <rms@gnu.org>
+
+	* url-vars.el (url-mail-command): Don't test fboundp of `compose-mail'.
+
+	* url-mailto.el (url-mailto): Special case `mail'.
+	Don't test fboundp of `compose-mail'.
+
 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
 
 	* url-mailto.el (url-mailto): Delete mail buffer after sending
--- a/lispref/ChangeLog	Sat Sep 17 04:59:58 2005 +0000
+++ b/lispref/ChangeLog	Sat Sep 17 05:02:16 2005 +0000
@@ -1,3 +1,7 @@
+2005-09-17  Richard M. Stallman  <rms@gnu.org>
+
+	* display.texi (Defining Images): Clean up previous change.
+
 2005-09-16  Romain Francoise  <romain@orebokech.com>
 
 	* elisp.texi: Specify GFDL version 1.2.
--- a/src/ChangeLog	Sat Sep 17 04:59:58 2005 +0000
+++ b/src/ChangeLog	Sat Sep 17 05:02:16 2005 +0000
@@ -1,7 +1,6 @@
 2005-09-16  Romain Francoise  <romain@orebokech.com>
 
-	* fileio.c (syms_of_fileio): Clarify docstring of
-	`write-region-inhibit-fsync'.
+	* fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
 
 2005-09-15  Richard M. Stallman  <rms@gnu.org>