]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnus-agent.el: Don't use `path'.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 16 Jan 2003 01:19:03 +0000 (01:19 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 16 Jan 2003 01:19:03 +0000 (01:19 +0000)
* nnsoup.el (nnsoup-file-name): Ditto.

* nnmail.el (nnmail-pathname-coding-system): Ditto.
(nnmail-group-pathname): Ditto.

* nnimap.el (nnimap-group-overview-filename): Ditto.

* nnheader.el (nnheader-pathname-coding-system): Ditto.
(nnheader-group-pathname): Ditto.

* nnfolder.el (nnfolder-group-pathname): Ditto.

* gnus.el (gnus-home-directory): Ditto.

* gnus-group.el (gnus-group-icon-list): Ditto.

lisp/gnus/ChangeLog
lisp/gnus/gnus-agent.el
lisp/gnus/gnus-group.el
lisp/gnus/gnus.el
lisp/gnus/nnfolder.el
lisp/gnus/nnheader.el
lisp/gnus/nnimap.el
lisp/gnus/nnmail.el
lisp/gnus/nnsoup.el
lisp/gnus/nnspool.el

index 091a73a7ecad8f19e5381d20abefff1cac3bd7ff..d06c89100d61868c99ac93e52198957116480449 100644 (file)
@@ -1,3 +1,23 @@
+2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-agent.el: Don't use `path'.
+
+       * nnsoup.el (nnsoup-file-name): Ditto.
+
+       * nnmail.el (nnmail-pathname-coding-system): Ditto.
+       (nnmail-group-pathname): Ditto.
+
+       * nnimap.el (nnimap-group-overview-filename): Ditto.
+
+       * nnheader.el (nnheader-pathname-coding-system): Ditto.
+       (nnheader-group-pathname): Ditto.
+
+       * nnfolder.el (nnfolder-group-pathname): Ditto.
+
+       * gnus.el (gnus-home-directory): Ditto.
+
+       * gnus-group.el (gnus-group-icon-list): Ditto.
+
 2003-01-04  Kim F. Storm  <storm@cua.dk>
 
        * message.el (message-split-line): New function.
index 65f23c6a95563d25f75adb834cd4fd75f3ba1528..5a3cf2f480cfbe42617f16698ef2504f916b20c5 100644 (file)
@@ -166,12 +166,12 @@ If this is `ask' the hook will query the user."
            (cadr gnus-command-method))))
 
 (defsubst gnus-agent-directory ()
-  "Path of the Gnus agent directory."
+  "The name of the Gnus agent directory."
   (nnheader-concat gnus-agent-directory
                   (nnheader-translate-file-chars (gnus-agent-method)) "/"))
 
 (defun gnus-agent-lib-file (file)
-  "The full path of the Gnus agent library FILE."
+  "The full name of the Gnus agent library FILE."
   (expand-file-name file
                    (file-name-as-directory
                     (expand-file-name "agent.lib" (gnus-agent-directory)))))
@@ -724,7 +724,7 @@ the actual number of articles toggled is returned."
          (delete-char 1))))))
 
 (defun gnus-agent-group-path (group)
-  "Translate GROUP into a path."
+  "Translate GROUP into a file name."
   (if nnmail-use-long-file-names
       (gnus-group-real-name group)
     (nnheader-translate-file-chars
index b570ebc253c788530dd07b37de1c8efea35824d0..bbce56d9ac90536e3588fb3db6c4df8bff1f6e41 100644 (file)
@@ -375,7 +375,7 @@ particular group line should be displayed, each form is evaluated.
 The icon from the file field after the first true form is used.  You
 can change how those group lines are displayed by editing the file
 field.  The File will either be found in the
-`gnus-group-glyph-directory' or by designating absolute path to the
+`gnus-group-glyph-directory' or by designating absolute name of the
 file.
 
 It is also possible to change and add form fields, but currently that
index 879a83143fd12ea03639fd6be5f2bfec68035045..56f17d6a8d83196201c416b106b37fdbe5480b53 100644 (file)
@@ -845,7 +845,7 @@ be set in `.emacs' instead."
 
 (defcustom gnus-home-directory "~/"
   "Directory variable that specifies the \"home\" directory.
-All other Gnus path variables are initialized from this variable."
+All other Gnus file and directory variables are initialized from this variable."
   :group 'gnus-files
   :type 'directory)
 
index 369e4ccf279346ba047aa5158b8416b5279feef5..ea83acf80814bfb3802f5df1f1d8cedb34c3e255 100644 (file)
@@ -870,7 +870,7 @@ This command does not work if you use short group names."
     (nnheader-message 5 "")))
 
 (defun nnfolder-group-pathname (group)
-  "Make pathname for GROUP."
+  "Make file name for GROUP."
   (setq group
        (mm-encode-coding-string group nnmail-pathname-coding-system))
   (let ((dir (file-name-as-directory (expand-file-name nnfolder-directory))))
index 6f383aec7838836ff13859aef28d633e92dd03c5..9fee7b776c587227c5b4332016f280b4a9bb7d7d 100644 (file)
@@ -600,7 +600,7 @@ the line could be found."
   "Regexp that matches numerical file names.")
 
 (defvar nnheader-numerical-full-files (concat "/" nnheader-numerical-files)
-  "Regexp that matches numerical full file paths.")
+  "Regexp that matches numerical full file names.")
 
 (defsubst nnheader-file-to-number (file)
   "Take a FILE name and return the article number."
@@ -767,10 +767,10 @@ without formatting."
       (<= level gnus-verbose-backends)))
 
 (defvar nnheader-pathname-coding-system 'binary
-  "*Coding system for pathname.")
+  "*Coding system for file names.")
 
 (defun nnheader-group-pathname (group dir &optional file)
-  "Make pathname for GROUP."
+  "Make file name for GROUP."
   (concat
    (let ((dir (file-name-as-directory (expand-file-name dir))))
      ;; If this directory exists, we use it directly.
index 4a7022d961367c8b9d5d3bdb06039a77c88ba745..6a57941f404d0a668d82aff412dc6b1dc9753104 100644 (file)
@@ -457,7 +457,7 @@ If EXAMINE is non-nil the group is selected read-only."
              articles))))
 
 (defun nnimap-group-overview-filename (group server)
-  "Make pathname for GROUP on SERVER."
+  "Make file name for GROUP on SERVER."
   (let* ((dir (file-name-as-directory (expand-file-name nnimap-directory)))
          (uidvalidity (gnus-group-get-parameter
                        (gnus-group-prefixed-name
index 46c8342ed0bd491682714e20a385cf03f1df57db..60980e39bb99699f3482b727ab8e3b72387b5764 100644 (file)
@@ -467,7 +467,7 @@ parameter.  It should return nil, `warn' or `delete'."
   "Coding system used in reading inbox")
 
 (defvar nnmail-pathname-coding-system nil
-  "*Coding system for pathname.")
+  "*Coding system for file name.")
 
 (defun nnmail-find-file (file)
   "Insert FILE in server buffer safely."
@@ -484,7 +484,7 @@ parameter.  It should return nil, `warn' or `delete'."
       (file-error nil))))
 
 (defun nnmail-group-pathname (group dir &optional file)
-  "Make pathname for GROUP."
+  "Make file name for GROUP."
   (concat
    (let ((dir (file-name-as-directory (expand-file-name dir))))
      (setq group (nnheader-replace-duplicate-chars-in-string
index 22147dfbce0c1b9230bfadec25419b87f6a3847b..99edd79b6dd260c9ce6e5cc335b1854a8d1f1341 100644 (file)
@@ -399,7 +399,7 @@ backend for the messages.")
     prefix))
 
 (defun nnsoup-file-name (dir file)
-  "Return the full path of FILE (in any case) in DIR."
+  "Return the full name of FILE (in any case) in DIR."
   (let* ((case-fold-search t)
         (files (directory-files dir t))
         (regexp (concat (regexp-quote file) "$")))
index ffc0532446a6e15b4edde9a4eb3d6edc1875a330..3111bc842ec45527c726b075f02c8fd9b64f7100 100644 (file)
@@ -457,7 +457,7 @@ there.")
        (nnheader-report 'nnspool "No such newsgroup: %s" group)))))
 
 (defun nnspool-article-pathname (group &optional article)
-  "Find the path for GROUP."
+  "Find the file name for GROUP."
   (nnheader-group-pathname group nnspool-spool-directory article))
 
 (provide 'nnspool)