diff options
| author | Dave Love | 2000-10-06 22:55:11 +0000 |
|---|---|---|
| committer | Dave Love | 2000-10-06 22:55:11 +0000 |
| commit | f5533b63587a3acce7079ab313d88de124e7cb7b (patch) | |
| tree | 6f00bbfda9a721aa7d044a62e3b0992d82424ced | |
| parent | 937b14320760c3b31d1b79fc98324578f4558ef1 (diff) | |
| download | emacs-f5533b63587a3acce7079ab313d88de124e7cb7b.tar.gz emacs-f5533b63587a3acce7079ab313d88de124e7cb7b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f487d1d3ef3..c03ebda6822 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -78,6 +78,8 @@ | |||
| 78 | 78 | ||
| 79 | * mail-source.el (mail-sources): Revert to nil. | 79 | * mail-source.el (mail-sources): Revert to nil. |
| 80 | 80 | ||
| 81 | * nnmail (nnmail-spool-file): Revert to `((file))'. | ||
| 82 | |||
| 81 | * qp.el: Don't require mm-util. | 83 | * qp.el: Don't require mm-util. |
| 82 | (quoted-printable-decode-region): Rewritten. | 84 | (quoted-printable-decode-region): Rewritten. |
| 83 | (quoted-printable-decode-string, quoted-printable-encode-region): | 85 | (quoted-printable-decode-string, quoted-printable-encode-region): |
diff --git a/src/ChangeLog b/src/ChangeLog index 89735cbfdb3..0ae47608dc2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2000-10-06 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * terminfo.c (ospeed): Don't declare. | ||
| 4 | |||
| 5 | * sysdep.c: Don't include string.h. | ||
| 6 | (h_errno): Declare conditional also on TRY_AGAIN. | ||
| 7 | |||
| 8 | * charset.c (Ffind_charset_string): Doc fix. | ||
| 9 | |||
| 10 | * fns.c (Fbase64_encode_region, Fbase64_encode_string) | ||
| 11 | (Fbase64_decode_region, Fbase64_decode_string): More explicit | ||
| 12 | error messages. | ||
| 13 | |||
| 1 | 2000-10-05 Dave Love <fx@gnu.org> | 14 | 2000-10-05 Dave Love <fx@gnu.org> |
| 2 | 15 | ||
| 3 | * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar | 16 | * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar |