# HG changeset patch # User Richard M. Stallman # Date 1126933336 0 # Node ID feeffd8b143efaeb55bfc830a492060e4e6c3055 # Parent 9007bcbba7813466be2dda9bea789eb87eb3d5cf *** empty log message *** diff -r 9007bcbba781 -r feeffd8b143e admin/FOR-RELEASE --- 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. diff -r 9007bcbba781 -r feeffd8b143e lisp/ChangeLog --- 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 + + * follow.el: Change Maintainer field. + 2005-09-15 David Ponce * recentf.el (recentf-save-file-modes): New option. diff -r 9007bcbba781 -r feeffd8b143e lisp/url/ChangeLog --- 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 + + * 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 * url-mailto.el (url-mailto): Delete mail buffer after sending diff -r 9007bcbba781 -r feeffd8b143e lispref/ChangeLog --- 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 + + * display.texi (Defining Images): Clean up previous change. + 2005-09-16 Romain Francoise * elisp.texi: Specify GFDL version 1.2. diff -r 9007bcbba781 -r feeffd8b143e src/ChangeLog --- 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 - * fileio.c (syms_of_fileio): Clarify docstring of - `write-region-inhibit-fsync'. + * fileio.c (syms_of_fileio) : Doc fix. 2005-09-15 Richard M. Stallman