]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 2005 05:02:16 +0000 (05:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 2005 05:02:16 +0000 (05:02 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
lisp/url/ChangeLog
lispref/ChangeLog
src/ChangeLog

index fe1bad8241c175e3a29fed30433199429518e199..8ed41fb1a6ad78d35739c6b0f14db2d030aa2470 100644 (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.
index b5093189d3edab8a6d940916a5fab0cd5c0bb354..9f774f8990af2122ec1b5e99f96aab15551260ab 100644 (file)
        (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.
index c08d73739e9b64772495fb9f20ad001a5268ba52..be772251fd574a6cf549a0993953dcd5e5f9d6c5 100644 (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
index 56208830b4ff76a908a3d7fb45bb750a4dcfa2da..fd095d9a308ab975efdba2068c2a046cf697e2ea 100644 (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.
index 42d5982301170210d943b68226fcd140f821ae87..6704efa084bf9855b7f9e1ba50e0e5d299cea781 100644 (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>