Gnus development mailing list
 help / color / mirror / Atom feed
* first fixes... [sgnus-0.17]
@ 1995-12-03  4:12 Jens Lautenbacher
  0 siblings, 0 replies; only message in thread
From: Jens Lautenbacher @ 1995-12-03  4:12 UTC (permalink / raw)



*** ChangeLog~	Sun Dec  3 02:14:46 1995
--- ChangeLog	Sun Dec  3 05:07:47 1995
***************
*** 1,3 ****
--- 1,11 ----
+ Sun Dec  3 04:19:33 1995  Jens Lautenbacher  <jtl@tkm.physik.uni-karlsruhe.de>
+ 
+ 	* gnus-topic.el (gnus-topic-mode-map): Using mouse-2 to hide/show
+ 	  topics works.
+ 
+ 	* gnus.el: (gnus-summary-initial-limit): fetching of old articles
+ 	  works in threads again if gnus-fetch-old-headers is t
+ 
  Sun Dec  3 00:34:01 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
  
  	* gnus-topic.el (gnus-topic-delete): New command and keystroke. 
*** gnus.el~	Sun Dec  3 02:14:38 1995
--- gnus.el	Sun Dec  3 04:20:07 1995
***************
*** 9579,9585 ****
  fetch-old-headers verbiage, and so on."
    ;; Most groups have nothing to remove.
    (if (and (null gnus-newsgroup-dormant)
! 	   (not (eq gnus-fetch-old-headers 'some))
  	   (null gnus-summary-expunge-below))
        () ; Do nothing.
      (setq gnus-newsgroup-limits 
--- 9579,9586 ----
  fetch-old-headers verbiage, and so on."
    ;; Most groups have nothing to remove.
    (if (and (null gnus-newsgroup-dormant)
! 	   (not (or (eq gnus-fetch-old-headers 'some)
! 		    gnus-fetch-old-headers))
  	   (null gnus-summary-expunge-below))
        () ; Do nothing.
      (setq gnus-newsgroup-limits 
*** gnus-topic.el~	Sun Dec  3 02:14:35 1995
--- gnus-topic.el	Sun Dec  3 05:01:32 1995
***************
*** 384,389 ****
--- 384,390 ----
    (define-key gnus-topic-mode-map "=" 'gnus-topic-select-group)
    (define-key gnus-topic-mode-map "\r" 'gnus-topic-select-group)
    (define-key gnus-topic-mode-map " " 'gnus-topic-read-group)
+   (define-key gnus-topic-mode-map gnus-mouse-2 'gnus-mouse-pick-topic)
    (define-key gnus-topic-mode-map "\C-k" 'gnus-topic-kill-group)
    (define-key gnus-topic-mode-map "\C-y" 'gnus-topic-yank-group)
    (define-key gnus-topic-mode-map "\M-g" 'gnus-topic-get-new-news-this-topic)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-12-03  4:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-12-03  4:12 first fixes... [sgnus-0.17] Jens Lautenbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).