Gnus development mailing list
 help / color / mirror / Atom feed
* September Gnus 0.69 is released
@ 1996-04-10  2:47 Lars Magne Ingebrigtsen
  1996-04-11  7:38 ` Steven L Baur
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-04-10  2:47 UTC (permalink / raw)


Bug fixes.

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 Apr 10 00:25:17 1996  Lars Magne Ingebrigtsen  <larsi@aegir.ifi.uio.no>

	* nnvirtual.el (nnvirtual-close-group): Nix out variables.

	* gnus-cache.el (gnus-cache-possibly-remove-article): Didn't work
	in virtual groups.
	(gnus-cache-possibly-enter-article): Ditto.

	* message.el (message-do-fcc): Remove separator.

	* gnus-nocem.el (gnus-nocem-scan-groups): Use own dependencies
	hash table.

Tue Apr  9 23:37:36 1996  Brad Miller  <bmiller@cs.umn.edu>

	* gnus-gl.el: New version.

Tue Apr  9 23:08:20 1996  Lars Magne Ingebrigtsen  <larsi@aegir.ifi.uio.no>

	* gnus.el (gnus-article-de-quoted-unreadable): Downcase type.
	(gnus-fetch-field): Inhibit point-motion hooks.

Tue Apr  9 10:50:20 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>

	* message.el (message-user-mail-address): Pick out <addrs>. 

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


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

* Re: September Gnus 0.69 is released
  1996-04-10  2:47 September Gnus 0.69 is released Lars Magne Ingebrigtsen
@ 1996-04-11  7:38 ` Steven L Baur
  0 siblings, 0 replies; 2+ messages in thread
From: Steven L Baur @ 1996-04-11  7:38 UTC (permalink / raw)


More cleanup on the message-mode update.  Gnus-setup no longer
properly initializes mailcrypt.
===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.75
diff -u -r1.75 ChangeLog
--- ChangeLog	1996/04/10 04:19:20	1.75
+++ ChangeLog	1996/04/11 07:33:15
@@ -1,3 +1,8 @@
+Thu Apr 11 00:32:33 1996  Steven L Baur  <steve@miranova.com>
+
+	* gnus-setup.el (gnus-use-mailcrypt): Attach mailcrypt
+	initialization to message-mode-hook.
+
 Wed Apr 10 00:25:17 1996  Lars Magne Ingebrigtsen  <larsi@aegir.ifi.uio.no>
 
 	* nnvirtual.el (nnvirtual-close-group): Nix out variables.

===================================================================
RCS file: RCS/gnus-setup.el,v
retrieving revision 1.9
diff -u -r1.9 gnus-setup.el
--- gnus-setup.el	1996/04/09 02:49:40	1.9
+++ gnus-setup.el	1996/04/11 07:31:44
@@ -103,9 +103,7 @@
  	  (setq load-path (cons gnus-mailcrypt-lisp-directory load-path)))
       (autoload 'mc-install-write-mode "mailcrypt" nil t)
       (autoload 'mc-install-read-mode "mailcrypt" nil t)
-      (add-hook 'mail-mode-hook 'mc-install-write-mode)
-      (add-hook 'news-mode-hook 'mc-install-write-mode)
-      (add-hook 'news-reply-mode-hook 'mc-install-write-mode)
+      (add-hook 'message-mode-hook 'mc-install-write-mode)
       (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode)
       (if gnus-use-mhe
 	  (progn

-- 
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] 2+ messages in thread

end of thread, other threads:[~1996-04-11  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-10  2:47 September Gnus 0.69 is released Lars Magne Ingebrigtsen
1996-04-11  7:38 ` Steven L Baur

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