diff options
| author | Dave Love | 2000-10-27 23:58:01 +0000 |
|---|---|---|
| committer | Dave Love | 2000-10-27 23:58:01 +0000 |
| commit | 51a29efc7f274a7f1d2155435487331ecd7f6956 (patch) | |
| tree | ea0a9e3bdf9e7d787f3cbed0488e64b59ccaca5b | |
| parent | c8e6a854e1d73844f3a1616dfacaf9a87a83437e (diff) | |
| download | emacs-51a29efc7f274a7f1d2155435487331ecd7f6956.tar.gz emacs-51a29efc7f274a7f1d2155435487331ecd7f6956.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index da199782251..14b9e42e22e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-10-28 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * international/latin1-disp.el (latin1-char-displayable-p): Don't | ||
| 4 | use window-system. | ||
| 5 | |||
| 1 | 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * dos-w32.el (find-file-not-found-set-buffer-file-coding-system): | 8 | * dos-w32.el (find-file-not-found-set-buffer-file-coding-system): |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 28d5d5fc56c..2bd8e3bb7d1 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-10-27 Christoph Conrad <christoph.conrad@gmx.de> | ||
| 2 | |||
| 3 | * gnus-draft.el (gnus-draft-send-message): Typo. | ||
| 4 | |||
| 1 | 2000-10-27 John Wiegley <johnw@gnu.org> | 5 | 2000-10-27 John Wiegley <johnw@gnu.org> |
| 2 | 6 | ||
| 3 | * gnus-art.el (gnus-treat-hide-citation-maybe): Added this | 7 | * gnus-art.el (gnus-treat-hide-citation-maybe): Added this |
| @@ -27,6 +31,10 @@ | |||
| 27 | 31 | ||
| 28 | 2000-10-27 Simon Josefsson <simon@josefsson.org> | 32 | 2000-10-27 Simon Josefsson <simon@josefsson.org> |
| 29 | 33 | ||
| 34 | * gnus-agent.el (gnus-agent-possibly-do-gcc): | ||
| 35 | (gnus-agent-restore-gcc): | ||
| 36 | (gnus-agent-possibly-save-gcc): New functions. | ||
| 37 | |||
| 30 | * nnimap.el (nnimap-group-overview-filename): Create directory for | 38 | * nnimap.el (nnimap-group-overview-filename): Create directory for |
| 31 | newfile (when use long filenames is nil). Copy+delete file if | 39 | newfile (when use long filenames is nil). Copy+delete file if |
| 32 | rename didn't work. | 40 | rename didn't work. |
| @@ -76,6 +84,9 @@ | |||
| 76 | 84 | ||
| 77 | 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu> | 85 | 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 78 | 86 | ||
| 87 | * gnus-draft.el (gnus-draft-send-message): Ditto. | ||
| 88 | (gnus-group-send-drafts): Ditto. | ||
| 89 | |||
| 79 | * gnus-art.el (gnus-request-article-this-buffer): | 90 | * gnus-art.el (gnus-request-article-this-buffer): |
| 80 | gnus-refer-article-method might be a single method. | 91 | gnus-refer-article-method might be a single method. |
| 81 | (gnus-article-mime-total-parts): New function. | 92 | (gnus-article-mime-total-parts): New function. |