]> git.eshelyaron.com Git - emacs.git/commitdiff
Some fixes to follow coding conventions in files from Gnus.
authorPavel Janík <Pavel@Janik.cz>
Sun, 15 Jul 2001 17:42:53 +0000 (17:42 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 15 Jul 2001 17:42:53 +0000 (17:42 +0000)
36 files changed:
lisp/ChangeLog
lisp/gnus/binhex.el
lisp/gnus/earcon.el
lisp/gnus/gnus-agent.el
lisp/gnus/gnus-art.el
lisp/gnus/gnus-audio.el
lisp/gnus/gnus-logic.el
lisp/gnus/gnus-ml.el
lisp/gnus/gnus-mlspl.el
lisp/gnus/gnus-setup.el
lisp/gnus/gnus-srvr.el
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-uu.el
lisp/gnus/gnus-vm.el
lisp/gnus/ietf-drums.el
lisp/gnus/mail-parse.el
lisp/gnus/mail-prsvr.el
lisp/gnus/mail-source.el
lisp/gnus/mm-bodies.el
lisp/gnus/mm-decode.el
lisp/gnus/mm-encode.el
lisp/gnus/mm-partial.el
lisp/gnus/mm-util.el
lisp/gnus/mm-uu.el
lisp/gnus/mm-view.el
lisp/gnus/mml.el
lisp/gnus/nnimap.el
lisp/gnus/nnoo.el
lisp/gnus/parse-time.el
lisp/gnus/rfc1843.el
lisp/gnus/rfc2045.el
lisp/gnus/rfc2047.el
lisp/gnus/rfc2104.el
lisp/gnus/rfc2231.el
lisp/gnus/time-date.el
lisp/gnus/uudecode.el

index dd3a62a97d14cc290446541bc3cda640c3187ade..ad854a49d2b88dc1f71f4323a48a7a39a073e677 100644 (file)
@@ -1,5 +1,19 @@
 2001-07-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
+       gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
+       gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
+       gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
+       gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
+       gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
+       gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
+       gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
+       gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
+       gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
+       gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
+       gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
+       conventions in files from Gnus.
+
        * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
        case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
        custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
index 1b0962872403485337c23df9b72ee8951054bcb5..8eea11ce670ed705cfafb6a9dd76eae64c4034c6 100644 (file)
@@ -1,4 +1,4 @@
-;;; binhex.el -- elisp native binhex decode
+;;; binhex.el --- elisp native binhex decode
 ;; Copyright (c) 1998 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
index 0b53c34a12f0f7842304c62df0e3961c1e5a92d3..71ef72aaf1ca858fce5a0db00ff49c6095ac38c6 100644 (file)
@@ -1,4 +1,4 @@
-;;; earcon.el --- Sound effects for messages
+;;; earcon.el --- sound effects for messages
 
 ;; Copyright (C) 1996, 2000 Free Software Foundation
 
index 3f3a3cbb32d5e33a1b8d22937019fc0dd577218b..65f23c6a95563d25f75adb834cd4fd75f3ba1528 100644 (file)
@@ -1106,7 +1106,7 @@ the actual number of articles toggled is returned."
          (error 
           (unless (funcall gnus-agent-confirmation-function
                            (format "Error (%s).  Continue? " err))
-            (error "Cannot fetch articles into the Gnus agent.")))
+            (error "Cannot fetch articles into the Gnus agent")))
          (quit 
           (unless (funcall gnus-agent-confirmation-function
                            (format "Quit (%s).  Continue? " err))
index d535cefbd80ebe6b31b83853981d3450616c400b..d8125828d2fe04f8d74df0c2c0099ab06be257f6 100644 (file)
@@ -2508,7 +2508,7 @@ The directory to save in defaults to `gnus-article-save-directory'."
   (when (string-equal command "")
     (if gnus-last-shell-command
        (setq command gnus-last-shell-command)
-      (error "A command is required.")))
+      (error "A command is required")))
   (gnus-eval-in-buffer-window gnus-article-buffer
     (save-restriction
       (widen)
index 8906745cdfdd344eb59df5501d601ef2bc7e12a3..b94de4bbd16d43ef74bfda08b54f2214c00ca1e7 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnus-audio.el --- Sound effects for Gnus
+;;; gnus-audio.el --- sound effects for Gnus
 ;; Copyright (C) 1996, 2000 Free Software Foundation
 
 ;; Author: Steven L. Baur <steve@miranova.com>
index 03b1c1c17581cac7dbd300545c8dd0c3dcd64f91..9d2c009219f11194013e6a8efc3e642f28c39e57 100644 (file)
 
 (provide 'gnus-logic)
 
-;;; gnus-logic.el ends here.
+;;; gnus-logic.el ends here
index d7c8fb3b2bf8d81efa7209f7132d08ffb6ebba03..f95cde2283b51fe1fddddc9dfa5b365d014d70ef 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnus-ml.el --- Mailing list minor mode for Gnus
+;;; gnus-ml.el --- mailing list minor mode for Gnus
 
 ;; Copyright (C) 2000 Free Software Foundation, Inc.
 
index 57b12a7b0b5b81b57c78e293bf22204cb9548de8..70619b5044e872331b039cdf84db32ee73d288a6 100644 (file)
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (eval-when-compile (require 'cl))
 (require 'gnus)
 (require 'gnus-sum)
@@ -225,3 +229,5 @@ Calling (gnus-group-split-fancy nil nil \"mail.misc\") returns:
     split))
 
 (provide 'gnus-mlspl)
+
+;;; gnus-mlspl.el ends here
index 84fc218dbf69ebdcfb99c81d2211e9845c9d74cc..54c5b1b38ce475f5414d9fe279fb2e413a61005c 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnus-setup.el --- Initialization & Setup for Gnus 5
+;;; gnus-setup.el --- initialization & setup for Gnus 5
 
 ;; Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc.
 
index 03c1a4670a33cf18e48db2e1d900113eca99a656..2b7d82eb8d239a5cece98a8b27d1e05d922311d1 100644 (file)
@@ -806,4 +806,4 @@ buffer.
 
 (provide 'gnus-srvr)
 
-;;; gnus-srvr.el ends here.
+;;; gnus-srvr.el ends here
index 5719417ca5ecf5a63ed84c30a3d0e3a7b6e2e739..fa933373f85e89f5311e3c1e317fa7d1932c1caa 100644 (file)
@@ -7918,7 +7918,7 @@ groups."
                       force t))
      (t (setq force t)))
     (if (and raw (not force) (equal gnus-newsgroup-name "nndraft:drafts"))
-       (error "Can't edit the raw article in group nndraft:drafts."))
+       (error "Can't edit the raw article in group nndraft:drafts"))
     (save-excursion
       (set-buffer gnus-summary-buffer)
       (let ((mail-parse-charset gnus-newsgroup-charset)
index 50c74e92d326aa00dd1adabf3dd97362351d0b28..4cbe01ab727949b85d0f8d0842b9d0cba1a427cb 100644 (file)
@@ -2134,4 +2134,4 @@ If no file has been included, the user will be asked for a file."
 
 (provide 'gnus-uu)
 
-;; gnus-uu.el ends here
+;;; gnus-uu.el ends here
index 53b741f711c7e2a200a58921f68a27be5b62a552..9024926e4416f0b829e83e2d6d3eaf86ffb93acd 100644 (file)
@@ -105,4 +105,4 @@ save those articles instead."
 
 (provide 'gnus-vm)
 
-;;; gnus-vm.el ends here.
+;;; gnus-vm.el ends here
index b39decb80fe311df39929e15735aac991bf26f39..7e3db07cf289718171acfb99283f64f11b8c9e0e 100644 (file)
@@ -1,4 +1,4 @@
-;;; ietf-drums.el --- Functions for parsing RFC822bis headers
+;;; ietf-drums.el --- functions for parsing RFC822bis headers
 ;; Copyright (C) 1998, 1999, 2000
 ;;        Free Software Foundation, Inc.
 
index d0ce7da9ed7048a11b607483960909bb88c3201f..13ecd48fac6929d1078be82f022e6ccf6f35a79e 100644 (file)
@@ -1,4 +1,4 @@
-;;; mail-parse.el --- Interface functions for parsing mail
+;;; mail-parse.el --- interface functions for parsing mail
 ;; Copyright (C) 1998, 1999, 2000
 ;;        Free Software Foundation, Inc.
 
index 2566abc24463dfc14caefeecfc55a4590ea8c801..a22accf11b09d512d7baa88a94300a378618c513 100644 (file)
@@ -1,4 +1,4 @@
-;;; mail-prsvr.el --- Interface variables for parsing mail
+;;; mail-prsvr.el --- interface variables for parsing mail
 ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
index 8e7d602569515087790798d92765630e6789af74..a35e506ba5447f18b40aac980c5ce671ac2d40ce 100644 (file)
@@ -444,7 +444,7 @@ Return the number of files that were found."
                 (error
                  (unless (yes-or-no-p
                           (format "Mail source error (%s).  Continue? " err))
-                   (error "Cannot get new mail."))
+                   (error "Cannot get new mail"))
                  0))))))))
 
 (defun mail-source-make-complex-temp-name (prefix)
@@ -756,7 +756,7 @@ If ARGS, PROMPT is used as an argument to `format'."
 This only works when `display-time' is enabled."
   (interactive "P")
   (if (not mail-source-primary-source)
-      (error "Need to set `mail-source-primary-source' to check for new mail."))
+      (error "Need to set `mail-source-primary-source' to check for new mail"))
   (let ((on (if (null arg)
                (not mail-source-report-new-mail)
              (> (prefix-numeric-value arg) 0))))
index eb0483ae35f48a2aad01fcf7a97f80ab9a67a991..51a16a6a7f1fdc1919c11d4d7e65e887dfc82758 100644 (file)
@@ -1,4 +1,4 @@
-;;; mm-bodies.el --- Functions for decoding MIME things
+;;; mm-bodies.el --- functions for decoding MIME things
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -264,4 +264,4 @@ The characters in CHARSET should then be decoded."
 
 (provide 'mm-bodies)
 
-;; mm-bodies.el ends here
+;;; mm-bodies.el ends here
index e27200700c1c4982f3fe3d6ed0a574b982e5d348..c603e7938d703e574ba162a818f2e275bc588918 100644 (file)
@@ -1,4 +1,4 @@
-;;; mm-decode.el --- Functions for decoding MIME things
+;;; mm-decode.el --- functions for decoding MIME things
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
index 65fc34acfd730b10d0bdbcc546192e5454e6cf43..40a256ddf0e796e3e425428496b3d26de707b08a 100644 (file)
@@ -1,4 +1,4 @@
-;;; mm-encode.el --- Functions for encoding MIME things 
+;;; mm-encode.el --- functions for encoding MIME things 
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
index 734b2a0b98d72f86c487abdab3fba95201094e61..c65ddfad56f4bb801985b2dbb6315e2ef91ed3a0 100644 (file)
@@ -66,7 +66,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing."
        gnus-displaying-mime handles buffer)
     (unless (mm-handle-cache handle)
       (unless id
-       (error "Can not find message/partial id."))
+       (error "Can not find message/partial id"))
       (setq phandles
            (sort (cons handle 
                        (mm-partial-find-parts
@@ -99,7 +99,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing."
          (if ntotal
              (if total
                  (unless (eq total ntotal) 
-                 (error "The numbers of total are different."))
+                 (error "The numbers of total are different"))
                (setq total ntotal)))
          (unless (< nn n)
            (unless (eq nn n)
@@ -149,4 +149,4 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing."
                  (error nil))
                (delete-region ,(point-min-marker) ,(point-max-marker))))))))))
 
