# HG changeset patch # User Dave Love # Date 973091303 0 # Node ID b29ca74d473edeeb64252d17d9d54f400ae03d9b # Parent 228696a7231cb4d2a86d4a8d15449adaa737c9f8 *** empty log message *** diff -r 228696a7231c -r b29ca74d473e lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Wed Nov 01 15:08:00 2000 +0000 +++ b/lisp/gnus/ChangeLog Wed Nov 01 15:08:23 2000 +0000 @@ -1,3 +1,24 @@ +2000-11-01 ShengHuo ZHU + + * rfc2231.el: Require cl when compiling. + +2000-11-01 Dave Love + + * mm-uu.el (mm-uu-decode-function, mm-uu-binhex-decode-function): + Fix custom type. + (mm-uu-configure-list): Move and fix custom type. + + * utf7.el: Require cl when compiling. + + * binhex.el: Use (featurep 'xemacs). + (binhex-char-int): New alias, replacing char-int. Change callers. + (binhex-decode-region): Simplify work buffer code. + (binhex-decode-region-external): Use expand-file-name, not concat. + +2000-10-30 Dave Love + + * gnus-art.el: Fix 2000-10-27 change properly. + 2000-10-28 Miles Bader * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.