Synch to Oort Gnus 200304102110.
[elisp/gnus.git-] / README-gnus-bbdb.en
index 293ac9a..5ec9011 100644 (file)
@@ -13,7 +13,7 @@ gnus-bbdb.el
  This is the BBDB API module for Semi-gnus. `mime-bbdb' should not be
 necessary for Semi-gnus, if that module were used.
 
- You need FLIM 1.11.3 or later.
+ You need FLIM 1.11.3 or later (T-gnus requires FLIM 1.14).
 
  If you are using bbdb-auto-notes-hook, the patch listed at the end
 of this file should be applied. If not, it might not.
@@ -28,7 +28,10 @@ of this file should be applied. If not, it might not.
 (require 'gnus-bbdb)
 (bbdb-initialize 'sc)  ;; 'Gnus or 'gnus should be deleted.
 (add-hook 'gnus-startup-hook 'gnus-bbdb-insinuate)
-(add-hook 'message-setup-hook 'gnus-bbdb-insinuate-message)
+
+;; No need to use the following lines under T-gnus 6.15.5 and later.
+;(eval-after-load "message"
+;  '(add-hook 'message-setup-hook 'gnus-bbdb-insinuate-message))
 
  If you would like to decode the quoted encoded words forcibly, even
 though FLIM does not decode them, put the following lines in your
@@ -56,15 +59,13 @@ though FLIM does not decode them, put the following lines in your
             (format "%s <%s>" name net)))))
 --- bbdb-2.34/lisp/bbdb-hooks.el~      Tue Jan 15 09:00:11 2002
 +++ bbdb-2.34/lisp/bbdb-hooks.el       Thu Jan 31 03:55:01 2002
-@@ -35,6 +35,8 @@
- ;; $Id: README-gnus-bbdb.en,v 1.1.2.5.12.7 2002-01-31 04:33:20 yamaoka Exp $
+@@ -36,4 +36,6 @@
  ;;
  
 +(eval-when-compile (require 'cl))
 +
  (require 'bbdb)
  (require 'bbdb-com)
 @@ -405,13 +407,23 @@
           ignore
           field pairs fieldval  ; do all bindings here for speed