]> git.eshelyaron.com Git - emacs.git/commitdiff
(nnsoup-always-save): Use "non-nil" in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Nov 2006 14:37:25 +0000 (14:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Nov 2006 14:37:25 +0000 (14:37 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnsoup.el

index 87b1d39f2a9e6ed804da378ac409496ad4a4fe4c..77a8b32333be63e59fdf1a8568cdfa17c1a8cfcb 100644 (file)
@@ -1,3 +1,9 @@
+2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-diary.el (gnus-diary-delay-format-function):
+       * nndiary.el (nndiary-reminders):
+       * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
+
 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-art.el (article-hide-boring-headers): Fetch date from
@@ -10,8 +16,8 @@
 
 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
-       variables.
+       * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
+       New variables.
        (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
        (mm-charset-synonym-alist): Move some entries to
        mm-codepage-iso-8859-list.
        (rfc2231-encode-string): Be sure to work on multibyte buffer at
        first, and after mm-encode-body, change the buffer to unibyte.
 
-2006-03-21  Daniel Pittman <daniel@rimspace.net>
+2006-03-21  Daniel Pittman  <daniel@rimspace.net>
 
        * nnimap.el (nnimap-request-update-info-internal): Optimize.
        Don't `gnus-uncompress-range' to avoid excessive memory usage.
index 9dc429ec135533802a3b57a5ff4e73198268a88b..e520121a2662b7d233af43d0ded8eae93378764e 100644 (file)
@@ -75,7 +75,7 @@ The SOUP packet file name will be inserted at the %s.")
   "*Regular expression matching SOUP packets in `nnsoup-packet-directory'.")
 
 (defvoo nnsoup-always-save t
-  "If non nil commit the reply buffer on each message send.
+  "If non-nil commit the reply buffer on each message send.
 This is necessary if using message mode outside Gnus with nnsoup as a
 backend for the messages.")