Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Jan 2012 01:59:19 +0000 (01:59 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 1 Jan 2012 01:59:19 +0000 (01:59 +0000)
16 files changed:
lisp/ChangeLog
lisp/ChangeLog.2
lisp/gnus-agent.el
lisp/gnus-cus.el
lisp/gnus-int.el
lisp/gnus-sum.el
lisp/message.el
lisp/mm-util.el
lisp/mm-view.el
lisp/nndiary.el
lisp/nnir.el
lisp/nnmairix.el
lisp/pgg-parse.el
lisp/uudecode.el
texi/ChangeLog
texi/gnus.texi

index f3070f7..06ffc4c 100644 (file)
@@ -1,3 +1,24 @@
+2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-cus.el (gnus-score-customize):
+       * gnus-sum.el (gnus-sort-gathered-threads):
+       * message.el (message-shorten-references):
+       * nnmairix.el (nnmairix-request-group):
+       * uudecode.el (uudecode-decode-region-internal): Spelling fix.
+
+2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-agent.el (gnus-agent-regenerate-group):
+       * gnus-int.el (gnus-retrieve-group-data-early):
+       * mm-util.el (mm-codepage-ibm-list):
+       * nndiary.el (Commentary, nndiary-get-new-mail):
+       * nnir.el (nnir):
+       * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
+
+2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-view.el (mm-display-inline-fontify): Add comment.
+
 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nnimap.el (nnimap-request-head): New function.
-       (nnimap-request-move-article): Try to be slighly faster by not
+       (nnimap-request-move-article): Try to be slightly faster by not
        requesting the entire message when moving.
        (nnimap-transform-headers): Don't bug out on bodiless articles.
        (nnimap-send-command): Have no outstanding messages if the IMAP server
index bcb159d..7ac200b 100644 (file)
        * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
        parameter key, overrides the key id used to store passphrase
        under (uses true key id from gpg output if nil).
-       (pgg-gpg-encrypt-region): Search for passphrase using user suplied
+       (pgg-gpg-encrypt-region): Search for passphrase using user supplied
        string STR, instead of (pgg-lookup-key STR t).
-       (pgg-gpg-encrypt-region): Store passphrase under user suplied
+       (pgg-gpg-encrypt-region): Store passphrase under user supplied
        string, instead of real key id taken from gpg output.
        (pgg-gpg-decrypt-region): Likewise.
        (pgg-gpg-sign-region): Likewise.
index bf7f31e..d268dd7 100644 (file)
@@ -4031,7 +4031,7 @@ If REREAD is not nil, downloaded articles are marked as unread."
        ;; gnus-agent-regenerate-group can remove the article ID of every
        ;; article (with the exception of the last ID in the list - it's
        ;; special) that no longer appears in the overview.  In this
-       ;; situtation, the last article ID in the list implies that it,
+       ;; situation, the last article ID in the list implies that it,
        ;; and every article ID preceding it, have been fetched from the
        ;; server.
 
index 98f0426..0721445 100644 (file)
@@ -922,7 +922,7 @@ will add a new `thread' match for each article that has X in its
 `Message-ID's of these matching articles.)  This will ensure that you
 can raise/lower the score of an entire thread, even though some
 articles in the thread may not have complete `References' headers.
-Note that using this may lead to undeterministic scores of the
+Note that using this may lead to nondeterministic scores of the
 articles in the thread.
 ")
                                     ,@types)
index 2e10263..320a7aa 100644 (file)
@@ -356,7 +356,7 @@ If it is down, start it up (again)."
           infos data))
 
 (defun gnus-retrieve-group-data-early (gnus-command-method infos)
-  "Start early async retrival of data from GNUS-COMMAND-METHOD."
+  "Start early async retrieval of data from GNUS-COMMAND-METHOD."
   (when (stringp gnus-command-method)
     (setq gnus-command-method (gnus-server-to-method gnus-command-method)))
   (funcall (gnus-get-function gnus-command-method 'retrieve-group-data-early)
index d8db300..52c8145 100644 (file)
@@ -4257,7 +4257,7 @@ If NO-DISPLAY, don't generate a summary buffer."
     result))
 
 (defun gnus-sort-gathered-threads (threads)
-  "Sort subtreads inside each gathered thread by `gnus-sort-gathered-threads-function'."
+  "Sort subthreads inside each gathered thread by `gnus-sort-gathered-threads-function'."
   (let ((result threads))
     (while threads
       (when (stringp (caar threads))
index ea9c9d1..30f0173 100644 (file)
@@ -6213,7 +6213,7 @@ If the current line has `message-yank-prefix', insert it on the new line."
 When sending via news, also check that the REFERENCES are less
 than 988 characters long, and if they are not, trim them until
 they are."
-  ;; 21 is the number suggested by USEAGE.
+  ;; 21 is the number suggested by USAGE.
   (let ((maxcount 21)
        (count 0)
        (cut 2)
index 129609d..a114fb6 100644 (file)
@@ -424,7 +424,7 @@ corresponding number of an iso-8859 charset."
   ;; Cf. http://thread.gmane.org/v9lkng5nwy.fsf@marauder.physik.uni-ulm.de
   "List of IBM codepage numbers.
 
-The codepage mappings slighly differ between IBM and other vendors.
+The codepage mappings slightly differ between IBM and other vendors.
 See \"ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/IBM/README.TXT\".
 
 If an element is a number corresponding to a supported windows
index 854ca34..f14b47e 100644 (file)
@@ -602,6 +602,7 @@ If MODE is not set, try to find mode automatically."
       ;; I find font-lock a bit too verbose.
       (let ((font-lock-verbose nil))
        ;; Disable support modes, e.g., jit-lock, lazy-lock, etc.
+       ;; Note: XEmacs people use `font-lock-mode-hook' to run those modes.
        (set (make-local-variable 'font-lock-mode-hook) nil)
        (set (make-local-variable 'font-lock-support-mode) nil)
         (setq buffer-file-name (mm-handle-filename handle))
index 29f0695..b0c3190 100644 (file)
@@ -71,7 +71,7 @@
 
 ;; * nndiary-get-new-mail, nndiary-mail-source and nndiary-split-methods:
 ;;   NNDiary has some experimental parts, in the sense Gnus normally uses only
-;;   one mail back ends for mail retreival and splitting. This back end is
+;;   one mail back ends for mail retrieval and splitting. This back end is
 ;;   also an attempt to make it behave differently. For Gnus developers: as
 ;;   you can see if you snarf into the code, that was not a very difficult
 ;;   thing to do. Something should be done about the respooling breakage
@@ -224,7 +224,7 @@ The hooks will be called with the article in the current buffer."
 (defvoo nndiary-get-new-mail nil
   "Whether nndiary gets new mail and split it.
 Contrary to traditional mail back ends, this variable can be set to t
-even if your primary mail back end also retreives mail. In such a case,
+even if your primary mail back end also retrieves mail. In such a case,
 NDiary uses its own mail-sources and split-methods.")
 
 (defvoo nndiary-nov-is-evil nil
index 3d0fc78..ceeaeda 100644 (file)
@@ -304,7 +304,7 @@ is `(valuefunc member)'."
 ;;; User Customizable Variables:
 
 (defgroup nnir nil
-  "Search groups in Gnus with assorted seach engines."
+  "Search groups in Gnus with assorted search engines."
   :group 'gnus)
 
 (defcustom nnir-ignored-newsgroups ""
index 4ad9d11..771e192 100644 (file)
@@ -483,7 +483,7 @@ Other back ends might or might not work.")
               mfolder query threads)))
       ;; Check return value
       (cond
-       ((zerop rval)                   ; call was succesful
+       ((zerop rval)                   ; call was successful
        (nnmairix-call-backend
         "open-server" nnmairix-backend-server)
        ;; If we're dealing with nnml, rename files
index 3d4539d..4e086e0 100644 (file)
@@ -53,7 +53,7 @@
 
 (defcustom pgg-parse-symmetric-key-algorithm-alist
   '((1 . IDEA) (2 . 3DES) (4 . CAST5) (5 . SAFER-SK128))
-  "Alist of the assigned number to the simmetric key algorithm."
+  "Alist of the assigned number to the symmetric key algorithm."
   :group 'pgg-parse
   :type '(repeat
          (cons (sexp :tag "Number") (sexp :tag "Type"))))
index 8652e67..e2630b5 100644 (file)
@@ -197,10 +197,10 @@ If FILE-NAME is non-nil, save the result to FILE-NAME."
          (cond
           (done)
           ((> 0 remain)
-           (error "uucode line ends unexpectly")
+           (error "uucode line ends unexpectedly")
            (setq done t))
           ((and (= (point) end) (not done))
-           ;;(error "uucode ends unexpectly")
+           ;;(error "uucode ends unexpectedly")
            (setq done t))
           ((= counter 3)
            (setq result (cons
index b2c87fb..a8a24ff 100644 (file)
@@ -1,3 +1,14 @@
+2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus.texi (Filtering New Groups, Score File Format): Spelling fix.
+
+2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus.texi (Mail Source Customization, Mail Back End Variables):
+       Use octal notation for file permissions, which are normally
+       thought of in octal.
+       (Mail Back End Variables): Use more-plausible modes in example.
+
 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        * auth.texi (Help for developers): Spelling fix.
index 38b64cc..7311864 100644 (file)
@@ -1328,7 +1328,7 @@ variable to @code{nil}.
 
 @vindex gnus-auto-subscribed-categories
 As if that wasn't enough, @code{gnus-auto-subscribed-categories} also
-allows you to specify that new groups should be subcribed based on the
+allows you to specify that new groups should be subscribed based on the
 category their select methods belong to.  The default is @samp{(mail
 post-mail)}, meaning that all new groups from mail-like backends
 should be subscribed automatically.
@@ -15033,7 +15033,7 @@ number.
 
 @item mail-source-default-file-modes
 @vindex mail-source-default-file-modes
-All new mail files will get this file mode.  The default is 384.
+All new mail files will get this file mode.  The default is @code{#o600}.
 
 @item mail-source-movemail-program
 @vindex mail-source-movemail-program
@@ -15123,10 +15123,10 @@ default file modes the new mail files get:
 
 @lisp
 (add-hook 'nnmail-pre-get-new-mail-hook
-          (lambda () (set-default-file-modes 511)))
+          (lambda () (set-default-file-modes #o700)))
 
 (add-hook 'nnmail-post-get-new-mail-hook
-          (lambda () (set-default-file-modes 551)))
+          (lambda () (set-default-file-modes #o775)))
 @end lisp
 
 @item nnmail-use-long-file-names
@@ -20043,7 +20043,7 @@ matches will use the @code{Message-ID}s of these matching articles.)
 This will ensure that you can raise/lower the score of an entire thread,
 even though some articles in the thread may not have complete
 @code{References} headers.  Note that using this may lead to
-undeterministic scores of the articles in the thread.  (Using this match
+nondeterministic scores of the articles in the thread.  (Using this match
 key will lead to creation of @file{ADAPT} files.)
 @end table
 @end enumerate