diff options
| author | Stefan Monnier | 2002-11-19 16:50:40 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-11-19 16:50:40 +0000 |
| commit | 3582b6a3ef1af348f730bdc536145636cc600199 (patch) | |
| tree | 1ecaa4ab42aaec580d144d8ee864ea5ee9b6380e /lisp | |
| parent | a0f0878d96f33147c72569ce5913c871ef5f1d57 (diff) | |
| download | emacs-3582b6a3ef1af348f730bdc536145636cc600199.tar.gz emacs-3582b6a3ef1af348f730bdc536145636cc600199.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 42 |
2 files changed, 29 insertions, 24 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e9a5c41c187..9a3a3f35999 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-11-19 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * emacs-lisp/cl.el (multiple-value-call): Add docstring. | ||
| 4 | |||
| 1 | 2002-11-19 Markus Rost <rost@math.ohio-state.edu> | 5 | 2002-11-19 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 6 | ||
| 3 | * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name. | 7 | * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name. |
| @@ -11,8 +15,8 @@ | |||
| 11 | 15 | ||
| 12 | 2002-11-18 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 16 | 2002-11-18 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
| 13 | 17 | ||
| 14 | * calendar/diary-lib.el (fancy-diary-font-lock-keywords): Grok | 18 | * calendar/diary-lib.el (fancy-diary-font-lock-keywords): |
| 15 | month numbers, too. | 19 | Grok month numbers, too. |
| 16 | 20 | ||
| 17 | 2002-11-18 Juanma Barranquero <lektu@terra.es> | 21 | 2002-11-18 Juanma Barranquero <lektu@terra.es> |
| 18 | 22 | ||
| @@ -165,8 +169,7 @@ | |||
| 165 | 169 | ||
| 166 | 2002-11-14 Markus Rost <rost@math.ohio-state.edu> | 170 | 2002-11-14 Markus Rost <rost@math.ohio-state.edu> |
| 167 | 171 | ||
| 168 | * custom.el (custom-declare-group): Remove unnecessary line of | 172 | * custom.el (custom-declare-group): Remove unnecessary line of code. |
| 169 | code. | ||
| 170 | 173 | ||
| 171 | * cus-dep.el (custom-make-dependencies): Bind load-file-name. | 174 | * cus-dep.el (custom-make-dependencies): Bind load-file-name. |
| 172 | 175 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ce8284ee510..7b2cc9d76cb 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | 2002-11-19 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * binhex.el (binhex-decode-region): Don't hardcode point-min == 1. | ||
| 4 | |||
| 1 | 2002-11-17 ShengHuo ZHU <zsh@cs.rochester.edu> | 5 | 2002-11-17 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 2 | 6 | ||
| 3 | * message.el (message-set-auto-save-file-name): Use | 7 | * message.el (message-set-auto-save-file-name): |
| 4 | make-directory, to avoid the dependence on gnus-util. | 8 | Use make-directory, to avoid the dependence on gnus-util. |
| 5 | 9 | ||
| 6 | 2002-11-11 Markus Rost <rost@math.ohio-state.edu> | 10 | 2002-11-11 Markus Rost <rost@math.ohio-state.edu> |
| 7 | 11 | ||
| @@ -29,8 +33,7 @@ | |||
| 29 | 33 | ||
| 30 | * rfc2047.el (message-posting-charset): defvar when compiling. | 34 | * rfc2047.el (message-posting-charset): defvar when compiling. |
| 31 | (ietf-drums, gnus-util): Don't require. | 35 | (ietf-drums, gnus-util): Don't require. |
| 32 | (rfc2047-header-encoding-alist): Add `address-mime' part. Doc | 36 | (rfc2047-header-encoding-alist): Add `address-mime' part. Doc fixes. |
| 33 | fixes. | ||
| 34 | (rfc2047-charset-encoding-alist): Use B for iso-8859-7, | 37 | (rfc2047-charset-encoding-alist): Use B for iso-8859-7, |
| 35 | iso-8859-8. | 38 | iso-8859-8. |
| 36 | (rfc2047-q-encoding-alist): Augment header list. | 39 | (rfc2047-q-encoding-alist): Augment header list. |
| @@ -48,19 +51,18 @@ | |||
| 48 | (rfc2047-encoded-word-regexp): Wrap in eval-and-compile. | 51 | (rfc2047-encoded-word-regexp): Wrap in eval-and-compile. |
| 49 | 52 | ||
| 50 | * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article) | 53 | * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article) |
| 51 | (gnus-summary-select-article, gnus-summary-edit-article): Use | 54 | (gnus-summary-select-article, gnus-summary-edit-article): |
| 52 | mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | 55 | Use mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. |
| 53 | 56 | ||
| 54 | * message.el (message-forward-make-body): Use | 57 | * message.el (message-forward-make-body): |
| 55 | mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | 58 | Use mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. |
| 56 | 59 | ||
| 57 | * qp.el (quoted-printable-encode-region): Use mm-insert-byte. | 60 | * qp.el (quoted-printable-encode-region): Use mm-insert-byte. |
| 58 | Maybe use string-to-multibyte. Avoid find-charset-region. Cope | 61 | Maybe use string-to-multibyte. Avoid find-charset-region. |
| 59 | with encoding Emacs 22 eight-bit chars. | 62 | Cope with encoding Emacs 22 eight-bit chars. |
| 60 | 63 | ||
| 61 | * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. | 64 | * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. |
| 62 | (mm-encode-body): Just call mm-encode-coding-region in encoding | 65 | (mm-encode-body): Just call mm-encode-coding-region in encoding case. |
| 63 | case. | ||
| 64 | 66 | ||
| 65 | 2002-10-17 Juanma Barranquero <lektu@terra.es> | 67 | 2002-10-17 Juanma Barranquero <lektu@terra.es> |
| 66 | 68 | ||
| @@ -78,13 +80,13 @@ | |||
| 78 | 80 | ||
| 79 | 2002-09-21 Rob Browning <rlb@defaultvalue.org> | 81 | 2002-09-21 Rob Browning <rlb@defaultvalue.org> |
| 80 | 82 | ||
| 81 | * gnus-art.el (gnus-article-x-face-command): Use | 83 | * gnus-art.el (gnus-article-x-face-command): |
| 82 | gnus-article-compface-xbm if bound. | 84 | Use gnus-article-compface-xbm if bound. |
| 83 | 85 | ||
| 84 | 2002-09-18 Rob Browning <rlb@defaultvalue.org> | 86 | 2002-09-18 Rob Browning <rlb@defaultvalue.org> |
| 85 | 87 | ||
| 86 | * gnus-art.el (gnus-article-x-face-command): Don't use | 88 | * gnus-art.el (gnus-article-x-face-command): |
| 87 | gnus-article-compface-xbm. | 89 | Don't use gnus-article-compface-xbm. |
| 88 | 90 | ||
| 89 | 2002-09-06 Juanma Barranquero <lektu@terra.es> | 91 | 2002-09-06 Juanma Barranquero <lektu@terra.es> |
| 90 | 92 | ||
| @@ -103,8 +105,8 @@ | |||
| 103 | 105 | ||
| 104 | * nnmbox.el (nnmbox-request-expire-articles): Ditto. | 106 | * nnmbox.el (nnmbox-request-expire-articles): Ditto. |
| 105 | 107 | ||
| 106 | * nnmh.el (nnmh-request-expire-articles): Implemented | 108 | * nnmh.el (nnmh-request-expire-articles): |
| 107 | expiry-target for nnmh backend. | 109 | Implemented expiry-target for nnmh backend. |
| 108 | 110 | ||
| 109 | 2002-08-20 ShengHuo ZHU <zsh@cs.rochester.edu> | 111 | 2002-08-20 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 110 | 112 | ||
| @@ -115,8 +117,8 @@ | |||
| 115 | 117 | ||
| 116 | 2002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu> | 118 | 2002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 117 | 119 | ||
| 118 | * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change | 120 | * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): |
| 119 | cdaar to cdar and car. | 121 | Change cdaar to cdar and car. |
| 120 | 122 | ||
| 121 | * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type) | 123 | * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type) |
| 122 | (nnsoup-read-active-file, nnsoup-article-to-area): Ditto. | 124 | (nnsoup-read-active-file, nnsoup-article-to-area): Ditto. |