diff options
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 43e7b47eb61..3f0d74b79ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2004-05-22 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp.el (mark-defun, narrow-to-defun): | ||
| 4 | If moving back then fwd gets a defun that ends before point, | ||
| 5 | try again moving fwd then back. | ||
| 6 | |||
| 7 | * files.el (file-name-non-special): Allow t in file-arg-indices | ||
| 8 | to mean requote the return value. Use `identity' as an element | ||
| 9 | rather than as the whole value. | ||
| 10 | |||
| 11 | * gs.el (gs-options): Add -dSAFER. Mark it risky. | ||
| 12 | |||
| 1 | 2004-05-22 Juanma Barranquero <lektu@terra.es> | 13 | 2004-05-22 Juanma Barranquero <lektu@terra.es> |
| 2 | 14 | ||
| 3 | * help-fns.el (help-add-fundoc-usage): Use %S only for output of | 15 | * 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 @@ | |||
| 14 | 14 | ||
| 15 | * nnimap.el (nnimap-demule): Avoid string-as-multibyte. | 15 | * nnimap.el (nnimap-demule): Avoid string-as-multibyte. |
| 16 | 16 | ||
| 17 | 2004-04-21 Richard M. Stallman <rms@gnu.org> | ||
| 18 | |||
| 19 | * mailcap.el (mailcap-mime-data): Mark as risky. | ||
| 20 | |||
| 17 | 2004-03-27 Juanma Barranquero <lektu@terra.es> | 21 | 2004-03-27 Juanma Barranquero <lektu@terra.es> |
| 18 | 22 | ||
| 19 | * gnus-srvr.el (gnus-server-prepare): Remove spurious call to `cdr'. | 23 | * gnus-srvr.el (gnus-server-prepare): Remove spurious call to `cdr'. |