*** pub/rgnus/lisp/gnus-demon.el Wed Jun 18 00:53:19 1997 --- rgnus/lisp/gnus-demon.el Tue Jul 1 01:57:01 1997 *************** *** 223,229 **** ((null (setq idle (nth 2 handler))) ;; We do nothing. ) ! ((not (numberp idle)) ;; We want to call this handler each and every time that ;; Emacs is idle. (ignore-errors (funcall (car handler)))) --- 223,230 ---- ((null (setq idle (nth 2 handler))) ;; We do nothing. ) ! ((and (not (numberp idle)) ! (gnus-demon-is-idle-p)) ;; We want to call this handler each and every time that ;; Emacs is idle. (ignore-errors (funcall (car handler)))) *************** *** 232,237 **** --- 233,239 ---- ;; for a specified number of timesteps. (and (not (memq (car handler) gnus-demon-idle-has-been-called)) (< idle gnus-demon-idle-time) + (gnus-demon-is-idle-p) (progn (ignore-errors (funcall (car handler))) ;; Make sure the handler won't be called once more in *** pub/rgnus/lisp/gnus-srvr.el Wed Jun 18 01:16:36 1997 --- rgnus/lisp/gnus-srvr.el Tue Jul 1 01:57:01 1997 *************** *** 503,508 **** --- 503,509 ---- "n" gnus-browse-next-group "p" gnus-browse-prev-group "\177" gnus-browse-prev-group + [delete] gnus-browse-prev-group "N" gnus-browse-next-group "P" gnus-browse-prev-group "\M-n" gnus-browse-next-group *** pub/rgnus/lisp/gnus-sum.el Sun Jun 29 21:44:32 1997 --- rgnus/lisp/gnus-sum.el Tue Jul 1 01:57:02 1997 *************** *** 3826,3833 **** (set var (delq article (symbol-value var)))))) ;; Adjust assocs. ((memq mark uncompressed) ! (when (not (listp (car (symbol-value var))))) ! (set var (list (symbol-value var))) (when (not (listp (cdr articles))) (setq articles (list articles))) (while articles --- 3826,3833 ---- (set var (delq article (symbol-value var)))))) ;; Adjust assocs. ((memq mark uncompressed) ! (when (not (listp (cdr (symbol-value var)))) ! (set var (list (symbol-value var)))) (when (not (listp (cdr articles))) (setq articles (list articles))) (while articles *************** *** 5001,5007 **** (suppress-keymap gnus-dead-summary-mode-map) (substitute-key-definition 'undefined 'gnus-summary-wake-up-the-dead gnus-dead-summary-mode-map) ! (let ((keys '("\C-d" "\r" "\177"))) (while keys (define-key gnus-dead-summary-mode-map (pop keys) 'gnus-summary-wake-up-the-dead)))) --- 5001,5007 ---- (suppress-keymap gnus-dead-summary-mode-map) (substitute-key-definition 'undefined 'gnus-summary-wake-up-the-dead gnus-dead-summary-mode-map) ! (let ((keys '("\C-d" "\r" "\177" [delete]))) (while keys (define-key gnus-dead-summary-mode-map (pop keys) 'gnus-summary-wake-up-the-dead)))) *** pub/rgnus/lisp/gnus-topic.el Sat May 31 15:48:28 1997 --- rgnus/lisp/gnus-topic.el Tue Jul 1 01:57:03 1997 *************** *** 894,899 **** --- 894,900 ---- [tab] gnus-topic-indent "r" gnus-topic-rename "\177" gnus-topic-delete + [delete] gnus-topic-delete "h" gnus-topic-toggle-display-empty-topics) (gnus-define-keys (gnus-topic-sort-map "S" gnus-group-topic-map) *** pub/rgnus/lisp/gnus.el Sun Jun 29 21:44:33 1997 --- rgnus/lisp/gnus.el Tue Jul 1 01:57:03 1997 *************** *** 238,244 **** :link '(custom-manual "(gnus)Exiting Gnus") :group 'gnus) ! (defconst gnus-version-number "5.4.60" "Version number for this version of Gnus.") (defconst gnus-version (format "Gnus v%s" gnus-version-number) --- 238,244 ---- :link '(custom-manual "(gnus)Exiting Gnus") :group 'gnus) ! (defconst gnus-version-number "5.4.61" "Version number for this version of Gnus.") (defconst gnus-version (format "Gnus v%s" gnus-version-number) *** pub/rgnus/lisp/ChangeLog Sun Jun 29 21:44:29 1997 --- rgnus/lisp/ChangeLog Tue Jul 1 01:57:01 1997 *************** *** 1,3 **** --- 1,19 ---- + Tue Jul 1 01:51:24 1997 Lars Magne Ingebrigtsen + + * gnus.el: Gnus v5.4.61 is released. + + Tue Jul 1 01:33:39 1997 Lars Magne Ingebrigtsen + + * gnus-sum.el (gnus-adjust-marked-articles): Typo. + + Tue Jul 1 00:56:21 1997 Gary D. Foster + + * gnus-topic.el (gnus-topic-mode-map): [delete]. + + Tue Jul 1 00:53:04 1997 Lars Magne Ingebrigtsen + + * gnus-demon.el (gnus-demon): Make sure Emacs really is idle. + Sun Jun 29 21:32:13 1997 Lars Magne Ingebrigtsen * gnus.el: Gnus v5.4.60 is released. *** pub/rgnus/texi/gnus.texi Sun Jun 29 21:44:36 1997 --- rgnus/texi/gnus.texi Tue Jul 1 01:57:05 1997 *************** *** 1,7 **** \input texinfo @c -*-texinfo-*- @setfilename gnus ! @settitle Gnus 5.4.60 Manual @synindex fn cp @synindex vr cp @synindex pg cp --- 1,7 ---- \input texinfo @c -*-texinfo-*- @setfilename gnus ! @settitle Gnus 5.4.61 Manual @synindex fn cp @synindex vr cp @synindex pg cp *************** *** 309,315 **** @tex @titlepage ! @title Gnus 5.4.60 Manual @author by Lars Magne Ingebrigtsen @page --- 309,315 ---- @tex @titlepage ! @title Gnus 5.4.61 Manual @author by Lars Magne Ingebrigtsen @page *************** *** 345,351 **** spool or your mbox file. All at the same time, if you want to push your luck. ! This manual corresponds to Gnus 5.4.60. @end ifinfo --- 345,351 ---- spool or your mbox file. All at the same time, if you want to push your luck. ! This manual corresponds to Gnus 5.4.61. @end ifinfo *** pub/rgnus/texi/message.texi Sun Jun 29 21:44:36 1997 --- rgnus/texi/message.texi Tue Jul 1 01:57:05 1997 *************** *** 1,7 **** \input texinfo @c -*-texinfo-*- @setfilename message ! @settitle Message 5.4.60 Manual @synindex fn cp @synindex vr cp @synindex pg cp --- 1,7 ---- \input texinfo @c -*-texinfo-*- @setfilename message ! @settitle Message 5.4.61 Manual @synindex fn cp @synindex vr cp @synindex pg cp *************** *** 39,45 **** @tex @titlepage ! @title Message 5.4.60 Manual @author by Lars Magne Ingebrigtsen @page --- 39,45 ---- @tex @titlepage ! @title Message 5.4.61 Manual @author by Lars Magne Ingebrigtsen @page *************** *** 79,85 **** * Key Index:: List of Message mode keys. @end menu ! This manual corresponds to Message 5.4.60. Message is distributed with the Gnus distribution bearing the same version number as this manual has. --- 79,85 ---- * Key Index:: List of Message mode keys. @end menu ! This manual corresponds to Message 5.4.61. Message is distributed with the Gnus distribution bearing the same version number as this manual has. *** pub/rgnus/texi/dir Wed Jun 18 00:54:19 1997 --- rgnus/texi/dir Tue Jul 1 01:57:06 1997 *************** *** 0 **** --- 1,66 ---- + -*- Text -*- + The Gnus-realated top node. +  + File: dir Node: Top This is the Gnus Info tree + + * Menu: + + * Gnus: (gnus). The news reader Gnus. + * Message: (message). The Message sending thingamabob. + * Widget: (widget). The Widget library. + * Custom: (custom). The Custom library. + -*- Text -*- + The Gnus-realated top node. +  + File: dir Node: Top This is the Gnus Info tree + + * Menu: + + * Gnus: (gnus). The news reader Gnus. + * Message: (message). The Message sending thingamabob. + * Widget: (widget). The Widget library. + * Custom: (custom). The Custom library. + -*- Text -*- + The Gnus-realated top node. +  + File: dir Node: Top This is the Gnus Info tree + + * Menu: + + * Gnus: (gnus). The news reader Gnus. + * Message: (message). The Message sending thingamabob. + * Widget: (widget). The Widget library. + * Custom: (custom). The Custom library. + -*- Text -*- + The Gnus-realated top node. +  + File: dir Node: Top This is the Gnus Info tree + + * Menu: + + * Gnus: (gnus). The news reader Gnus. + * Message: (message). The Message sending thingamabob. + * Widget: (widget). The Widget library. + * Custom: (custom). The Custom library. + -*- Text -*- + The Gnus-realated top node. +  + File: dir Node: Top This is the Gnus Info tree + + * Menu: + + * Gnus: (gnus). The news reader Gnus. + * Message: (message). The Message sending thingamabob. + * Widget: (widget). The Widget library. + * Custom: (custom). The Custom library. + -*- Text -*- + The Gnus-realated top node. +  + File: dir Node: Top This is the Gnus Info tree + + * Menu: + + * Gnus: (gnus). The news reader Gnus. + * Message: (message). The Message sending thingamabob. + * Widget: (widget). The Widget library. + * Custom: (custom). The Custom library.