Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: September Gnus 0.41 is released
Date: 22 Feb 1996 20:22:15 -0800	[thread overview]
Message-ID: <m2wx5ey8lk.fsf@deanna.miranova.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 22 Feb 1996 18:35:57 -0800

Let me try this again.
===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.43
diff -u -r1.43 ChangeLog
--- ChangeLog	1996/02/23 03:24:58	1.43
+++ ChangeLog	1996/02/23 04:20:09
@@ -1,3 +1,8 @@
+Thu Feb 22 20:19:47 1996  Steven L. Baur  <steve@miranova.com>
+
+	* nnbabyl.el (nnbabyl-request-expire-articles): set-text-properties
+	should be called as gnus-set-text-properties.
+
 Fri Feb 23 00:24:55 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 	* gnus.el (gnus-read-active-file): Would put wrong method on
===================================================================
RCS file: RCS/nnbabyl.el,v
retrieving revision 1.17
diff -u -r1.17 nnbabyl.el
--- nnbabyl.el	1996/02/23 03:24:58	1.17
+++ nnbabyl.el	1996/02/23 04:19:39
@@ -273,7 +273,7 @@
 
     (save-excursion 
       (set-buffer nnbabyl-mbox-buffer)
-      (set-text-properties (point-min) (point-max) nil)
+      (gnus-set-text-properties (point-min) (point-max) nil)
       (while (and articles is-old)
 	(goto-char (point-min))
 	(if (search-forward (nnbabyl-article-string (car articles)) nil t)

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.


  reply	other threads:[~1996-02-23  4:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-23  2:35 Lars Magne Ingebrigtsen
1996-02-23  4:22 ` Steven L Baur [this message]
1996-02-23  8:17 ` Helmut Muelner
1996-02-23 17:22   ` Steven L Baur
1996-02-24 13:33     ` Deleting concatenation directories Stainless Steel Rat
1996-02-24 19:49       ` Steven L Baur
1996-02-25 19:04         ` Stainless Steel Rat
1996-02-26 12:49         ` Lars Magne Ingebrigtsen
1996-02-26 12:49       ` Lars Magne Ingebrigtsen
1996-02-24  7:44   ` September Gnus 0.41 is released Lars Magne Ingebrigtsen
1996-02-23 10:15 ` SCORING bug again (was: September Gnus 0.41 is released) boubaker
1996-02-23 10:37 September Gnus 0.41 is released d. hall
1996-02-24  7:44 ` Lars Magne Ingebrigtsen

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=m2wx5ey8lk.fsf@deanna.miranova.com \
    --to=steve@miranova.com \
    /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).