Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: September Gnus 0.30 is released
Date: 20 Jan 1996 21:04:40 -0800	[thread overview]
Message-ID: <m2ybr2p28n.fsf@miranova.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 20 Jan 1996 18:09:07 -0800

===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.28
diff -u -r1.28 ChangeLog
--- ChangeLog	1996/01/21 04:19:08	1.28
+++ ChangeLog	1996/01/21 04:40:56
@@ -1,3 +1,11 @@
+Sat Jan 20 20:39:03 1996  Steven L. Baur  <steve@miranova.com>
+
+	* nnmbox.el (nnmbox-read-mbox): find-file-noselect ->
+	nnheader-find-file-noselect.
+
+	* gnus-cache.el (gnus-jog-cache): Added parameter to call to
+	gnus-group-mark-buffer.
+
 Sun Jan 21 01:59:13 1996  Lars Magne Ingebrigtsen  <larsi@eistla.ifi.uio.no>
 
 	* gnus.el (gnus-summary-recenter): Recenter horizontally.

===================================================================
RCS file: RCS/nnmbox.el,v
retrieving revision 1.7
diff -u -r1.7 nnmbox.el
--- nnmbox.el	1996/01/18 00:38:14	1.7
+++ nnmbox.el	1996/01/21 04:40:33
@@ -501,7 +501,8 @@
       (let ((delim (concat "^" rmail-unix-mail-delimiter))
 	    start end)
 	(set-buffer (setq nnmbox-mbox-buffer 
-			  (find-file-noselect nnmbox-mbox-file nil 'raw)))
+			  (nnheader-find-file-noselect
+			   nnmbox-mbox-file nil 'raw)))
 	(buffer-disable-undo (current-buffer))
 	(goto-char (point-min))
 	(while (re-search-forward delim nil t)

===================================================================
RCS file: RCS/gnus-cache.el,v
retrieving revision 1.12
diff -u -r1.12 gnus-cache.el
--- gnus-cache.el	1996/01/21 04:19:08	1.12
+++ gnus-cache.el	1996/01/21 04:35:40
@@ -456,7 +456,7 @@
     ;; Start Gnus.
     (gnus)
     ;; Go through all groups...
-    (gnus-group-mark-buffer)
+    (gnus-group-mark-buffer nil)
     (gnus-group-universal-argument 
      nil nil 
      (lambda ()

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.


  reply	other threads:[~1996-01-21  5:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-21  2:09 Lars Magne Ingebrigtsen
1996-01-21  5:04 ` Steven L Baur [this message]
1996-01-21 16:46 ` Nathan O. Siemers
1996-01-22  2:51   ` Lars Magne Ingebrigtsen
1996-01-22  3:14 ` srivasta
1996-01-23 15:57   ` Lars Magne Ingebrigtsen
1996-01-24 13:40     ` Kai Grossjohann
1996-01-25 20:08       ` Lars Magne Ingebrigtsen
1996-02-01 17:03         ` Hallvard B Furuseth
1996-01-22  3:18 ` srivasta

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=m2ybr2p28n.fsf@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).