Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus v5.6.37 is released
@ 1998-08-16 17:01 Lars Magne Ingebrigtsen
  1998-08-16 17:18 ` Anders Melchiorsen
  1998-08-16 18:59 ` Bud Rogers
  0 siblings, 2 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-08-16 17:01 UTC (permalink / raw)


Bug fixes.

Get it from <URL:http://www.gnus.org/gnus.tar.gz> or
"/ftp@ftp.gnus.org:/pub/emacs/gnus/".  The patch is available as
<URL:http://www.gnus.org/patches/gnus-5.6.36-5.6.37.diff.gz>.

ChangeLog since last release:

Sun Aug 16 18:59:41 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

	* gnus.el: Gnus v5.6.37 is released.

1998-08-16 14:52:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus.el: Autoload gnus-summary-wide-reply.

	* gnus-sum.el (gnus-get-newsgroup-headers): Return the value of
	In-Reply-To. 

	* gnus-msg.el (gnus-setup-message): Posting styles have to be
	configured in message-mode-hook.

	* nntp.el (nntp-connection-timeout): Restored.
	(nntp-open-connection): Use it.

1998-08-15 22:46:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-group.el (gnus-group-make-useful-group): Doc fix.

	* gnus-art.el (gnus-article-push-button): Place point where you
	click.

1998-08-15  Mike McEwan  <mike@lotusland.demon.co.uk>

	* gnus-agent.el (gnus-agent-save-group-info): Update "groups" file 
	if `nntp-server-list-active-group' is nil.

1998-08-15 00:35:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-score.el (gnus-summary-increase-score): Swap t and r.

	* gnus-sum.el (gnus-remove-thread): Didn't work with sparse
	threads. 

1998-08-14  François Pinard  <pinard@iro.umontreal.ca>

	* nndoc.el (nndoc-generate-mime-parts-head): Use original Subject,
	Message-ID, and References in fully blown articles.



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


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

* Re: Gnus v5.6.37 is released
  1998-08-16 17:01 Gnus v5.6.37 is released Lars Magne Ingebrigtsen
@ 1998-08-16 17:18 ` Anders Melchiorsen
  1998-08-16 17:26   ` Lars Magne Ingebrigtsen
  1998-08-16 18:59 ` Bud Rogers
  1 sibling, 1 reply; 8+ messages in thread
From: Anders Melchiorsen @ 1998-08-16 17:18 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

> Bug fixes.

With the sometimes rather rapid releases I find occasionally it a bit
annoying that I have to close down my XEmacs (losing lots of frames
and loaded files) to run a new version of Gnus.

*Do* I have to do that? Or is there some trick to flush Gnus entirely
out of memory and load the new one? No, I don't know much about Emacs...

-And

Press any key to continue or any other key to quit...


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

* Re: Gnus v5.6.37 is released
  1998-08-16 17:18 ` Anders Melchiorsen
@ 1998-08-16 17:26   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-08-16 17:26 UTC (permalink / raw)


Anders Melchiorsen <postmaster@and.nospam.kampsax.k-net.dk> writes:

> *Do* I have to do that? Or is there some trick to flush Gnus entirely
> out of memory and load the new one? 

`M-x gnus-unload' could possibly do the work.  I haven't tested that
in years, though.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: Gnus v5.6.37 is released
  1998-08-16 17:01 Gnus v5.6.37 is released Lars Magne Ingebrigtsen
  1998-08-16 17:18 ` Anders Melchiorsen
@ 1998-08-16 18:59 ` Bud Rogers
  1998-08-16 20:01   ` Lars Magne Ingebrigtsen
                     ` (2 more replies)
  1 sibling, 3 replies; 8+ messages in thread
From: Bud Rogers @ 1998-08-16 18:59 UTC (permalink / raw)


And built without warnings or errors, once I massaged the Makefile a bit.
I'm running Xemacs 20.3.  Configure generates a Makefile which says, among
other things,

EMACS = no
XEMACS = xemacs

	cd lisp && $(MAKE) EMACS=$(EMACS) lispdir=$(lispdir) all

Which fails.  If I change that to EMACS = xemacs, it builds fine.  Lars, am
I missing something obvious here?


-- 

Bud Rogers <budr@sirinet.net> 
  formerly <budr@tanet.net>


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

* Re: Gnus v5.6.37 is released
  1998-08-16 18:59 ` Bud Rogers
@ 1998-08-16 20:01   ` Lars Magne Ingebrigtsen
  1998-08-16 21:13   ` Bruce Stephens
  1998-08-22 19:07   ` Dave Love
  2 siblings, 0 replies; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-08-16 20:01 UTC (permalink / raw)


Bud Rogers <budr@sirinet.net> writes:

> Which fails.  If I change that to EMACS = xemacs, it builds fine.  Lars, am
> I missing something obvious here?

