*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 4 Mar 1997 03:28:49 +0000 (03:28 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 4 Mar 1997 03:28:49 +0000 (03:28 +0000)
lisp/ChangeLog
lisp/gnus.el
lisp/nnmail.el
lisp/nntp.el

index 3ed8f55..22828a3 100644 (file)
@@ -1,5 +1,16 @@
 Mon Aug 28 05:09:47 1995  Lars Magne Ingebrigtsen  <lingebri@sunsci4.cern.ch>
 
+       * nntp.el (nntp-send-region-to-server): Would hang.
+
+       * nnmail.el (nnmail-delete-incoming): Doc fix.
+
+       * gnus.el (rmail-default-file, rmail-default-rmail-file): Don't
+       init these variables. 
+
+Mon Aug 28 05:09:47 1995  Lars Magne Ingebrigtsen  <lingebri@sunsci4.cern.ch>
+
+       * gnus.el: 0.99.25 is released.
+       
        * gnus-vis.el (gnus-summary-make-menu-bar): Date menu was odd.
 
        * custom.el: Choked under non-X Emacs.
index f78aa62..57907d1 100644 (file)
@@ -1343,7 +1343,7 @@ variable (string, integer, character, etc).")
   "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)"
   "The mail address of the Gnus maintainers.")
 
-(defconst gnus-version "(ding) Gnus v0.99.25"
+(defconst gnus-version "(ding) Gnus v0.99.26"
   "Version number for this version of Gnus.")
 
 (defvar gnus-info-nodes
@@ -1511,8 +1511,8 @@ gnus-newsrc-hashtb should be kept so that both hold the same information.")
 (defvar gnus-summary-expunge-below nil)
 (defvar gnus-reffed-article-number nil)
 
-(defvar rmail-default-file (expand-file-name "~/XMBOX"))
-(defvar rmail-default-rmail-file (expand-file-name "~/XNEWS"))
+; Let the byte-compiler know that we know about this variable.
+(defvar rmail-default-file)
 
 (defvar gnus-cache-removeable-articles nil)
 
index 5a3dfcc..23b9e38 100644 (file)
@@ -195,8 +195,7 @@ Example:
   "*Alist of abbreviations allowed in `nnmail-split-fancy'.")
 
 (defvar nnmail-delete-incoming t
-  "*If non-nil, the mail backends will delete incoming files after splitting.
-This is nil by default for reasons of security.")
+  "*If non-nil, the mail backends will delete incoming files after splitting.")
 
 (defvar nnmail-message-id-cache-length 1000
   "*The approximate number of Message-IDs nnmail will keep in its cache.
index 7d1757f..c6ab0a6 100644 (file)
@@ -1014,7 +1014,7 @@ It will prompt for a password."
          (process-send-region nntp-server-process (point) last)
          ;; I don't know whether the next codes solve the known
          ;;  problem of communication error of GNU Emacs.
-         (nntp-accept-response)
+         (accept-process-output)
          ;;(sit-for 0)
          (goto-char last))))
     ;; We cannot erase buffer, because reply may be received.