From 2e8221b924af58576df2827087d765a3c26c31f3 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 15 Oct 1996 19:05:46 +0000 Subject: [PATCH] Changes to news reader. --- v7/src/edwin/edwin.pkg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 84a68a0a4..7fa27d840 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: edwin.pkg,v 1.199 1996/10/10 10:30:00 cph Exp $ +$Id: edwin.pkg,v 1.200 1996/10/15 19:05:46 cph Exp $ Copyright (c) 1989-96 Massachusetts Institute of Technology @@ -1657,6 +1657,7 @@ MIT in each case. |# edwin-command$news-previous-unread-article edwin-command$news-previous-unread-article-in-thread edwin-command$news-read-group-headers + edwin-command$news-read-marked-bodies edwin-command$news-read-subscribed-group-headers edwin-command$news-refresh-group edwin-command$news-refresh-groups @@ -1693,9 +1694,11 @@ MIT in each case. |# edwin-variable$news-group-author-column edwin-variable$news-group-ignore-hidden-subjects edwin-variable$news-group-ignored-subject-retention + edwin-variable$news-group-keep-seen-headers edwin-variable$news-group-mode-hook edwin-variable$news-group-show-author-name edwin-variable$news-group-show-context-headers + edwin-variable$news-group-show-seen-headers edwin-variable$news-group-truncate-subject edwin-variable$news-initially-collapse-threads edwin-variable$news-join-threads-with-same-subject @@ -1740,6 +1743,7 @@ MIT in each case. |# news-group:first-article news-group:header news-group:headers + news-group:id->header news-group:last-article news-group:name news-group:pre-read-headers @@ -1760,6 +1764,8 @@ MIT in each case. |# news-header:message-id news-header:n-lines news-header:number + news-header:pre-read-body + news-header:pre-read-body? news-header:read-body news-header:reader-hook news-header:real? -- 2.25.1