-;; mm-partial.el ends here
+;;; mm-partial.el ends here
index 529f568fcdad43080d916c94e86d5e31f6688cd1..aaff8e3b4c334659d8de8e8195e1ee40785d1c1f 100644 (file)
@@ -1,4 +1,4 @@
-;;; mm-util.el --- Utility functions for MIME things
+;;; mm-util.el --- utility functions for MIME things
 ;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
index c50c04b2291fdde28c87ecafc89856298c73b2b4..45263307dcc2d16a0ba1acf376316638f2a5103e 100644 (file)
@@ -1,4 +1,4 @@
-;;; mm-uu.el -- Return uu stuff as mm handles
+;;; mm-uu.el --- return uu stuff as mm handles
 ;; Copyright (c) 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
@@ -23,7 +23,6 @@
 
 ;;; Commentary:
 
-
 ;;; Code:
 
 (eval-when-compile (require 'cl))
index 9f389ba7e3a9d5fbdb16c9fe5bafae76a98ebf77..a54fe0317b83675fda947a9a38627d2eb1b5d7b3 100644 (file)
@@ -1,4 +1,4 @@
-;;; mm-view.el --- Functions for viewing MIME objects
+;;; mm-view.el --- functions for viewing MIME objects
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 
 (provide 'mm-view)
 
-;; mm-view.el ends here
+;;; mm-view.el ends here
index 83b16f135f9cd2257ebb694691ee52a4f5082269..87aff3e125c8e42b213a25869f020a2771c70cf5 100644 (file)
@@ -1,4 +1,4 @@
-;;; mml.el --- package for parsing and validating MML documents
+;;; mml.el --- package for parsing and validating MML documents
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
index b1c5cacb97f2ddebffe304210838791101c3b8d5..a117ea0778084ad585e1d5ae4d9011f843c9ba15 100644 (file)
@@ -385,7 +385,7 @@ If EXAMINE is non-nil the group is selected read-only."
                      "nnimap: Group %s is not uidvalid.  Continue? " group)))
                imap-current-mailbox
              (imap-mailbox-unselect)
