Gnus development mailing list
 help / color / mirror / Atom feed
From: Jens Lautenbacher <jtl@tkm.physik.uni-karlsruhe.de>
Subject: first fixes... [sgnus-0.17]
Date: Sun, 3 Dec 1995 05:12:25 +0100	[thread overview]
Message-ID: <"nz11.rz.un.846:03.12.95.04.14.43"@rz.uni-karlsruhe.de> (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)


                 reply	other threads:[~1995-12-03  4:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='"nz11.rz.un.846:03.12.95.04.14.43"@rz.uni-karlsruhe.de' \
    --to=jtl@tkm.physik.uni-karlsruhe.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).