Gnus development mailing list
 help / color / mirror / Atom feed
* Pterodactyl Gnus v0.98 is released
@ 1999-11-05 19:12 Lars Magne Ingebrigtsen
  1999-11-05 22:06 ` Per Abrahamsen
  0 siblings, 1 reply; 59+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-11-05 19:12 UTC (permalink / raw)


This release syncs up to the CVS, basically.

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

ChangeLog since last release:

Fri Nov  5 19:10:02 1999  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>

	* gnus.el: Pterodactyl Gnus v0.98 is released.

1999-11-05 01:27:49  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-agent.el (gnus-agent-expire): Remove bad line in NOV.

1999-11-04 22:20:35  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mml.el (mml-generate-mime-1): Read attached binary file in
 	binary mode.

1999-11-03 16:08:56  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-sum.el (gnus-summary-toggle-header): Fix arg bug.

1999-11-03 15:27:38  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mailcap.el (mailcap-viewer-lessp): Fix bug.

1999-11-02 17:28:33  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-sum.el (gnus-summary-search-article): Fix loop search bug.

1999-10-31 21:24:59  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-art.el (gnus-article-mime-match-handle-first): New function.
	(gnus-article-mime-match-handle-function): New variable.
	(gnus-article-view-part): Make `b' customizable.

1999-10-29 14:30:07  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-sum.el (gnus-article-get-xrefs): Test eobp.

1999-09-27  Hrvoje Niksic  <hniksic@srce.hr>

	* mm-decode.el (mm-attachment-override-types): Exclude text/plain.

1999-10-26 23:27:44  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mm-decode.el (mm-dissect-buffer): CTE may come without CTL.

1999-10-26 21:44:05  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-srvr.el (gnus-browse-foreign-server): Use
 	`buffer-substring' instead of `read'.

1999-10-23  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el, imap.el, rfc2104.el: New files.

	* gnus.el (gnus-valid-select-methods): Add nnimap.

	* gnus-group.el (gnus-group-group-map): Add
	gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge.
	(gnus-group-nnimap-expunge): New function.
	(gnus-group-nnimap-edit-acl): New function.

	* gnus-agent.el (gnus-agent-group-mode-map): Add
	gnus-agent-synchronize.
	(gnus-agent-synchronize): New function.
	(gnus-agent-fetch-group-1): Check if server is open.

	* nnagent.el (nnagent-request-set-mark): Save marks.

	* mail-source.el (mail-source-keyword-map): New imap mail-source.
	(mail-source-fetcher-alist): Map to imap fetcher function.
	(mail-source-fetch-imap): New function.

	* gnus-art.el (article-hide-pgp): Hide all headers, not just
	Hash:.

1999-10-22 11:03:00  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-topic.el (gnus-topic-sort-topics-1): New function.
	(gnus-topic-sort-topics): New function.
	(gnus-topic-make-menu-bar): Add sort-topics.
	(gnus-topic-move): New function.
	(gnus-topic-move-group): Move the topic if no group selected.

1999-10-13 21:31:50  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-art.el (gnus-article-setup-buffer): Fix buffer leak.

1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mm-view.el (mm-inline-message): Fix leaving group bug.

1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* gnus-msg.el (gnus-post-method): Use normal method if current is
	not available.

1999-10-07 17:09:34  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* nnmail.el (nnmail-insert-xref): Dealing with empty articles.
	(nnmail-insert-lines): Ditto.

1999-10-07  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank
	line.

	* message.el (message-unsent-separator): One more separator.

1999-10-06  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* nnfolder.el (nnfolder-request-move-article): For empty article,
	search till (point-max).
	(nnfolder-retrieve-headers): Ditto.
	(nnfolder-request-accept-article): Ditto.
	(nnfolder-save-mail): Ditto.
	(nnfolder-insert-newsgroup-line): Ditto.

1999-10-05  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* qp.el (quoted-printable-encode-region): Check eobp.

1999-10-03  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem.

1999-10-02  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* nntp.el (nntp-send-xover-command): Wait for nothing if not
	wait-for-reply.

1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mm-uu.el (mm-uu-forward-begin-line): Change the regexp.
	(mm-uu-forward-end-line): Ditto. 

