diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 18 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 11 |
3 files changed, 31 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f59e864f2e1..288a7f4857b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -15,6 +15,9 @@ | |||
| 15 | 15 | ||
| 16 | 2005-07-04 Juanma Barranquero <lekktu@gmail.com> | 16 | 2005-07-04 Juanma Barranquero <lekktu@gmail.com> |
| 17 | 17 | ||
| 18 | * emacs-lisp/timer.el (with-timeout): Improve argument/docstring | ||
| 19 | consistency. | ||
| 20 | |||
| 18 | * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking): | 21 | * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking): |
| 19 | Fix typos in docstrings. | 22 | Fix typos in docstrings. |
| 20 | (lisp-indent): Finish `defgroup' description with period. | 23 | (lisp-indent): Finish `defgroup' description with period. |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 05eb4a0c1f0..5ffcbb0810b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2005-07-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus.el (gnus-exit): | ||
| 4 | * gnus-group.el (gnus-group-icons): | ||
| 5 | * nnmail.el (nnmail-prepare): Fix typos in docstrings. | ||
| 6 | |||
| 7 | * gnus-nocem.el (gnus-nocem): | ||
| 8 | * message.el (message-various, message-buffers, message-sending) | ||
| 9 | (message-interface, message-forwarding, message-insertion) | ||
| 10 | (message-headers, message-news, message-mail): | ||
| 11 | * pgg-gpg.el (pgg-gpg): | ||
| 12 | * pgg-parse.el (pgg-parse): | ||
| 13 | * pgg-pgp.el (pgg-pgp): | ||
| 14 | * pgg-pgp5.el (pgg-pgp5): | ||
| 15 | * pop3.el (pop3): Finish `defgroup' description with period. | ||
| 16 | |||
| 1 | 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org> | 17 | 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 18 | ||
| 3 | * gnus-art.el (article-display-face): Improve the efficiency. | 19 | * gnus-art.el (article-display-face): Improve the efficiency. |
| @@ -10,7 +26,7 @@ | |||
| 10 | 26 | ||
| 11 | 2005-06-29 Didier Verna <didier@xemacs.org> | 27 | 2005-06-29 Didier Verna <didier@xemacs.org> |
| 12 | 28 | ||
| 13 | * gnus-art.el (article-display-face): display faces in correct | 29 | * gnus-art.el (article-display-face): Display faces in correct |
| 14 | order. | 30 | order. |
| 15 | 31 | ||
| 16 | 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org> | 32 | 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org> |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 4148d62c263..7e1f8c1fe24 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2005-07-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * url-history.el (url-history-track): Doc fix. | ||
| 4 | (url-history): Finish `defgroup' description with period. | ||
| 5 | |||
| 6 | * url-cookie.el (url-cookie): | ||
| 7 | * url-gw.el (url-gateway): | ||
| 8 | * url-news.el (url-news): | ||
| 9 | * url-vars.el (url, url-file, url-cache, url-mime, url-hairy): | ||
| 10 | Finish `defgroup' description with period. | ||
| 11 | |||
| 1 | 2005-06-28 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change) | 12 | 2005-06-28 Klaus Straubinger <KSNetz@Arcor.DE> (tiny change) |
| 2 | 13 | ||
| 3 | * url-http.el (url-http-create-request): Call url-recreate-url | 14 | * url-http.el (url-http-create-request): Call url-recreate-url |