*** pub/dgnus/lisp/custom.el Sun Aug 27 11:16:57 1995 --- dgnus/lisp/custom.el Mon Aug 28 05:08:22 1995 *************** *** 134,141 **** ;; Must avoid calling set-face-underline-p directly, because it ;; is a defsubst in emacs19, and will make the .elc files non ;; portable! ! (or (face-differs-from-default-p 'underline) ! (funcall 'set-face-underline-p 'underline t))) (or (fboundp 'set-text-properties) ;; Missing in XEmacs 19.12. --- 134,143 ---- ;; Must avoid calling set-face-underline-p directly, because it ;; is a defsubst in emacs19, and will make the .elc files non ;; portable! ! (or (and (fboundp 'face-differs-from-default-p) ! (face-differs-from-default-p 'underline)) ! (and (fboundp 'set-face-underline-p) ! (funcall 'set-face-underline-p 'underline t)))) (or (fboundp 'set-text-properties) ;; Missing in XEmacs 19.12. *** pub/dgnus/lisp/gnus-vis.el Sun Aug 27 11:16:58 1995 --- dgnus/lisp/gnus-vis.el Mon Aug 28 05:49:58 1995 *************** *** 610,617 **** ["Citation" gnus-article-highlight-citation t]) ("Date" ["Local" gnus-article-date-local t] ! ["UT" gnus-article-date-local t] ! ["Lapsed" gnus-article-date-local t]) ("Filter" ["Overstrike" gnus-article-treat-overstrike t] ["Word wrap" gnus-article-word-wrap t] --- 610,617 ---- ["Citation" gnus-article-highlight-citation t]) ("Date" ["Local" gnus-article-date-local t] ! ["UT" gnus-article-date-ut t] ! ["Lapsed" gnus-article-date-lapsed t]) ("Filter" ["Overstrike" gnus-article-treat-overstrike t] ["Word wrap" gnus-article-word-wrap t] *** pub/dgnus/lisp/gnus.el Sun Aug 27 11:17:00 1995 --- dgnus/lisp/gnus.el Sun Aug 27 11:33:40 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.24" "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.25" "Version number for this version of Gnus.") (defvar gnus-info-nodes *** pub/dgnus/lisp/nntp.el Sun Aug 27 11:17:00 1995 --- dgnus/lisp/nntp.el Mon Aug 28 06:34:28 1995 *************** *** 230,236 **** (if (or (null sequence) ;All requests have been sent. (zerop (% count nntp-maximum-request))) (progn ! (accept-process-output) (while (progn (goto-char last-point) ;; Count replies. --- 230,236 ---- (if (or (null sequence) ;All requests have been sent. (zerop (% count nntp-maximum-request))) (progn ! (nntp-accept-response) (while (progn (goto-char last-point) ;; Count replies. *************** *** 292,298 **** (if (or (null groups) ;All requests have been sent. (zerop (% count nntp-maximum-request))) (progn ! (accept-process-output) (while (progn (goto-char last-point) ;; Count replies. --- 292,298 ---- (if (or (null groups) ;All requests have been sent. (zerop (% count nntp-maximum-request))) (progn ! (nntp-accept-response) (while (progn (goto-char last-point) ;; Count replies. *************** *** 926,932 **** (setq received (1+ received))) (setq last-point (point)) (< received count)) ! (nntp-accept-response)))))) (if (not nntp-server-xover) () --- 926,932 ---- (setq received (1+ received))) (setq last-point (point)) (< received count)) ! (accept-process-output)))))) (if (not nntp-server-xover) () *************** *** 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. --- 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. *** pub/dgnus/lisp/ChangeLog Sun Aug 27 11:17:05 1995 --- dgnus/lisp/ChangeLog Mon Aug 28 05:49:57 1995 *************** *** 1,4 **** --- 1,12 ---- + Mon Aug 28 05:09:47 1995 Lars Magne Ingebrigtsen + + * gnus-vis.el (gnus-summary-make-menu-bar): Date menu was odd. + + * custom.el: Choked under non-X Emacs. + Sun Aug 27 05:05:05 1995 Lars Magne Ingebrigtsen + + * gnus.el: 0.99.24 is released. * nnvirtual.el (nnvirtual-create-mapping): Numbering irregularities - would be off by 1 for each of some component