*** empty log message ***

This commit is contained in:
Richard M. Stallman 2005-09-17 05:02:16 +00:00
parent cc1f98068a
commit 8ccd36304d
5 changed files with 19 additions and 2 deletions

View file

@ -46,6 +46,9 @@ and has already been posted on the developers' list, but it is on the
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.

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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>