This fixes a couple of documentation buglets in bbdb.texinfo. I found
them in a working copy I checked out today. See the ChangeLog entry
below for details...
2001-12-10 Karl Fogel <[EMAIL PROTECTED]>
* bbdb.texinfo (Mail Sending Interfaces): Use `add-hook' instead
of `setq' in the examples, so users won't clobber existing hooks.
(Known Bugs): Reference mailing lists, as is done in other places
where the `bbdb-info' list is mentioned.
Index: bbdb.texinfo
===================================================================
RCS file: /cvsroot/bbdb/bbdb/texinfo/bbdb.texinfo,v
retrieving revision 1.44
diff -c -r1.44 bbdb.texinfo
*** bbdb.texinfo 2001/11/19 23:40:19 1.44
--- bbdb.texinfo 2001/12/10 22:07:30
***************
*** 1568,1581 ****
@table @b
@item Gnus
! @code{(setq gnus-Startup-hook 'bbdb-insinuate-gnus)} @i{for Gnus 3.14 or older}@*
! @code{(setq gnus-startup-hook 'bbdb-insinuate-gnus)} @i{for Gnus 3.15 or newer}
@item MH-E
! @code{(setq mh-folder-mode-hook 'bbdb-insinuate-mh)}
@item RMAIL
! @code{(setq rmail-mode-hook 'bbdb-insinuate-rmail)}
@item sendmail
! @code{(setq mail-setup-hook 'bbdb-insinuate-sendmail)}
@item VM
@code{(bbdb-insinuate-vm)} @i{Add to @file{~/.vm} file}
@end table
--- 1568,1581 ----
@table @b
@item Gnus
! @code{(add-hook 'gnus-Startup-hook 'bbdb-insinuate-gnus)} @i{for Gnus 3.14 or
older}@*
! @code{(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)} @i{for Gnus 3.15 or newer}
@item MH-E
! @code{(add-hook 'mh-folder-mode-hook 'bbdb-insinuate-mh)}
@item RMAIL
! @code{(add-hook 'rmail-mode-hook 'bbdb-insinuate-rmail)}
@item sendmail
! @code{(add-hook 'mail-setup-hook 'bbdb-insinuate-sendmail)}
@item VM
@code{(bbdb-insinuate-vm)} @i{Add to @file{~/.vm} file}
@end table
***************
*** 3654,3662 ****
It is commonly known that there are no bugs in the @b{BBDB}. Bugs found
in defiance of this rule should be submitted to the @code{bbdb-info}
! mailing list. To assist the developers, please include the version
! numbers of the various programs used when the bug occurred. An example
! report follows.
@example
BBDB Version:
--- 3654,3662 ----
It is commonly known that there are no bugs in the @b{BBDB}. Bugs found
in defiance of this rule should be submitted to the @code{bbdb-info}
! mailing list (@pxref{Mailing Lists}). To assist the developers, please
! include the version numbers of the various programs used when the bug
! occurred. An example report follows.
@example
BBDB Version:
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/