]> git.eshelyaron.com Git - emacs.git/commitdiff
2000-11-01 ShengHuo ZHU <zsh@cs.rochester.edu>
authorDave Love <fx@gnu.org>
Wed, 1 Nov 2000 15:08:23 +0000 (15:08 +0000)
committerDave Love <fx@gnu.org>
Wed, 1 Nov 2000 15:08:23 +0000 (15:08 +0000)
* rfc2231.el: Require cl when compiling.

lisp/gnus/ChangeLog
lisp/gnus/rfc2231.el

index 860cdb25a4c9e0b9d651fa41a0443b679abaceb3..209292bc1d46cc55937951888c6593669170b803 100644 (file)
@@ -1,3 +1,24 @@
+2000-11-01 ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * rfc2231.el: Require cl when compiling.
+
+2000-11-01  Dave Love  <fx@gnu.org>
+
+       * 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  <fx@gnu.org>
+
+       * gnus-art.el: Fix 2000-10-27 change properly.
+
 2000-10-28  Miles Bader  <miles@gnu.org>
 
        * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
index 13115e3ca8fd387539bd6637885d2083b37a06c0..dc487eee41531fce9bab454724c85ba478468c2d 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
+;; Maintainer: bugs@gnus.org
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -24,6 +25,7 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
 (require 'ietf-drums)
 
 (defun rfc2231-get-value (ct attribute)