*** pub/dgnus/lisp/gnus.el Mon Aug 28 06:46:43 1995 --- dgnus/lisp/gnus.el Mon Aug 28 07:06:34 1995 *************** *** 1343,1349 **** "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" "Version number for this version of Gnus.") (defvar gnus-info-nodes --- 1343,1349 ---- "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)" "The mail address of the Gnus maintainers.") ! (defconst gnus-version "(ding) Gnus v0.99.26" "Version number for this version of Gnus.") (defvar gnus-info-nodes *************** *** 1511,1518 **** (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")) (defvar gnus-cache-removeable-articles nil) --- 1511,1518 ---- (defvar gnus-summary-expunge-below nil) (defvar gnus-reffed-article-number nil) ! ; Let the byte-compiler know that we know about this variable. ! (defvar rmail-default-file) (defvar gnus-cache-removeable-articles nil) *** pub/dgnus/lisp/nnmail.el Mon Aug 28 06:46:44 1995 --- dgnus/lisp/nnmail.el Mon Aug 28 12:16:43 1995 *************** *** 195,202 **** "*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.") (defvar nnmail-message-id-cache-length 1000 "*The approximate number of Message-IDs nnmail will keep in its cache. --- 195,201 ---- "*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.") (defvar nnmail-message-id-cache-length 1000 "*The approximate number of Message-IDs nnmail will keep in its cache. *** pub/dgnus/lisp/nntp.el Mon Aug 28 06:46:44 1995 --- dgnus/lisp/nntp.el Mon Aug 28 12:16:42 1995 *************** *** 1014,1020 **** (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) ;;(sit-for 0) (goto-char last)))) ;; We cannot erase buffer, because reply may be received. --- 1014,1020 ---- (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. ! (accept-process-output) ;;(sit-for 0) (goto-char last)))) ;; We cannot erase buffer, because reply may be received. *** pub/dgnus/lisp/ChangeLog Mon Aug 28 06:46:45 1995 --- dgnus/lisp/ChangeLog Mon Aug 28 12:16:40 1995 *************** *** 1,5 **** --- 1,16 ---- Mon Aug 28 05:09:47 1995 Lars Magne Ingebrigtsen + * 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 + + * 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.