*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 8 Sep 1998 20:38:52 +0000 (20:38 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 8 Sep 1998 20:38:52 +0000 (20:38 +0000)
lisp/ChangeLog
lisp/gnus.el
lisp/lpath.el
lisp/mm-util.el
texi/gnus.texi
texi/message.texi

index d2620b3..cb4a22f 100644 (file)
@@ -1,3 +1,11 @@
+Tue Sep  8 22:38:27 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Pterodactyl Gnus v0.22 is released.
+
+1998-09-08 22:36:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mm-util.el (mm-multibyte-p): Typo.
+
 Tue Sep  8 22:25:53 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
        * gnus.el: Pterodactyl Gnus v0.21 is released.
index b542c29..99d55e9 100644 (file)
@@ -250,7 +250,7 @@ is restarted, and sometimes reloaded."
   :link '(custom-manual "(gnus)Exiting Gnus")
   :group 'gnus)
 
-(defconst gnus-version-number "0.21"
+(defconst gnus-version-number "0.22"
   "Version number for this version of Gnus.")
 
 (defconst gnus-version (format "Pterodactyl Gnus v%s" gnus-version-number)
index a5f3b1c..20ad587 100644 (file)
@@ -64,8 +64,7 @@
                 gnus-mule-get-coding-system decode-coding-string
                 mail-aliases-setup
                 mm-copy-tree url-view-url w3-prepare-buffer
-                mule-write-region-no-coding-system char-int
-                base64-decode)))
+                mule-write-region-no-coding-system char-int)))
 
 (setq load-path (cons "." load-path))
 (require 'custom)
index 595422a..c8800b0 100644 (file)
@@ -198,7 +198,7 @@ used as the line break code type of the coding system."
 
 (defun mm-multibyte-p ()
   "Say whether multibyte is enabled."
-  (and (fboundp 'enable-multibyte-characters)
+  (and (boundp 'enable-multibyte-characters)
        enable-multibyte-characters))
 
 (provide 'mm-util)
index 02fc25e..57d5efb 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo                  @c -*-texinfo-*-
 
 @setfilename gnus
-@settitle Pterodactyl Gnus 0.21 Manual
+@settitle Pterodactyl Gnus 0.22 Manual
 @synindex fn cp
 @synindex vr cp
 @synindex pg cp
@@ -318,7 +318,7 @@ into another language, under the above conditions for modified versions.
 @tex
 
 @titlepage
-@title Pterodactyl Gnus 0.21 Manual
+@title Pterodactyl Gnus 0.22 Manual
 
 @author by Lars Magne Ingebrigtsen
 @page
@@ -354,7 +354,7 @@ can be gotten by any nefarious means you can think of---@sc{nntp}, local
 spool or your mbox file.  All at the same time, if you want to push your
 luck.
 
-This manual corresponds to Pterodactyl Gnus 0.21.
+This manual corresponds to Pterodactyl Gnus 0.22.
 
 @end ifinfo
 
index 19f25bc..36abb0c 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo                  @c -*-texinfo-*-
 
 @setfilename message
-@settitle Pterodactyl Message 0.21 Manual
+@settitle Pterodactyl Message 0.22 Manual
 @synindex fn cp
 @synindex vr cp
 @synindex pg cp
@@ -42,7 +42,7 @@ into another language, under the above conditions for modified versions.
 @tex
 
 @titlepage
-@title Pterodactyl Message 0.21 Manual
+@title Pterodactyl Message 0.22 Manual
 
 @author by Lars Magne Ingebrigtsen
 @page
@@ -83,9 +83,9 @@ Message mode buffers.
 * Key Index::         List of Message mode keys.
 @end menu
 
-This manual corresponds to Pterodactyl Message 0.21.  Message is
+This manual corresponds to Pterodactyl Message 0.22.  Message is
 distributed with the Gnus distribution bearing the same version number
-as this manual has.
+as this manual.
 
 
 @node Interface