Dunno.  I know less than nothing about autoconf.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: Gnus v5.6.37 is released
  1998-08-16 18:59 ` Bud Rogers
  1998-08-16 20:01   ` Lars Magne Ingebrigtsen
@ 1998-08-16 21:13   ` Bruce Stephens
  1998-08-16 22:07     ` Bud Rogers
  1998-08-22 19:07   ` Dave Love
  2 siblings, 1 reply; 8+ messages in thread
From: Bruce Stephens @ 1998-08-16 21:13 UTC (permalink / raw)


Bud Rogers <budr@sirinet.net> writes:

> Which fails.  If I change that to EMACS = xemacs, it builds fine.  Lars, am
> I missing something obvious here?

Well, I always ignore the ability to make install.  (I have a symbolic
link from xemacs/site-lisp to the gnus lisp directory, and a similar
setup for info.)

So, I just do ./configure, and then "make x", which does a "make
EMACS=xemacs".


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

* Re: Gnus v5.6.37 is released
  1998-08-16 21:13   ` Bruce Stephens
@ 1998-08-16 22:07     ` Bud Rogers
  0 siblings, 0 replies; 8+ messages in thread
From: Bud Rogers @ 1998-08-16 22:07 UTC (permalink / raw)


Bruce Stephens <bruce@cenderis.demon.co.uk> writes:

> So, I just do ./configure, and then "make x", which does a "make
> EMACS=xemacs".
> 

You mean the x down in the "# Rule for Lars and nobody else."?  Ahem.  I
suppose it's been there all along.  Well, there's my helping of humble pie
for the day...

-- 

Bud Rogers <budr@sirinet.net> 
  formerly <budr@tanet.net>


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

* Re: Gnus v5.6.37 is released
  1998-08-16 18:59 ` Bud Rogers
  1998-08-16 20:01   ` Lars Magne Ingebrigtsen
  1998-08-16 21:13   ` Bruce Stephens
@ 1998-08-22 19:07   ` Dave Love
  2 siblings, 0 replies; 8+ messages in thread
From: Dave Love @ 1998-08-22 19:07 UTC (permalink / raw)


>>>>> "Bud" == Bud Rogers <budr@sirinet.net> writes:

 Bud> I'm running Xemacs 20.3.  Configure generates a Makefile which
 Bud> says, among other things,

 Bud> EMACS = no
 Bud> XEMACS = xemacs

 Bud> 	cd lisp && $(MAKE) EMACS=$(EMACS) lispdir=$(lispdir) all

Does this (untested) DTRT?  (I'm not sure it really is TRT, though.)
You'd need to run autoconf and probably delete config.cache.

1998-08-22  Dave Love  <d.love@dl.ac.uk>

	* Makefile.in ($(srcdir)/configure): Depend on aclocal.m4.

	* aclocal.m4 (AM_PATH_LISPDIR): Use AC_PATH_PROGS, not
	AC_PATH_PROG.

===================================================================
RCS file: Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 Makefile.in
--- Makefile.in	1998/08/22 18:39:28	1.1
+++ Makefile.in	1998/08/22 18:40:35
@@ -48,7 +48,7 @@
 
 config.status: $(srcdir)/configure
 	$(SHELL) ./config.status --recheck
-$(srcdir)/configure: $(srcdir)/configure.in
+$(srcdir)/configure: $(srcdir)/configure.in $(srcdir)/aclocal.m4
 	cd $(srcdir) && autoconf
 Makefile: $(srcdir)/Makefile.in config.status
 	CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
===================================================================
RCS file: aclocal.m4,v
retrieving revision 1.1
diff -u -r1.1 aclocal.m4
--- aclocal.m4	1998/08/22 18:38:29	1.1
+++ aclocal.m4	1998/08/22 18:38:35
@@ -4,7 +4,7 @@
  [# If set to t, that means we are running in a shell under Emacs.
   # If you have an Emacs named "t", then use the full path.
   test "$EMACS" = t && EMACS=
-  AC_PATH_PROG(EMACS, emacs xemacs, no)
+  AC_PATH_PROGS(EMACS, emacs xemacs, no)
   if test $EMACS != "no"; then
     AC_MSG_CHECKING([where .elc files should go])
     dnl Set default value


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

end of thread, other threads:[~1998-08-22 19:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-16 17:01 Gnus v5.6.37 is released Lars Magne Ingebrigtsen
1998-08-16 17:18 ` Anders Melchiorsen
1998-08-16 17:26   ` Lars Magne Ingebrigtsen
1998-08-16 18:59 ` Bud Rogers
1998-08-16 20:01   ` Lars Magne Ingebrigtsen
1998-08-16 21:13   ` Bruce Stephens
1998-08-16 22:07     ` Bud Rogers
1998-08-22 19:07   ` Dave Love

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