Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Subject: September Gnus 0.13 is released
Date: Wed, 15 Nov 95 21:42:13 +0100	[thread overview]
Message-ID: <w8sraz9vcmv.fsf@narfi.ifi.uio.no> (raw)

Majorish changes since 0.12.  Be sure to do a thorough recompiling
("make") instead of doing a `byte-recompile' as many functions have
been made into macros (and vice versa).

You'll also get incorrect article counts in the group buffer before
entering/exiting the groups.  This will resolve itself after a while
-- you don't have to do anything in particular.

September Gnus now only works with Emacs 19.29 (and later), late Mules
and XEmacs 19.13. Emacs 19.28, in particular, is no longer
supported.

Oh, and in case you haven't heard -- Gnus 5.1 is included in the
pre-release Emacs 19.29.91.

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

ChangeLog since last release:

Wed Nov 15 06:13:48 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus-score.el (gnus-score-get): Turned into a defsubst.
	(gnus-score-find-bnews): Slightly less funcalling.

	* gnus.el (gnus-group-real-name): Turned into a macro.
	(gnus-server-equal): Ditto.
	(gnus-server-add-address): Turned into defsubst.
	(gnus-server-get-method): Ditto.
	(gnus-secondary-method-p): Ditto.

Mon Nov 13 22:13:10 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus.el (gnus-group-mode-map): Moved fetch-faq.

	* gnus-vis.el (gnus-button-alist): Be a bit more restrictive.

	* gnus-msg.el (gnus-inews-insert-headers): Would choke on empty
	headers.

	* nnml.el (nnml-make-nov-line): Include the Xref: in the nov line.

Mon Nov 13 21:54:36 1995    <morioka@jaist.ac.jp>

	* gnus.el (gnus-summary-save-in-rmail): Save original article
	buffer.

Mon Nov 13 15:10:28 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* nnsoup.el (nnsoup-open-server): Don't force using nnsoup as a
	posting agent.

	* gnus.el (gnus-info-group, gnus-info-level, gnus-info-read,
	gnus-info-method, gnus-info-options): New macros.  Massive changes
	throughout the file.
	(gnus-get-info): New macro.
	(gnus-group-add-score): New function.
	(gnus-summary-bubble-group): New function.
	(gnus-group-mode-map): New group sort submap.
	(gnus-group-sort-groups-by-alphabet,
	gnus-group-sort-groups-by-unread, gnus-group-sort-groups-by-level,
	gnus-group-sort-groups-by-score, gnus-group-sort-groups-by-rank,
	gnus-group-sort-groups-by-method): New commands and keystrokes.

	* nnsoup.el (nnsoup-set-variables): Autoload; doc fix.

	* gnus-score.el (gnus-score-headers): Score "header" names are now
	case-insensitive.

	* gnus.el (gnus-rebuild-thread): Didn't work when using a
	non-threaded display.

Sun Nov 12 00:11:34 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* nnmail.el (nnmail-use-long-file-names): New variable.
	(nnmail-group-pathname): Use it.

	* gnus.el (gnus-auto-select-first): Allow `best' as a value.

	* gnus-uu.el (gnus-uu-save-article): Quote lines that start with
	dashes. 

	* gnus-mh.el (gnus-mh-mail-setup): Don't use a (None) subject. 

	* gnus-msg.el (gnus-inews-insert-bfcc): New function.
	(gnus-new-news): Use it.

	* gnus.el (gnus-summary-generate-hook): New variable.
	(gnus-summary-prepare): Use it.

	* nnsoup.el (nnsoup-index-buffer): Disable undo.

	* gnus.el (gnus-select-newsgroup): Fetch old headers before
	scoring. 
	(gnus-dribble-read-file): Force setting the dribble buffer file
	name. 
	(gnus-summary-catchup-to-here): Treat `all' right, and catchup to
	the right article.
	(gnus-summary-catchup): Update mode line.
	(gnus-summary-refer-references): Didn't really work.
	(gnus-summary-toggle-header): Would barf if point weren't at
	point-min.

Sat Nov 11 11:21:58 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* nnmail.el (nnmail-move-inbox): Bind default directory before
	calling movemail.

	* nndoc.el (nndoc-type-to-regexp): Changed babyl body-begin regexp.

	* nnml.el (nnml-generate-nov-databases): Don't choke on files that
	start with empty lines.

	* gnus.el (gnus-souped-mark): New variable.
	(gnus-summary-mark-article-as-read): Use it.
	(gnus-set-mode-line): Would compute incorrect mode lines. 

	* gnus.el: Changes throughout making ticked and dormant articles
	subsets of the read articles instead of the unread articles. 

	* gnus-soup.el (gnus-soup-add-article): Use it.

	* gnus-msg.el (gnus-post-news): Respect to `to-group' group
	parameter. 

	* gnus.el (gnus-sublist-p): New function.
	(gnus-group-prepare-flat-list-dead): Faster implementation.

