Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus v5.4.20 is released
@ 1997-03-07  0:38 Lars Magne Ingebrigtsen
  1997-03-07  9:29 ` Gnus v5.4.21 " Philippe Schnoebelen
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-03-07  0:38 UTC (permalink / raw)


Bug fixes.

Get it from <URL:http://www.ifi.uio.no/~larsi/gnus.tar.gz> or 
"ftp.ifi.uio.no:/pub/emacs/gnus/".  The patch is available as
<URL:http://www.ifi.uio.no/~larsi/ding-patches/gnus-5.4.19-5.4.20.diff.gz>

ChangeLog since last release:

Fri Mar  7 01:33:34 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

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

Fri Mar  7 00:12:39 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* message.el (message-header-to-face): New faces.
	(message-font-lock-keywords): Use them.

	* gnus-sum.el (gnus-summary-make-menu-bar): No addition.
	(gnus-summary-move-article): When crossposting, get the Xrefs
	header right.

	* nnfolder.el (nnfolder-request-accept-article): Work when
	respooling. 



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


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

* Gnus v5.4.21 is released
  1997-03-07  0:38 Gnus v5.4.20 is released Lars Magne Ingebrigtsen
@ 1997-03-07  9:29 ` Philippe Schnoebelen
  1997-03-07 17:13   ` Shane Holder
  0 siblings, 1 reply; 5+ messages in thread
From: Philippe Schnoebelen @ 1997-03-07  9:29 UTC (permalink / raw)



I just installed 5.4.21 successfully.

One suggestion: after I compile gnus, I always install the info files
manually to some $(infodir).  Could it be possible to have something in the
Makefile so that 'make install' does this automatically ?

Many thanks for your time and dedication !

--Philippe


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

* Re: Gnus v5.4.21 is released
  1997-03-07  9:29 ` Gnus v5.4.21 " Philippe Schnoebelen
@ 1997-03-07 17:13   ` Shane Holder
  0 siblings, 0 replies; 5+ messages in thread
From: Shane Holder @ 1997-03-07 17:13 UTC (permalink / raw)
  Cc: ding

>>>>> "Philippe" == Philippe Schnoebelen <Philippe.Schnoebelen@lsv.ens-cachan.fr> writes:

  Philippe> I just installed 5.4.21 successfully.

  Philippe> One suggestion: after I compile gnus, I always install the
  Philippe> info files manually to some $(infodir).  Could it be
  Philippe> possible to have something in the Makefile so that 'make
  Philippe> install' does this automatically ?

    Don't know if this would work for you, but if you put the
directory that contains the info files for the newly installed gnus
first in your Info-default-directory-list then when you select the
menu gnus in info it will pick up the first gnus.info file it comes
across.

I set mine like:

(setq Info-default-directory-list
      (append
       (list
	(expand-file-name "~/lib/elisp/packages/gnus/texi/")
	(expand-file-name "~/lib/elisp/bbdb/")
	(expand-file-name "~/lib/elisp/dmacro/"))
       Info-default-directory-list
       (list 
	(expand-file-name "~/lib/info/")
	(expand-file-name "/usr/local/local-info/"))
       ))

    The first 3 directories don't have a dir or localdir file in them.
The directory ~/lib/info contains only a dir and localdir that
contains menu items for bbdb and dmacro (these packages don't ship
with xemacs, and thus don't have a menu entry in the default dir).
    Then /usr/local/local-info contains a dir and localdir with
entries for all the info files in that directory, none of which are
duplicated in any of the other directories.

    This way you don't have to change the dir/localdir entries unless
you add a completely new info document.  If you want the latest gnus
docs, you just put it first in the Info-default-directory-list
variable, and the menu item under
<prefix>/lib/xemacs-<version>/info/dir will select it.

-- 
Shane Holder                                 e-mail: holder@rsn.hp.com
Hewlett Packard                               phone:     (214)497-4182
3000 Waterview
Richardson, TX 75083


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

* Re: Gnus v5.4.21 is released
  1997-03-07  6:37 Lars Magne Ingebrigtsen
@ 1997-03-08 19:48 ` Hrvoje Niksic
  0 siblings, 0 replies; 5+ messages in thread
From: Hrvoje Niksic @ 1997-03-08 19:48 UTC (permalink / raw)


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

> 	* gnus.el: Removed all compilation warnings under both Emacs and
> 	XEmacs.

What a feast for the eyes.  I byte-compiled Gnus twice in a row, just
to enjoy the looks of it.

\f
OK, OK, the second time was a mistake -- after fixing gnus.texi I
typed just `make x', which removed all of my .elc-s. :-)

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Good pings come in small packets.


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

* Gnus v5.4.21 is released
@ 1997-03-07  6:37 Lars Magne Ingebrigtsen
  1997-03-08 19:48 ` Hrvoje Niksic
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-03-07  6:37 UTC (permalink / raw)


Bug fixes.

Get it from <URL:http://www.ifi.uio.no/~larsi/gnus.tar.gz> or 
"ftp.ifi.uio.no:/pub/emacs/gnus/".  The patch is available as
<URL:http://www.ifi.uio.no/~larsi/ding-patches/gnus-5.4.20-5.4.21.diff.gz>

ChangeLog since last release:

Fri Mar  7 07:36:14 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

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

Fri Mar  7 04:17:40 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* nnfolder.el (nnfolder-request-accept-article): Switch to the
	right folder.

	* Makefile (gnus-load.el): cus-edit.

	* gnus.el: Removed all compilation warnings under both Emacs and
	XEmacs. 

	* cus-face.el: Moved variable defintions around a bit to avoid
	compilation warnings.

	* nnmail.el (nnmail-cache-message-id-when-accepting): New
	variable. 

	* nnfolder.el (nnfolder-dont-cache-message-id): Removed.
	* nnmh.el (nnmh-request-accept-article): Ditto.
	* nnbabyl.el (nnbabyl-request-accept-article): Ditto.
	* nnml.el (nnml-request-accept-article): Ditto.
	* nnmbox.el (nnmbox-request-accept-article): Use it.

Thu Mar  6 18:22:29 1997  Steven L Baur  <steve@altair.xemacs.org>

	* nnfolder.el (nnfolder-dont-cache-message-id): Variable to allow
	backwards compatibility with respect to saved messages.
	(nnfolder-request-accept-article): Use it.

Fri Mar  7 04:10:21 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* nnmail.el: Autoload pop3.



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


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

end of thread, other threads:[~1997-03-08 19:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-03-07  0:38 Gnus v5.4.20 is released Lars Magne Ingebrigtsen
1997-03-07  9:29 ` Gnus v5.4.21 " Philippe Schnoebelen
1997-03-07 17:13   ` Shane Holder
1997-03-07  6:37 Lars Magne Ingebrigtsen
1997-03-08 19:48 ` Hrvoje Niksic

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