Gnus development mailing list
 help / color / mirror / Atom feed
* September Gnus v0.85 is released
@ 1996-05-15  5:05 Lars Magne Ingebrigtsen
  1996-05-15 18:44 ` September Gnus v0.85 is released (patch) Steven L Baur
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-05-15  5:05 UTC (permalink / raw)


Small bug fix.

Get it from <URL:http://www.ifi.uio.no/~larsi/sgnus.tar.gz> or 
"ftp.ifi.uio.no:/pub/emacs/gnus/".

ChangeLog since last release:

Wed May 15 03:52:50 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>

	* nnspool.el (nnspool-open-server): Use directory file name. 

	* gnus-topic.el (gnus-topic-create-topic): Changed prompt.

Tue May 14 03:16:43 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>

	* gnus.el (gnus-decode-rfc1522): Only decode headers; changed
	name. 

	* nnmail.el (nnmail-get-spool-files): Anchor matches.

	* gnus.el (gnus-summary-expire-articles-now): Didn't work in group
	with group params.
	(gnus-summary-expire-articles): Accept `now' parameter.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: September Gnus v0.85 is released (patch)
  1996-05-15  5:05 September Gnus v0.85 is released Lars Magne Ingebrigtsen
@ 1996-05-15 18:44 ` Steven L Baur
  1996-05-15 22:09   ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Steven L Baur @ 1996-05-15 18:44 UTC (permalink / raw)


Oops.

===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.89
diff -u -r1.89 ChangeLog
--- ChangeLog	1996/05/15 16:40:29	1.89
+++ ChangeLog	1996/05/15 18:41:31
@@ -1,3 +1,7 @@
+Wed May 15 11:41:09 1996  Steven L Baur  <steve@miranova.com>
+
+	* nnmail.el (nnmail-get-spool-files): Fix typo.
+
 Wed May 15 03:52:50 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
 
 	* nnspool.el (nnspool-open-server): Use directory file name. 
===================================================================
RCS file: RCS/nnmail.el,v
retrieving revision 1.32
diff -u -r1.32 nnmail.el
--- nnmail.el	1996/05/15 16:40:29	1.32
+++ nnmail.el	1996/05/15 18:30:08
@@ -885,7 +885,7 @@
 		     nnmail-use-procmail)
 		 (directory-files 
 		  nnmail-procmail-directory 
-		  t (concat (if group (concat "/" group) "")
+		  t (concat (if group (concat "^" group) "")
 			    nnmail-procmail-suffix "$") t)))
 	   (p procmails)
 	   (crash (when (and (file-exists-p nnmail-crash-box)

-- 
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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: September Gnus v0.85 is released (patch)
  1996-05-15 18:44 ` September Gnus v0.85 is released (patch) Steven L Baur
@ 1996-05-15 22:09   ` Katsumi Yamaoka
  0 siblings, 0 replies; 3+ messages in thread
From: Katsumi Yamaoka @ 1996-05-15 22:09 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 115 bytes --]

>>>>> In <m2u3xhydxa.fsf@deanna.miranova.com>
>>>>>	Steven L Baur <steve@miranova.com> wrote:

> Oops.

  Heavens.

[-- Attachment #2: message.el.diff --]
[-- Type: application/octet-stream, Size: 774 bytes --]

--- message.el.orig	Wed May 15 14:04:50 1996
+++ message.el	Thu May 16 07:01:26 1996
@@ -2268,7 +2268,7 @@
   (interactive)
   (unless (message-news-p)
     (error "This is not a news article; canceling is impossible"))
-  (when (yes-or-no-p "Do you really want to cancel this article? "))
+  (when (yes-or-no-p "Do you really want to cancel this article? ")
   (let (from newsgroups message-id distribution buf)
     (save-excursion
       ;; Get header info. from original article.
@@ -2300,7 +2300,7 @@
       (let ((message-syntax-checks 'dont-check-for-anything-just-trust-me))
 	(funcall message-send-news-function))
       (message "Canceling your article...done")
-      (kill-buffer buf))))
+      (kill-buffer buf)))
 
 ;;;###autoload
 (defun message-supersede ()

[-- Attachment #3: Type: text/plain, Size: 65 bytes --]

-- 
(insert-file-contents (expand-file-name "~/.signature")) ;-p

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-05-15 22:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-15  5:05 September Gnus v0.85 is released Lars Magne Ingebrigtsen
1996-05-15 18:44 ` September Gnus v0.85 is released (patch) Steven L Baur
1996-05-15 22:09   ` Katsumi Yamaoka

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).