gnus.texi (Top): Add SASL.
authorSimon Josefsson <jas@extundo.com>
Mon, 5 Jan 2004 00:53:38 +0000 (00:53 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 5 Jan 2004 00:53:38 +0000 (00:53 +0000)
texi2latex.el (latexi-translate): Do sasl.

texi/ChangeLog
texi/gnus.texi
texi/texi2latex.el

index dacb326..185fd15 100644 (file)
@@ -1,5 +1,8 @@
 2004-01-05  Simon Josefsson  <jas@extundo.com>
 
+       * gnus.texi (Top): Add SASL.
+       * texi2latex.el (latexi-translate): Do sasl.
+
        * pgg.texi (Caching passphrase): Fix PGG passphrase caching
        section.
 
index 7632e8e..0a1a64c 100644 (file)
@@ -448,6 +448,7 @@ Other related manuals
 * Emacs-MIME:(emacs-mime).      Composing messages; @acronym{MIME}-specific parts.
 * Sieve:(sieve).                Managing Sieve scripts in Emacs.
 * PGG:(pgg).                    @acronym{PGP/MIME} with Gnus.
+* SASL:(sasl).                  @acronym{SASL} authentication in Emacs.
 
 @detailmenu
  --- The Detailed Node Listing ---
@@ -20482,6 +20483,8 @@ four days, Gnus will decay the scores four times, for instance.
 @include sieve.texi
 @chapter PGG
 @include pgg.texi
+@chapter SASL
+@include sasl.texi
 @end iflatex
 @end iftex
 
index 93923c6..f3ea021 100644 (file)
@@ -1,5 +1,5 @@
 ;;; texi2latex.el --- convert a texi file into a LaTeX file.
-;; Copyright (C) 1996 Lars Magne Ingebrigtsen
+;; Copyright (C) 1996, 2004 Lars Magne Ingebrigtsen
 
 (require 'cl)
 
@@ -39,7 +39,8 @@
   (latexi-translate-file "message" t)
   (latexi-translate-file "emacs-mime" t)
   (latexi-translate-file "sieve" t)
-  (latexi-translate-file "pgg" t))
+  (latexi-translate-file "pgg" t)
+  (latexi-translate-file "sasl" t))
 
 (defun latexi-translate-file (file &optional as-a-chapter)
   "Translate file a LaTeX file."