From: Richard M. Stallman Date: Sat, 22 May 2004 07:44:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6106 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=657cc4ff9a845a161cdb9c8018e6b4b189ebd2d1;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 43e7b47eb61..3f0d74b79ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 68df8d0941e..78c9f15f912 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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'.