*** pub/sgnus/lisp/gnus.el Sat Feb 3 14:59:49 1996 --- sgnus/lisp/gnus.el Sat Feb 3 15:17:48 1996 *************** *** 1682,1688 **** "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)" "The mail address of the Gnus maintainers.") ! (defconst gnus-version "September Gnus v0.33" "Version number for this version of Gnus.") (defvar gnus-info-nodes --- 1682,1688 ---- "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)" "The mail address of the Gnus maintainers.") ! (defconst gnus-version "September Gnus v0.34" "Version number for this version of Gnus.") (defvar gnus-info-nodes *************** *** 7312,7317 **** --- 7312,7320 ---- ;; Set any local variables in the group parameters. (gnus-summary-set-local-parameters gnus-newsgroup-name) (gnus-update-format-specifications) + ;; Do score processing. + (when gnus-use-scoring + (gnus-possibly-score-headers)) ;; Check whether to fill in the gaps in the threads. (when gnus-build-sparse-threads (gnus-build-sparse-threads)) *************** *** 8256,8264 **** 'quit) ((eq articles 0) nil) (t - ;; Do score processing. - (when gnus-use-scoring - (gnus-possibly-score-headers)) ;; Init the dependencies hash table. (setq gnus-newsgroup-dependencies (gnus-make-hashtable (length articles))) --- 8259,8264 ---- *** pub/sgnus/lisp/ChangeLog Sat Feb 3 14:59:58 1996 --- sgnus/lisp/ChangeLog Sat Feb 3 15:17:48 1996 *************** *** 1,7 **** --- 1,13 ---- + Sat Feb 3 15:07:38 1996 Lars Magne Ingebrigtsen + + * gnus.el (gnus-summary-read-group): Wouldn't score anything. + Sat Feb 3 13:08:48 1996 Lars Magne Ingebrigtsen * gnus-msg.el (gnus-summary-resend-bounced-mail): Strip more gruft. + + * gnus.el: 0.33 is released. Fri Feb 2 20:19:07 1996 Lars Ingebrigtsen