Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Oort Gnus v0.20 is released
Date: Thu, 01 May 2003 09:57:39 +0200	[thread overview]
Message-ID: <m365ov6qy3.fsf@quimbies.gnus.org> (raw)

Ok, this is probably the final Oort Gnus release before Gnus 5.10
later today.  Please test this to see whether it works or not, and if
not, send bug reports.

Gnus 5.10 will be released in about 8 hours...  T minus 28800 and
counting...

Get it from <URL:http://quimby.gnus.org/gnus/dist/ognus-0.20.tar.gz>
or "/ftp@quimby.gnus.org:/pub/gnus/".  The patch is available as
<URL:ftp://quimby.gnus.org/pub/gnus/ding-patches/ognus-0.19-0.20.diff.gz>.

ChangeLog since last release:

2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>

	* gnus.el: Oort Gnus v0.20 is released.

2003-05-01  Vasily Korytov  <deskpot@despammed.com>

	* gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.

2003-04-30  Mark A. Hershberger  <mah@everybody.org>

	* mm-url.el (mm-url-insert-file-contents): set url-current-object
	in the case where mm-url-use-external is set.

	* nnrss.el (nnrss-request-article): Change the messages created to
	multipart/alternative.  Hopefully fixes a problem interaction with
	w3m.
	(nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
	around.

2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* message.el (message-check-news-header-syntax): Alter "posting"
	message. 

	* nnrss.el (nnrss-node-text): Don't use char classes.

2003-05-01  David Z. Maze  <dmaze@mit.edu>

	* nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
	in condition-case.

2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* message.el (message-required-headers): Remove In-Reply-To.

	* gnus-int.el (gnus-open-server): Revert changes.

2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>

	* gnus-int.el (gnus-open-server): Try to open unagentized servers
	even when unplugged.

2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>

	* gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
	doc-string.

2003-05-01  Steve Youngs  <youngs@xemacs.org>

	* lpath.el: Add a section for non-Mule XEmacsen.
	fbind `find-charset-string' and `coding-system-base' in that
	section.

	* gnus-util.el (gnus-completing-read-maybe-default): New.
	(gnus-completing-read): Use it.

	* mm-view.el (mm-view-pkcs7-decrypt): Ditto.

	* gnus-art.el (gnus-read-string): New.
	(gnus-summary-pipe-to-muttprint): Use it.

	* gnus-xmas.el (gnus-xmas-open-network-stream): New.

	* dns.el (dns-make-network-process): Use it.

	Take care of some differences between XEmacs 21.1 and newer
	versions of XEmacs.

2003-04-30  Teodor Zlatanov  <tzz@bwh.harvard.edu>

	* gnus-registry.el (gnus-registry-split-fancy-with-parent): added
	diagnostic message
	(gnus-registry-grep-in-list): don't run when word is nil
	(gnus-registry-fetch-message-id-fast): new function
	(gnus-registry-delete-group, gnus-registry-add-group): make sure
	the id and group are not nil
	(gnus-registry-register-message-ids): new function
	(gnus-register-action): optimized logical flow
	(gnus-summary-prepare-hook): added gnus-registry-register-message-ids

2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>

	* gnus-delay.el (gnus-delay-article): Call
	`gnus-agent-queue-setup' to create the delay group.

	* gnus-agent.el (gnus-agent-queue-setup): Support optional arg
	for the (queue) group name.

2003-04-30  Simon Josefsson  <jas@extundo.com>

	* mm-util.el (mm-charset-to-coding-system): Use user specified
	charset unless coding-system-get is fboundp.

2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>

	* gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
	Wrapped in eval-when-compile.
	(gnus-agent-mode): Bind gnus-agent-go-online to nil as you
	shouldn't be asked twice to go online with each server.
	(gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
	gnus-agent-crosspost, gnus-agent-flush-cache,
	gnus-agent-fetch-session, gnus-agent-unread-articles,
	gnus-agent-uncached-articles, gnus-agent-regenerate-group,
	gnus-agent-group-covered-p): Expanded pop macros used for
	effect. Avoids compilation warning in emacs 21.3.

	* gnus-int.el (gnus-open-server): Restructured to only open
	nnagent when gnus-plugged is nil.

2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>

	* lpath.el: Fbind string-to-multibyte.

2003-04-30  Steve Youngs  <youngs@xemacs.org>

	* dgnushack.el: Add some missing autoloads for XEmacs 21.1.

2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>

	* gnus-registry.el (gnus-registry-fetch-group): faster
	(gnus-registry-delete-group): new function
	(gnus-registry-add-group): new function
	(gnus-register-spool-action): use it
	(gnus-register-action): use it
	(gnus-registry-translate-from-alist) 
	(gnus-registry-translate-to-alist): remove the headers registry
	for now

2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>

	* gnus-art.el (gnus-button-alist): Fixed CTAN regexp.

2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>

	* spam-report.el (spam-report-gmane): gnus-summary-article-number
	is not necessary, just use the function parameter

2003-04-29  Karl Pflysterer  <sigurd@12move.de>

	* spam-stat.el (spam-stat-save): No longer font-locks the file
	when saving

2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>

	* canlock.el: Bind mail-header-separator when compiling (XEmacs
	provides it in mail-lib/auto-autoloads.el).

2003-04-29  Simon Josefsson  <jas@extundo.com>

	* mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
	message-sender.

	* mml.el (mml-generate-mime-1): Set mml-sender too.

2003-04-29  Jesper Harder  <harder@ifa.au.dk>

	* gnus-sum.el (gnus-summary-display-while-building): Docstring fix.

	* mm-url.el (mm-url-use-external): do.

2003-04-29  Simon Josefsson  <jas@extundo.com>

	* canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
	warnings).

	* sieve-mode.el (c-mode): Ditto.

	* pgg.el (run-at-time): Ditto.

	* mm-url.el (require): Require timer when compiling for
	with-timeout macro (fix xemacs compile warnings).

2003-04-28  Dave Love  <fx@gnu.org>

	* gnus-util.el (nnheader): Don't require.
	(Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
	Autoload.

	* spam.el: Require cl when compiling.

	* dns.el: Require cl when compiling.

2003-04-28  Jesper Harder  <harder@ifa.au.dk>

	* gnus-art.el (gnus-article-goto-next-page)
	(gnus-article-goto-prev-page): Revert 2003-02-12 change to make
	gnus-pick-mode work.

2003-04-28  Steve Youngs  <youngs@xemacs.org>

	* Makefile.in (FLAGS): Use @FLAGS@.

2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>

	* gnus-art.el (gnus-mime-display-multipart-as-mixed) 
	(gnus-mime-display-multipart-alternative-as-mixed) 
	(gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
	allow customization.

2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>

	* dgnushack.el (dgnushack-compile-verbosely): New function.  Not
	currently called (See source for explanation).

2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages. 
	(gnus-summary-mark-read-and-unread-as-read): Take an optional
	mark.

	* gnus.el (gnus-version-number): Bump.



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



             reply	other threads:[~2003-05-01  7:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-01  7:57 Lars Magne Ingebrigtsen [this message]
2003-05-01 11:51 ` Oystein Viggen
2003-05-01 14:57   ` Vasily Korytov
2003-05-01 15:39     ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m365ov6qy3.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).