-             (error "nnimap: Group %s is not uid-valid." group))
+             (error "nnimap: Group %s is not uid-valid" group))
          (nnheader-report 'nnimap (imap-error-text)))))))
 
 (defun nnimap-replace-whitespace (string)
index 45bc275ac4758d39301fa51aa7d033153f466e3c..272a247e22192c64df59dd96e940c585587d0e5d 100644 (file)
@@ -306,4 +306,4 @@ All functions will return nil and report an error."
                                                     backend function))))))))
 (provide 'nnoo)
 
-;;; nnoo.el ends here.
+;;; nnoo.el ends here
index d00325131a90235fd3c9bc5729e29ffee084e40a..bf593eb9d2b2986119ee3296331e4d7122cfa3b6 100644 (file)
@@ -1,4 +1,4 @@
-;;; parse-time.el --- Parsing time strings
+;;; parse-time.el --- parsing time strings
 
 ;; Copyright (C) 1996, 2000 by Free Software Foundation, Inc.
 
index c3bb7907a2b3f5923d56195aa195ee3680d8f623..484f0f29cf4ef2ecfe69dff3de4c7c3d38e2681d 100644 (file)
@@ -4,7 +4,7 @@
 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
 ;; Keywords: news HZ HZ+ mail i18n
 
-;; This file is part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
index 70c8c391e3a3f7cf65524ebcb625dbacb7d16236..ff7716aa0747ba5d963e318f36961460e545bc4d 100644 (file)
@@ -1,4 +1,4 @@
-;;; rfc2045.el --- Functions for decoding rfc2045 headers
+;;; rfc2045.el --- functions for decoding rfc2045 headers
 
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
index e5d5abc3f351c9c92e7553ebd221903666399625..a5f3151d436dc16236395cf571df3e73c0e41a4f 100644 (file)
@@ -1,4 +1,4 @@
-;;; rfc2047.el --- Functions for encoding and decoding rfc2047 messages
+;;; rfc2047.el --- functions for encoding and decoding rfc2047 messages
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
index 3d459825bf250a6613691dfcb0b5daf867452e2e..64dbe53ea3e4d319e3fe79ae2d749110a3388525 100644 (file)
@@ -51,6 +51,8 @@
 ;;; 1999-10-23  included in pgnus
 ;;; 2000-08-15  `rfc2104-hexstring-to-bitstring'
 ;;; 2000-05-12  added sha-1 example, added test case reference
+
+;;; Code:
  
 (eval-when-compile (require 'cl))
 
index a08616260b5cb74a21917eaff07aab27eabc64f6..3b3345f40b21f6989b665330bbb072295f5febcd 100644 (file)
@@ -1,4 +1,4 @@
-;;; rfc2231.el --- Functions for decoding rfc2231 headers
+;;; rfc2231.el --- functions for decoding rfc2231 headers
 
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
index 3bfb9a454d04565e42f0e557b1c9988ad96b4e23..823954b54aa39da83ce60ff0749f3ca8c0af292a 100644 (file)
@@ -1,4 +1,4 @@
-;;; time-date.el --- Date and time handling functions
+;;; time-date.el --- date and time handling functions
 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
index 9f423ebd92d39f8d4efc954737c2b6e7e1038895..18f04c2053ea72570f1f8b85708be1fd89ddc9ac 100644 (file)
@@ -1,11 +1,11 @@
-;;; uudecode.el -- elisp native uudecode
+;;; uudecode.el --- elisp native uudecode
 
 ;; Copyright (c) 1998, 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Shenghuo Zhu <zsh@cs.rochester.edu>
 ;; Keywords: uudecode news
 
-;; This file is part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by