Lars Magne Ingebrigtsen | 1 May 2013 22:14
Picon
Favicon
Gravatar

Ma Gnus v0.7 is released

Let's celebrate May 1st by doing another Ma Gnus release!  Just one year
since the last one, which also happened to be on May 1st.  Funny
coincidence.

What's new?  Er...  some bugs were fixed...  and the notifications stuff
was added...

And stuff.

Get it by saying

  git clone http://git.gnus.org/gnus.git && cd gnus && git checkout m0-7

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-m0-7.zip

ChangeLog since last release:

2013-05-01  Lars Magne Ingebrigtsen  <lars <at> ingebrigtsen.no>

	* gnus.el: Ma Gnus v0.7 is released.

2013-05-01  Katsumi Yamaoka  <yamaoka <at> jpl.org>

	* gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
	(Bug#14304)

2013-04-27  Glenn Morris  <rgm <at> gnu.org>

(Continue reading)

Lars Magne Ingebrigtsen | 1 May 2012 23:59
Picon
Favicon
Gravatar

Ma Gnus v0.4 is released

The traditional (and almost late) May 1st release!

Get it by saying

  git clone http://git.gnus.org/gnus.git && cd gnus && git checkout m0-4

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-m0-4.zip

ChangeLog since last release:

2012-05-01  Lars Magne Ingebrigtsen  <lars <at> ingebrigtsen.no>

	* gnus.el: Ma Gnus v0.5 is released.

2012-04-28  Stefan Monnier  <monnier <at> iro.umontreal.ca>

	* auth-source.el (auth-source--aput-1, auth-source--aput)
	(auth-source--aget): New functions and macros.
	Use them instead of aput/aget.

2012-04-27  Andreas Schwab  <schwab <at> linux-m68k.org>

	* gnus.el (debbugs-gnu): Don't override existing autoload definition.

2012-04-26  Daiki Ueno  <ueno <at> unixuser.org>

	* plstore.el (plstore-called-interactively-p): New compat macro copied
	from message.el.
(Continue reading)

Lars Ingebrigtsen | 15 Feb 2012 10:13
Picon
Favicon
Gravatar

Ma Gnus v0.3 is released

A bit of new functionality, but the main point here is to just bump the
version number so that bad `unexist' data can be flushed from
.newsrc.eld.

Get it by saying

  git clone http://git.gnus.org/gnus.git && cd gnus && git checkout m0-3

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-m0-3.zip

ChangeLog since last release:

2012-02-15  Lars Magne Ingebrigtsen  <lars <at> ingebrigtsen.no>

	* gnus.el: Ma Gnus v0.3 is released.

2012-02-15  Lars Ingebrigtsen  <larsi <at> gnus.org>

	* gnus-sum.el (gnus-summary-local-variables): Make
	`gnus-newsgroup-unexist' into a local variable.

2012-02-14  Teodor Zlatanov  <tzz <at> lifelogs.com>

	* registry.el (registry-usage-test, registry-persistence-test): Move to
	tests/gnustest-registry.el.
	(registry-make-testable-db, registry-match-test)
	(registry-instantiation-test): Move to tests/gnustest-registry.el.

(Continue reading)

Lars Ingebrigtsen | 31 Jan 2012 17:59
Picon
Favicon
Gravatar

Ma Gnus v0.1 is released

The initial Ma Gnus release.  Nothing changed since No Gnus, other than
the name.

Get it by saying

  git clone http://git.gnus.org/gnus.git && cd gnus && git checkout m0-1

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-m0-1.zip

ChangeLog since last release:

2012-01-31  Lars Magne Ingebrigtsen  <lars <at> ingebrigtsen.no>

	* gnus.el: Ma Gnus v0.1 is released.

2012-01-31  Lars Ingebrigtsen  <larsi <at> gnus.org>

	* gnus.el (gnus-version): Change name to "Ma Gnus".

--

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome

Lars Ingebrigtsen | 31 Jan 2012 17:45
Picon
Favicon
Gravatar

No Gnus v0.19 is released

Not much new functionality has been added since the previous release,
but since No Gnus is getting to the end of its life span, it's probably
time to do a new release.

For the past months, no new functionality has been added to No Gnus, and
no further functionality will be added.  But bugs will be fixed on this
branch.  New development will from now on take place on the master
branch, which will be called "真 Gnus" (or "Ma Gnus" if you're not of
the kanji-reading persuasion).

Get it by saying

  git clone http://git.gnus.org/gnus.git && cd gnus && git checkout n0-19

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-n0-19.zip

ChangeLog since last release:

2012-01-31  Lars Magne Ingebrigtsen  <lars <at> ingebrigtsen.no>

	* gnus.el: No Gnus v0.19 is released.

2012-01-30  Philipp Haselwarter  <philipp.haselwarter <at> gmx.de>  (tiny change)

	* gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
	section in the manual.

2012-01-30  Lars Ingebrigtsen  <larsi <at> gnus.org>
(Continue reading)

Lars Magne Ingebrigtsen | 1 May 2011 21:51
Picon
Favicon
Gravatar

No Gnus v0.17 is released

The traditional May 1st celebration release.

The major news this time is Ted's new version of gnus-registry, which is
all fast and spiffy.  Otherwise mostly smaller bug fixes.

Get it by saying

  git clone http://git.gnus.org/gnus.git && cd gnus && git checkout n0-17

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-n0-17.zip

ChangeLog since last release:

2011-05-01  Lars Magne Ingebrigtsen  <lars <at> ingebrigtsen.no>

	* gnus.el: No Gnus v0.17 is released.

2011-05-01  Stefan Monnier  <monnier <at> iro.umontreal.ca>

	* gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
	buffer has moved to a different frame.

2011-05-01  Lars Magne Ingebrigtsen  <larsi <at> gnus.org>

	* nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
	to get the conversion from unibyte to multibyte buffers to work on
	Emacs 22.

(Continue reading)

Lars Magne Ingebrigtsen | 17 Mar 2011 20:29
Picon
Favicon
Gravatar

No Gnus v0.15 is released

The usual mixture of bug fixes and more bug fixes, but the main new
thing in this release is the cleanup of the reworked auth-source
interface to the passwords, which should prompt you for the correct
credentials now.

Get it by saying

  git clone http://git.gnus.org/gnus.git && cd gnus && git checkout n0-15

or download the release from

  http://git.gnus.org/cgit/gnus.git/snapshot/gnus-n0-15.zip

ChangeLog since last release:

2011-03-17  Lars Magne Ingebrigtsen  <lars <at> ingebrigtsen.no>

	* gnus.el: No Gnus v0.15 is released.

2011-03-17  Lars Magne Ingebrigtsen  <larsi <at> gnus.org>

	* time-date.el (format-seconds): Use assoc instead of assoc-string to
	avoid warning on XEmacs.

	* dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
	on XEmacs.

	* gnus-art.el: Require mouse, which the build bot seems to say is
	needed.

(Continue reading)

Lars Ingebrigtsen | 22 Feb 2011 01:23
Picon
Favicon
Gravatar

No Gnus v0.13 is released

The last release was (kinda) mistagged, so here's a new release with the
proper tags.

This release also includes a fix to the nntp bug that some people were
experiencing, where the new async parallel NNTP fetching code would hang
if you had some (somewhat degenerate) nntp backend definitions.

Get it by saying

  git clone http://git.gnus.org/gnus.git && cd gnus && git checkout n0-13

ChangeLog since last release:

2011-02-22  Lars Magne Ingebrigtsen  <lars <at> ingebrigtsen.no>

	* gnus.el: No Gnus v0.13 is released.

2011-02-21  Lars Ingebrigtsen  <larsi <at> gnus.org>

	* nnimap.el (nnimap-open-connection-1): Revert last change, since
	auth-source now accepts numbers.

	* auth-source.el (auth-source-netrc-parse): Accept a number as the port
	spec, too.
	(auth-source-ensure-strings): New function.

	* gnus-art.el (gnus-article-update-date-headers): Doc fix.
	(gnus-article-setup-buffer): Always restart the date timer so that user
	changes to the frequency is respected.

(Continue reading)

Lars Ingebrigtsen | 21 Feb 2011 04:39
Picon
Favicon
Gravatar

No Gnus v0.11 is released

Long time, no release.  The last one was the traditional release at
2008-05-01.  That's like a million years ago.

I'll start doing these releases more often now -- but without doing
tar balls, and without posting diffs.  These really aren't that
interesting any more, I think, since you can just download any version
you want from git.

So in the future, I'll do a release whenever I feel that development
Gnus is more stable than usual.  So they won't be done when there are
lots of bright, shiny, new, breakable stuff included, but when it's been
shown to work at least somewhat.  

Get it by saying

  git clone http://git.gnus.org/gnus.git && git checkout n0-11

ChangeLog since last release has been removed since it's 8K lines.

--

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

Lars Magne Ingebrigtsen | 1 May 2008 23:54
Picon
Favicon
Gravatar

No Gnus v0.9 is released

Celebrating May 1st with another small release.  

Get it from <URL:http://quimby.gnus.org/gnus/dist/ngnus-0.10.tar.gz>
or "/ftp <at> quimby.gnus.org:/pub/gnus/".  The patch is available as
<URL:ftp://quimby.gnus.org/pub/gnus/ding-patches/ngnus-0.8-0.8.diff.gz>
and
<URL:ftp://quimby.gnus.org/pub/gnus/ding-patches/ngnus-0.9-0.10.diff.gz>.

ChangeLog since last release:

2008-05-01 Lars Magne Ingebrigtsen <lars <at> ingebrigtsen.no>

	* gnus.el: No Gnus v0.10 is released.

2008-05-01  Lars Magne Ingebrigtsen  <larsi <at> gnus.org>

	* gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
	hooks. 
	(gnus-update-read-articles): Speed up non-marks-using users.
	(gnus-use-marks): Define gnus-use-marks.
	(gnus-propagate-marks): Rename variable to something more sensible.

2008-04-28  Teodor Zlatanov  <tzz <at> lifelogs.com>

	* mail-source.el (mail-source-set-1, mail-source-bind): Moved
	auth-source code out of the macro to clean it up and fix bugs.

2008-04-26  Teodor Zlatanov  <tzz <at> lifelogs.com>

	* gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
(Continue reading)

Lars Magne Ingebrigtsen | 11 Apr 2008 16:58
Face
Picon
Favicon
Gravatar

Gnus v5.10.10 is released

We are pleased to announce the availability of a new stable Gnus
release: Gnus 5.10.10.

This release fixes bugs in the last stable release of Gnus, 5.10.8.

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

While this version of Gnus works on Emacs 22, it is more reasonable to use the
most recent Emacs 22.2 version and the Gnus version bundled therein.  Users of
the Emacs development version (to be Emacs 23) are strongly encouraged to also
use the version bundled with Emacs, which corresponds to the development
version of Gnus.

Most important changes compared to Gnus 5.10.8:

* Gnus 5.10.10 is now licensed under the GNU GPL version 3 (or later).

* Many bug fixes.  Many improvements in the documentation.

* Supported Emacs version: Emacs 21.1 and up; XEmacs 21.4 and up.
  Emacs 20.7 and XEmacs 21.1 are no longer supported.

* User-visible changes compared to Gnus 5.10.8:

** The tool bars have been updated to use GNOME icons in Group, Summary
   and Message mode.  You can also customize the tool bars: `M-x
   customize-apropos RET -tool-bar$' should get you started.  (Only for
   Emacs, not in XEmacs.)
(Continue reading)


Gmane