Fri Nov 10 03:17:03 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus.el (gnus-newsgroup-threads): Double defvar.
	(gnus-newsgroup-prepared): New variable.
	(gnus-summary-setup-buffer): Use it.
	(gnus-summary-prepare-threads): Don't destroy threads while
	generating. 
	(gnus-remove-thread): Didn't remove gathered threads.
	(gnus-rebuild-thread): Didn't generate anything properly.
	(gnus-summary-refer-parent-article): Didn't find parent.

	* gnus-msg.el (gnus-mail-send-method): Removed variable.
	(gnus-auto-mail-to-author): Doc fix.

	* nnheader.el (nnheader-remove-header): Return the number of
	headers removed.

	* gnus.el (gnus-headers-de-quoted-unreadable): New function.
	(gnus-headers-decode-quoted-readable): New function.
	(gnus-article-de-quoted-unreadable): Use it.

Fri Nov 10 00:00:47 1995  Steven L. Baur <steve@miranova.com>

	* gnus-vis.el (gnus-header-button-alist): Recognize X-Url
	headers. 

Fri Nov 10 00:00:47 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus-msg.el (gnus-delete-supersedes-headers): Also remove Xref
	and Lines.
	(gnus-summary-supersede-article): Delete multi-line headers.
	(gnus-news-followup): Insert a few empty lines in new articles.
	(gnus-mail-reply): Put point the right place when replying.
	(gnus-inews-organization): Don't interpret signatures that begin
	with ~ as strings.
	(gnus-news-followup): Respect the Newsgroup header.

	* nnsoup.el (nnsoup-write-buffers): New function.
	(nnsoup-request-close): Use it.
	(nnsoup-pack-replies): Ditto.

	* gnus-soup.el (gnus-soup-parse-replies): Didn't kill buffer.
	(gnus-soup-write-prefixes): Would change current buffer.

Thu Nov  9 20:54:35 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus.el (gnus-mouse-face-function): More efficient implementation.
	(gnus-max-width-function): Ditto.

	* gnus-msg.el (gnus-inews-news): Get the error message from the
	right backend.

	* gnus.el (gnus-summary-limit-to-score): Don't infloop.
	(gnus-request-post-buffer): Removed function.
	(gnus-method-option-p): New function.
	(gnus-post-method): New function.
	(gnus-request-post): Use it.

	* nnsoup.el (nnsoup-write-active-file): Would possibly kill the
	active file.

Mon Nov  6 13:16:33 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus-msg.el (gnus-new-news): Removed prompting for group name.
	(gnus-group-post-news): Prompt for group name.
	(gnus-inews-do-fcc): Rewrite.

	* gnus.el (gnus-group-get-parameter): New function.