1999-09-29  Didier Verna  <verna@inf.enst.fr>

	* binhex.el (binhex-decode-region): don't consider the value of
	`enable-multibyte-characters' in XEmacs.

	* gnus-start.el (gnus-read-descriptions-file): ditto.

	* mm-util.el (mm-multibyte-p): ditto.
	(mm-with-unibyte-buffer): ditto.
	(mm-find-charset-region): use `mm-multibyte-p'.

	* mm-bodies.el (mm-decode-body): ditto.
	(mm-decode-string): ditto.

	* lpath.el ((string-match "XEmacs" emacs-version)): Don't define
	`enable-multibyte-characters' in XEmacs.

1999-09-29  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mm-util.el (mm-binary-coding-system): Try binary first.

1999-09-14  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* rfc1843.el (rfc1843-decode-article-body): Don't decode twice.

1999-09-10  Shenghuo ZHU  <zsh@cs.rochester.edu>
	
	* gnus-art.el (article-make-date-line): Add time-zone in iso8601
	format.
	(article-date-ut): Find correct insert position.
	
1999-09-03  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable
	forwarded message.

1999-09-27 20:33:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-topic.el (gnus-topic-find-groups): Work for unactivated
	groups. 

	* message.el (message-resend): Use message mode when prompting. 

	* gnus-art.el (article-hide-headers): Mark wash.
	(article-emphasize): Ditto.

1999-09-27 19:52:14  Vladimir Volovich  <vvv@vvv.vsu.ru>

	* message.el (message-newline-and-reformat): Work for SC. 

1999-09-27 19:38:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*.

	* gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown. 

>>>>>>> 5.100


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


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

end of thread, other threads:[~1999-11-15 19:14 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-05 19:12 Pterodactyl Gnus v0.98 is released Lars Magne Ingebrigtsen
1999-11-05 22:06 ` Per Abrahamsen
1999-11-05 22:24   ` Lars Magne Ingebrigtsen
1999-11-06  8:24   ` Matt Swift
1999-11-06 16:08     ` Kai Großjohann
1999-11-06 16:57       ` Matt Swift
1999-11-06 19:25         ` Simon Josefsson
1999-11-07  0:48         ` Kai Großjohann
1999-11-07  4:16           ` Per Abrahamsen
1999-11-08 18:31           ` Matt Swift
1999-11-08 19:20             ` Jody M. Klymak
1999-11-08 19:47               ` Matt Swift
1999-11-08 20:07                 ` Jody M. Klymak
1999-11-09  2:19                   ` groups in levels 5-7 won't appear in groups buffer (was: Pterodactyl Gnus v0.98 is released) Matt Swift
     [not found]                   ` <8080gn$3v7$1@quimby.gnus.org>
1999-11-11  3:25                     ` Lars Magne Ingebrigtsen
1999-11-11 22:34                       ` Matt Swift
1999-11-12  8:36                         ` Lars Magne Ingebrigtsen
1999-11-12 12:21                           ` Kai Großjohann
1999-11-13 17:32                             ` Matt Swift
1999-11-15 19:14                             ` Lars Magne Ingebrigtsen
1999-11-12 15:16                       ` Per Abrahamsen
1999-11-12 15:33                         ` Lars Magne Ingebrigtsen
1999-11-12 19:25                           ` Per Abrahamsen
1999-11-13 17:34                             ` Matt Swift
1999-11-14 11:48                               ` Per Abrahamsen
1999-11-09 10:51                 ` Pterodactyl Gnus v0.98 is released Lee Willis
1999-11-09 11:22                   ` Matt Swift
1999-11-08 19:06     ` Matt Swift
1999-11-06 13:48   ` Thomas Skogestad
1999-11-08  8:21     ` Steinar Bang
1999-11-08 12:06       ` Thomas Skogestad
1999-11-08 12:12         ` Thomas Skogestad
1999-11-06 16:07   ` Hrvoje Niksic
1999-11-06 17:10     ` Simon Josefsson
1999-11-07  0:11       ` IMAP in Pterodactyl Gnus v0.98 David Maslen
1999-11-07 13:19         ` Kai Großjohann
1999-11-07 13:38         ` Simon Josefsson
1999-11-07 18:07           ` Denys Duchier
1999-11-07 19:19             ` Denys Duchier
1999-11-07 21:33             ` Simon Josefsson
1999-11-08 10:36         ` David Kågedal
1999-11-08 20:14   ` Pterodactyl Gnus v0.98 is released Dave Love
1999-11-09  8:21   ` 0.98 + topics = catastrophe (Was: Pterodactyl Gnus v0.98 is released) Matt Swift
1999-11-09  8:39     ` Per Abrahamsen
1999-11-09 10:03       ` Matt Swift
1999-11-09 11:14         ` Kai Großjohann
1999-11-09 11:17           ` Kai Großjohann
1999-11-09 17:11             ` Matt Swift
1999-11-09 17:43               ` Jody M. Klymak
1999-11-09 18:30                 ` Matt Swift
1999-11-09 18:46               ` Kai Großjohann
1999-11-09 17:29             ` Matt Swift
1999-11-09 18:53               ` Kai Großjohann
1999-11-10  0:35                 ` Matt Swift
1999-11-09 19:03               ` Jody M. Klymak
1999-11-09 19:13                 ` Kai Großjohann
     [not found]                 ` <jklymak@apl.washington.edu>
1999-11-10  0:26                   ` error and fix in `gnus-group-prepare-flat' (was: 0.98 + topics = catastrophe) Matt Swift
1999-11-10  0:43                     ` Matt Swift
1999-11-10  9:29               ` 0.98 + topics = catastrophe (Was: Pterodactyl Gnus v0.98 is released) Lee Willis

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