# HG changeset patch # User Richard M. Stallman # Date 1085211870 0 # Node ID 9b4d490eb47fdf6aa5b6e905dbf15498b0adde32 # Parent babf5161afd44b78e77a49bd4181f7984ae18f0d *** empty log message *** diff -r babf5161afd4 -r 9b4d490eb47f lisp/ChangeLog --- a/lisp/ChangeLog Sat May 22 07:41:55 2004 +0000 +++ b/lisp/ChangeLog Sat May 22 07:44:30 2004 +0000 @@ -1,3 +1,15 @@ +2004-05-22 Richard M. Stallman + + * emacs-lisp/lisp.el (mark-defun, narrow-to-defun): + If moving back then fwd gets a defun that ends before point, + try again moving fwd then back. + + * files.el (file-name-non-special): Allow t in file-arg-indices + to mean requote the return value. Use `identity' as an element + rather than as the whole value. + + * gs.el (gs-options): Add -dSAFER. Mark it risky. + 2004-05-22 Juanma Barranquero * help-fns.el (help-add-fundoc-usage): Use %S only for output of diff -r babf5161afd4 -r 9b4d490eb47f lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Sat May 22 07:41:55 2004 +0000 +++ b/lisp/gnus/ChangeLog Sat May 22 07:44:30 2004 +0000 @@ -14,6 +14,10 @@ * nnimap.el (nnimap-demule): Avoid string-as-multibyte. +2004-04-21 Richard M. Stallman + + * mailcap.el (mailcap-mime-data): Mark as risky. + 2004-03-27 Juanma Barranquero * gnus-srvr.el (gnus-server-prepare): Remove spurious call to `cdr'.