Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus v5.2.14 is released
@ 1996-06-10  3:46 Lars Magne Ingebrigtsen
  1996-06-10  5:34 ` typo? (Re: Gnus v5.2.14 is released) Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-06-10  3:46 UTC (permalink / raw)


Native X-Face support under XEmacs.

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

ChangeLog since last release:

Mon Jun 10 05:20:24 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* gnus-cus.el (()): Display X face by default.

	* gnus-xmas.el (gnus-article-x-face-command): New default.

	* gnus-ems.el: Moved x-face.

	* gnus-xmas.el (gnus-xmas-article-display-xface): New function.

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


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

* typo? (Re: Gnus v5.2.14 is released)
  1996-06-10  3:46 Gnus v5.2.14 is released Lars Magne Ingebrigtsen
@ 1996-06-10  5:34 ` Katsumi Yamaoka
  1996-06-10  8:02   ` SAKIYAMA Nobuo
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 1996-06-10  5:34 UTC (permalink / raw)


[-- Attachment #1: nnml.el.diff --]
[-- Type: application/octet-stream, Size: 397 bytes --]

--- nnml.el.orig	Mon Jun 10 12:46:27 1996
+++ nnml.el	Mon Jun 10 14:29:06 1996
@@ -681,7 +681,7 @@
 	dir)
     (while dirs 
       (setq dir (pop dirs))
-      (when (and (not (member (file-name-nondirectory file) '("." "..")))
+      (when (and (not (member (file-name-nondirectory dir) '("." "..")))
 		 (file-directory-p dir))
 	(nnml-generate-nov-databases-1 dir))))
   ;; Do this directory.


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

* Re: typo? (Re: Gnus v5.2.14 is released)
  1996-06-10  5:34 ` typo? (Re: Gnus v5.2.14 is released) Katsumi Yamaoka
@ 1996-06-10  8:02   ` SAKIYAMA Nobuo
  0 siblings, 0 replies; 3+ messages in thread
From: SAKIYAMA Nobuo @ 1996-06-10  8:02 UTC (permalink / raw)


similar problem.

--- nnmh.el.dist        Mon Jun 10 12:46:42 1996
+++ nnmh.el     Mon Jun 10 16:21:01 1996
@@ -195,7 +195,7 @@
        dir)
     ;; Recurse down directories.
     (while (setq dir (pop dirs))
-      (when (and (not (member (file-name-nondirectory file) '("." "..")))
+      (when (and (not (member (file-name-nondirectory dir) '("." "..")))
                 (file-directory-p dir)
                 (file-readable-p dir))
        (nnmh-request-list-1 dir))))
--
SAKIYAMA Nobuo        nobuo@is.s.u-tokyo.ac.jp


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

end of thread, other threads:[~1996-06-10  8:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-06-10  3:46 Gnus v5.2.14 is released Lars Magne Ingebrigtsen
1996-06-10  5:34 ` typo? (Re: Gnus v5.2.14 is released) Katsumi Yamaoka
1996-06-10  8:02   ` SAKIYAMA Nobuo

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