Sat Nov  4 19:24:57 1995  sudish joseph  <joseph@cis.ohio-state.edu>

	* gnus-msg.el (gnus-group-post-news): Use the group under point as
	  the default when composing the post buffer.  (This means that
	  `a' over a mail group will get you a *mail* buffer.)  Using a
	  prefix ARG will force a fresh post buffer (i.e., no default
	  group is used).

Mon Nov  6 12:54:40 1995  steve@miranova.com (Steven L. Baur)

	* gnus-topic.el (gnus-topic-toggle-topic): New command and
	keystroke. 

Sat Nov  4 19:07:31 1995  Per Abrahamsen  <abraham@dina.kvl.dk>

	* gnus-vis.el (gnus-group-make-menu-bar): Add key description for
	the "See old articles" entry and made it run
	gnus-group-select-group with an argument. 
	* gnus.el (gnus-group-select-group-all): Deleted.

Mon Nov  6 12:22:20 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus.el (gnus-save-newsrc-file): Set local `version-control' to
	`never'. 
	(gnus-gnus-to-newsrc-format): Ditto.

	* gnus-msg.el (gnus-new-news): Move point to the right place.
	(gnus-sendmail-mail-setup): Ditto.

Sun Nov  5 10:05:47 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus-msg.el (gnus-configure-posting-styles): Make sure that
	`gnus-newsgroup-name' is set.

	* gnus-topic.el (gnus-group-add-to-topic): Remove process marks. 

	* nnml.el (nnml-request-move-article): The article has to be
	deletable to be moved.
	* nnmh.el (nnmh-request-move-article): Ditto.

	* nnmh.el (nnmh-deletable-article-p): New function.

	* nnml.el (nnml-deletable-article-p): New function.

	* gnus.el (gnus-data-compute-positions): Doc fix.
	(gnus-summary-sort): Make sure positions were updated.
	(gnus-request-article-this-buffer): Set original article buffer to
	be read-only.

Fri Nov  3 03:01:09 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>

	* gnus.el (gnus-request-article-this-buffer): Make sure all
	overlays are dead.

Fri Nov  3 00:41:22 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus-xmas.el: Removed mouse tracker.

	* gnus.el (gnus-mouse-face-function): Redefined so that it also
	works under XEmacs.

Thu Nov  2 03:40:22 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus.el (gnus-batch-score): Don't generate threads and stuff.
	(gnus-sort-threads): Better message.

Tue Oct 31 21:26:35 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus-topic.el (gnus-topic-remove-topic): Would eat groups under
	emtpy topics.

	* gnus.el (gnus-simplify-buffer-fuzzy): Would strip trailing
	newlines. 
	(gnus-group-list-groups): Update format specs.
	(gnus-summary-limit-children): Didn't mark as read.

Mon Oct 30 00:09:42 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* gnus.el (gnus-summary-find-matching): Wouldn't do `backward' ok.
	(gnus-summary-limit-to-subject): Don't just limit to articles
	after point.
	(gnus-articles-to-read): Respond properly to numerical prefixes.

	* gnus-msg.el (gnus-inews-article): Do the To/X-To shuffle dance.

	* gnus.el (gnus-summary-expire-articles): Be less complaining when
	doing total-expiry.

	* gnus-msg.el (gnus-mail-send): Remove empty headers before
	sending. 
	(gnus-inews-remove-empty-headers): New function.

	* gnus.el (gnus-summary-find-next): Respect
	`gnus-summary-check-current'. 
	(gnus-summary-find-prev): Ditto.
	(gnus-summary-mode-map): Limit map had disappeared.
	(gnus-summary-limit-children): Wouldn't limit properly with
	gnus-fetch-old-headers 'some.

Sun Oct 29 23:37:17 1995  Lars Ingebrigtsen  <lars@eyesore.no>

	* nnmh.el: Use nnmail's new definition.
	* nnml.el: Ditto.

	* nnmail.el (nnmail-group-pathname): Use nnmh's definition.

	* gnus.el (gnus-group-startup-message): Change.

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


             reply	other threads:[~1995-11-15 20:42 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-15 20:42 Lars Magne Ingebrigtsen [this message]
1995-11-15 22:13 ` Paul J. Sanchez
1995-11-15 22:16   ` Lars Magne Ingebrigtsen
1995-11-16  4:44     ` Robert Nicholson
1995-11-16  5:51       ` Sudish Joseph
1995-11-16 15:31         ` Edward J. Sabol
1995-11-17  0:48           ` Lars Magne Ingebrigtsen
1995-11-17 12:18             ` Greg Stark
1995-11-19  7:43               ` Lars Magne Ingebrigtsen
1996-01-15  8:44                 ` Greg Stark
1995-11-17 15:50             ` Edward J. Sabol
1995-11-16 14:39       ` Per Abrahamsen
1995-11-16 15:27         ` Paul D. Smith
1995-11-16 19:57           ` Stefan Monnier
1995-11-30 18:12         ` vroonhof
1995-11-30 21:13           ` What Gnus version for XEmacs 19.14? Steven L. Baur
1995-12-01  3:57             ` Lars Magne Ingebrigtsen
1995-12-01  3:57           ` September Gnus 0.13 is released Lars Magne Ingebrigtsen
1995-11-16 12:44 ` Stefan Bodewig
1995-11-16 15:22   ` Stefan Bodewig
1995-11-16 17:55   ` Steven L. Baur
1995-11-16 18:21   ` Steven L. Baur
1995-11-17  1:08     ` Lars Magne Ingebrigtsen
1995-11-16 20:55   ` Shane Holder
1995-11-16 22:33     ` Steven L. Baur
1995-11-17  1:14       ` Lars Magne Ingebrigtsen
2002-10-20 20:13 Unknown

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=w8sraz9vcmv.fsf@narfi.ifi.uio.no \
    --to=larsi@ifi.uio.no \
    /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).