diff options
| author | Juanma Barranquero | 2007-01-29 17:12:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-01-29 17:12:38 +0000 |
| commit | 8f77631e60ee1f84418427ded4f9a2fca90fe32d (patch) | |
| tree | b260b515fd8c844315262f256a914a39518043ee | |
| parent | 956d192800ffb1d1ffd16701b3b06050e98f170c (diff) | |
| download | emacs-8f77631e60ee1f84418427ded4f9a2fca90fe32d.tar.gz emacs-8f77631e60ee1f84418427ded4f9a2fca90fe32d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56c24779e25..1f559804fed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * isearchb.el (isearchb-iswitchb): | 3 | * isearchb.el (isearchb-iswitchb): |
| 4 | * ps-print.el (ps-build-face-reference): | 4 | * ps-print.el (ps-build-face-reference): |
| 5 | * emacs-lisp/shadow.el (list-load-path-shadows): | ||
| 5 | * eshell/esh-cmd.el (eshell-rewrite-for-command): | 6 | * eshell/esh-cmd.el (eshell-rewrite-for-command): |
| 6 | * international/mule.el (find-auto-coding): | 7 | * international/mule.el (find-auto-coding): |
| 7 | * mail/supercite.el (sc-attrib-selection-list): | 8 | * mail/supercite.el (sc-attrib-selection-list): |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7197ca2705f..cc10736aa5d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-01-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 6 | ||
| 3 | * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix | 7 | * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 87c27a8786c..0125d4b0bfa 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-01-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * url-auth.el (url-get-authentication): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2007-01-14 Magnus Henoch <mange@freemail.hu> | 5 | 2007-01-14 Magnus Henoch <mange@freemail.hu> |
| 2 | 6 | ||
| 3 | * url-proxy.el (url-proxy-object): Remove. | 7 | * url-proxy.el (url-proxy-object): Remove. |