Gnus development mailing list
 help / color / mirror / Atom feed
* Oort Gnus v0.07 is released
@ 2002-08-03 23:50 Lars Magne Ingebrigtsen
  2002-08-04  0:11 ` Maciej Matysiak
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-08-03 23:50 UTC (permalink / raw)


Stuff.  And stuff.

Get it from <URL:http://quimby.gnus.org/gnus/dist/ognus-0.07.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.06-0.07.diff.gz>.

ChangeLog since last release:

2002-08-04 01:48:57 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>

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

2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-sum.el (gnus-thread-sort-functions): Doc fix.
	(gnus-article-sort-functions): Doc fix.
	(t): New keystroke.
	(gnus-article-sort-by-random): New function.
	(gnus-thread-sort-by-random): New function.

2002-08-02  Simon Josefsson  <jas@extundo.com>

	* gnus-logic.el (gnus-advanced-integer): Swap arguments in
	funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.

2002-07-31  Danny Siu  <dsiu@adobe.com>

	* nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field 
	when splitting malformed messages without message-id

2002-07-28  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
	From Niklas Morberg <niklas.morberg@axis.com>.

	* nnweb.el (nnweb-type, nnweb-type-definition)
	(nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
	(nnweb-gmane-search, nnweb-gmane-identity): Added gmane
	functionality.
	* nnweb.el: Removed old non-functioning search engines.

2002-07-27  Simon Josefsson  <jas@extundo.com>

	* message.el (message-forward-make-body): Don't use
	`message-forward-ignored-headers' when doing a "raw" followup (it
	is important to preserve e.g. CTE).

	* flow-fill.el (fill-flowed): Disable filladapt-mode.

	* gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
	regexp-quote, Cyrus Sieve is fixed.

	* sieve-manage.el (sieve-manage-deletescript): New function.

	* sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.  
	(sieve-manage-mode): Fix menubar.
	(sieve-activate): Change some messages.
	(sieve-deactivate-all): New function.
	(sieve-deactivate): New alias.
	(sieve-remove): New function.
	(sieve-help): Fix help.
	All suggested by Ned Ludd.

2002-07-24  Katsumi Yamaoka <yamaoka@jpl.org>

	* mm-decode.el (mm-inline-text-html-with-images): Doc fix.
	(mm-w3m-safe-url-regexp): New user option.

	* mm-view.el (mm-inline-text-html-render-with-w3m): Use
	`mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.

2002-07-23  Karl Kleinpaste  <karl@charcoal.com>

	* gnus-sum.el (gnus-summary-delete-article): Force
	nnmail-expiry-target to 'delete, so that absolute deletion
	happens when absolute deletion is requested.

2002-07-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
	From Nevin Kapur <nevin@jhu.edu>.

	* nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
	headers as empty headers.

2002-07-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
	From Jochen Hein <jochen@jochen.org>.

	* gnus-art.el (gnus-emphasis-alist): Add strikethrough and
	correct typo.
	(gnus-emphasis-strikethru): New face.

2002-07-20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
	From Jason Merrill <jason@redhat.com>.

	* nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
	entire file for each of a sequence of missing articles.

	* gnus-salt.el (gnus-binary-display-article): Respect an existing
	value for gnus-view-pseudos.

	* gnus-sum.el (gnus-summary-insert-new-articles): Count down to
	avoid nreverse.

2002-07-14  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
	From Ted Zlatanov <teodor.zlatanov@divine.com>.

	* gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
	(gnus-summary-mode-line-format-alist): Add %h for number of
	spams.
	(gnus-newsgroup-spam-marked): New variable.
	(gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
	(gnus-article-read-p, gnus-article-mark)
	(gnus-set-global-variables, gnus-set-global-variables)
	(gnus-article-marked-p, gnus-summary-mark-article-as-read)
	(gnus-summary-mark-article-as-unread)
	(gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
	(gnus-mark-article-as-read, gnus-mark-article-as-unread)
	(gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.

2002-07-10  Simon Josefsson  <jas@extundo.com>

	* nnimap.el (nnimap-split-to-groups): Allow group string to be a
	function.  From KANEMATSU Daiji <kdaiji@bea.com>.

2002-07-09  Nevin Kapur  <Nevin Kapur <nevin@jhu.edu>

	* gnus-sum.el (gnus-summary-delete-article): Respect group
	parameters while expiring.

2002-07-08  Simon Josefsson  <jas@extundo.com>

	* gnus-art.el (article-make-date-line): Fix string.  From Henrik
	Enberg.

2002-07-08  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-art.el (article-unsplit-urls): Only display MIME when this
	function is called interactively.  From Niklas Morberg.

2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
	cdaar to cdar and car.

	* nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
	(nnsoup-read-active-file, nnsoup-article-to-area): Ditto.

2002-07-05  Katsumi Yamaoka <yamaoka@jpl.org>

	* gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
	don't break a narrowed article.

	* nntp.el (nntp-via-rlogin-command-switches): Doc fix.
	(nntp-open-via-rlogin-and-telnet): Ditto.

2002-07-02  Didier Verna  <didier@xemacs.org>

	* nnmail.el (nnmail-split-methods): fix custom type.

2002-07-02  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-art.el (article-unsplit-urls): Keep URL buttonized after
	unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.

2002-07-01  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-msg.el (gnus-summary-resend-default-address): New user option.
	(gnus-summary-resend-message): Use it.

2002-06-28  Katsumi Yamaoka <yamaoka@jpl.org>

	* nntp.el (nntp-via-rlogin-command-switches): New variable.
	(nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.

2002-06-28  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* message.el (message-font-lock-keywords): Don't fontify
	headers in the message body, only in the header.
	(message-font-lock-make-header-matcher): New function, used by
	message-font-lock-keywords.
	From Katsumi Yamaoka <yamaoka@jpl.org>.

2002-06-28  Katsumi Yamaoka <yamaoka@jpl.org>

	* nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.

2002-06-28  Katsumi Yamaoka <yamaoka@jpl.org>

	* nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.

2002-06-26  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* message.el (message-font-lock-keywords): Revert 2002-06-22
	change.

2002-06-24  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* message.el (message-font-lock-keywords): Put colon in header
	name match.

2002-06-22  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* message.el (message-font-lock-keywords): Don't use header faces
	in the body.  Thanks to Stefan Monnier for the hint on the
	implementation.

2002-05-09  Miles Bader  <miles@gnu.org>

	* gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
	(gnus-article-hide-citation): Respect it.

2002-04-12  Juanma Barranquero  <lektu@terra.es>

	* pop3.el (pop3-open-server): Fix typo.

2002-06-18  Josh Huber  <huber@alum.wpi.edu>

	* gnus.el (gnus-find-subscribed-addresses): Use add-to-list
	instead of push to ignore duplicate to-(list|address) values.
	* nnmail.el (nnmail-cache-ignore-groups): New.
	* nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups

2002-06-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-delay.el (gnus-delay-send-queue): Delete the delay header
	before sending.  Suggested by Jan Rychter.

2002-06-18  Katsumi Yamaoka <yamaoka@jpl.org>

	* dgnushack.el (remove): New compiler macro.
	(last, coerce, subseq): Remove compiler macros for those built-in
	or unused functions.

2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
	sure to write byte-compiled versions of gnus-*-format-alist to
	.newsrc.eld.  From Simon Josefsson.

2002-06-16  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-agent.el (gnus-agent-read-servers)
	(gnus-agent-write-servers): Put server name (string like
	"nnchoke:frumple") in the file instead of a server specification
	(Lisp expression like (nnchoke "frumple" ...parameters...)).
	From Bjørn Mork <bmork@dod.no>.

2002-06-16  Simon Josefsson  <jas@extundo.com>

	* gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
	Reiner Steib <4uce.02.r.steib@gmx.net>.

2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* nnheader.el (nnheader-file-name-translation-alist): Set the
	default value for MS Windows systems.

	* gnus-ems.el (nnheader-file-name-translation-alist): Removed.

2002-06-14  Katsumi Yamaoka <yamaoka@jpl.org>

	* message.el (message-beginning-of-line): Keep the region active
	in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.

2002-06-13  Josh Huber  <huber@alum.wpi.edu>

	* gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
	* gnus-msg.el (gnus-summary-reply): Ditto.
	* gnus-msg.el (gnus-summary-handle-replysign): New.

2002-06-12  Katsumi Yamaoka <yamaoka@jpl.org>

	* message.el (message-send-mail-with-sendmail): Kill errbuf even
	if sending failed.

2002-06-11  Josh Huber  <huber@alum.wpi.edu>

	* gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
	* mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
	to sign while encrypting.

2002-06-11  Simon Josefsson  <jas@extundo.com>

	* gnus-int.el (gnus-request-move-article): Agent expire article if
	successfuly moved.

	* nnweb.el (nnweb-google-create-mapping): Honors the value of
	nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.

2002-06-10  Simon Josefsson  <jas@extundo.com>

	* gnus-int.el (gnus-request-expire-articles): Fix last change?

2002-06-09  Simon Josefsson  <jas@extundo.com>

	* gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.

	* gnus-int.el (gnus-request-expire-articles): Do it here instead.

2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* flow-fill.el (fill-flowed): Ignore errors.

2002-06-06  Simon Josefsson  <jas@extundo.com>

	* message.el (message-send-mail-with-sendmail): Improve error message.

2002-06-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* message.el (message-interactive): Change default from nil to t.
	Better to be safe than to be fast.

2002-06-05  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* message.el (message-send-mail-with-sendmail): Check return value
	from call-process-region.

2002-06-04  Simon Josefsson  <jas@extundo.com>

	* gnus-msg.el (gnus-group-mail, gnus-group-news)
	(gnus-group-post-news, gnus-summary-mail-other-window)
	(gnus-summary-news-other-window, gnus-summary-post-news): Bind
	gnus-article-copy to nil, thereby inhibiting the `header' posting
	style match to use data from last viewed article.
	Suggested by Hrvoje Niksic.

2002-06-04  Katsumi Yamaoka <yamaoka@jpl.org>

	* spam.el (spam-point-at-eol): New alias.
	(spam-parse-whitelist): Use it.

2002-06-03  Simon Josefsson  <jas@extundo.com>

	* nnmail.el (nnmail-mail-splitting-decodes): New variable.
	(nnmail-article-group): Use it.

2002-05-30  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
	so that code reading them won't be surprised.  From Jesper Harder
	<harder@ifa.au.dk>.

2002-05-29  Simon Josefsson  <jas@extundo.com>

	* gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
	articles.

	* gnus.el (gnus-agent-cache): Doc fix.
	(gnus-agent): Change default to t.

	* gnus-agent.el (gnus-agent-expire): Make it accept optional
	ARTICLES, GROUP and FORCE parameters.

2002-05-28  Simon Josefsson  <jas@extundo.com>

	* gnus-group.el (gnus-group-line-format): Doc fix.

2002-05-28  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
	original article before yanking.  From Jesper Harder
	<harder@ifa.au.dk>.

2002-05-26  Simon Josefsson  <jas@extundo.com>

	* gnus-sum.el (gnus-summary-menu-split): New function.
	(gnus-summary-make-menu-bar): Split charset submenu.
	(gnus-summary-menu-maxlen): New variable.
	(gnus-summary-menu-split): Use it.

2002-05-25  Simon Josefsson  <jas@extundo.com>

	* mml.el (mml-preview): Generate some headers.

	* gnus.el (gnus-large-newsgroup): Fix :type.

	* nnimap.el (nnimap-nov-is-evil): Change default to t (because the
	Agent cache NOV's by default now).
	(nnimap-nov-is-evil): Make it default to `gnus-agent' instead.

2002-05-18  Jesper Harder  <harder@ifa.au.dk>

	* gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
	call to gnus-parent-id when we check for References loops.
	(gnus-summary-prepare-threads): Avoid simplifying every Subject
	twice by saving the simplified subject string in simp-subject.

2002-05-23  Simon Josefsson  <jas@extundo.com>

	* gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
	change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.

	* nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
	Niklas Morberg <niklas.morberg@axis.com>.

2002-05-22  Simon Josefsson  <jas@extundo.com>

	* sieve.el (sieve-change-region): Define it before it is used.

	* gnus-msg.el (gnus-confirm-mail-reply-to-news)
	(gnus-summary-reply): Ask for confirmation when replying to news.
	Defaults to not ask.  From Benjamin Rutt
	<rutt+news@cis.ohio-state.edu>.

	* nnimap.el (nnimap-nov-is-evil): Improve doc.

2002-05-21  Simon Josefsson  <jas@extundo.com>

	* sieve-mode.el (sieve-manage): Fix autoloads.

	* sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
	name (makes it work with recent Cyrus timsieved).

2002-05-20  Jason  <jbaker@cs.utah.edu>

	* gnus-art.el (gnus-request-article-this-buffer): Try
	reconnecting if you don't get the message.

2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* gnus-sum.el (gnus-summary-enter-digest-group): Only get
	Reply-To headers from the headers.

2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* mm-url.el (mm-url-insert): Remove junk message.

2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>

	* nnslashdot.el (nnslashdot-request-list): Parse new html.
	(nnslashdot-use-front-page): New variable.
	(nnslashdot-request-list): Use it.

	* mm-url.el (mm-url-timeout): New variable.
	(mm-url-retries): Ditto.
	(mm-url-insert): Use it.

2002-05-16  Simon Josefsson  <jas@extundo.com>

	* gnus-sum.el (gnus-simplify-all-whitespace): New function.
	(gnus-simplify-subject-functions): Mention g-s-a-w.

2002-05-15  Josh Huber  <huber@alum.wpi.edu>

	* nnbabyl.el (nnbabyl-request-accept-article): Pass group to
	nnmail-cache-insert.
	* nndiary.el (nndiary-request-accept-article): Ditto.
	* nnfolder.el (nnfolder-request-accept-article): Ditto.
	* nnimap.el (nnimap-request-accept-article): Ditto.
	* nnmail.el (nnmail-process-unix-mail-format): Ditto.
	* nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
	* nnmbox.el (nnmbox-request-accept-article): Ditto.
	* nnmh.el (nnmh-request-accept-article): Ditto.
	* nnmail.el (nnmail-cache-insert): Change group to required,
	removed code which tried to figure out the group.

2002-05-13  Josh Huber  <huber@alum.wpi.edu>

	* mml.el (mml-generate-mime-1): Fix mml generation for signed only
	messages. From Hans de Graaff <hans@degraaff.org>.
	* nnml.el (nnml-request-accept-article): Pass in the group name to
	nnmail-cache-insert, since it's available.

2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>

	* nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.

2002-05-08  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
	From Florian Weimer <fw@deneb.enyo.de>.

	* gnus.el (subscribed): New group parameter.
	(gnus-find-subscribed-addresses): Use it.

2002-05-08  Josh Huber  <huber@alum.wpi.edu>

	* mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
	the default for pgpmime to support pgp v2.
	* mml-sec.el (mml-signencrypt-style): New accessor function to
	allow users to get/set the signencrypt style more easily without
	frobbing the alist directly.
	* mml.el (mml-generate-mime-1): Use accessor function.

2002-05-08  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* gnus-art.el (gnus-article-mode-syntax-table): Specify matching
	parenthesis for "<" and ">".  Suggested by Andreas Schwab
	<schwab@suse.de>.

2002-05-07  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>

	* nnmail.el (nnmail-cache-insert): Prefer group-art over group
	when intuiting the group the message is written to.  From Josh
	Huber <huber@alum.wpi.edu>.

2002-05-06  Simon Josefsson  <jas@extundo.com>

	* gnus-topic.el (gnus-group-topic-parameters): Work when group
	buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.

2002-05-06  Josh Huber  <huber@alum.wpi.edu>

	* mml2015.el (mml2015-gpg-encrypt): Changed name of optional
	argument, and fixed compiler warning. (added autoload for
	gpg-encrypt).

2002-05-04  Simon Josefsson  <jas@extundo.com>

	* mml1991.el (mml1991-function-alist): Doc fix.

	* mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
	doesn't exist (for previewing messages without having Gnus
	started).

	* mm-util.el (mm-coding-system-priorities): Defcustom.

	* mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.

2002-05-01  Josh Huber  <huber@alum.wpi.edu>

	* gnus-msg.el (gnus-message-replysignencrypted): enabled by
	default.
	* mml-sec.el:
	* mml-sec.el (mml-signencrypt-style): New.
	* mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
	argument `sign'.
	* mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
	signencrypt.
	* mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
	* mml.el (mml-generate-mime-1): Changed logic so a part which is
	both signed & encryped is processed in one operation. (rather than
	two separate ops: sign, then encrypt)
	* mml2015.el (mml2015-gpg-extract-signature-details): Give some
	indication if a message is signed by an expired key.
	* mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
	enables combined sign & encrypt operation. (this was always on
	before).
	* mml2015.el (mml2015-encrypt): Accept optional argument `sign'.

2002-05-01  Simon Josefsson  <jas@extundo.com>

	* nnimap.el (nnimap-retrieve-groups): Use separate data for each
	server.
	(nnimap-mailbox-info): defvar instead of defvoo.



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



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

* Re: Oort Gnus v0.07 is released
  2002-08-03 23:50 Oort Gnus v0.07 is released Lars Magne Ingebrigtsen
@ 2002-08-04  0:11 ` Maciej Matysiak
  2002-08-04 12:15   ` Lars Magne Ingebrigtsen
  2002-08-04  7:56 ` Nils Kassube
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Maciej Matysiak @ 2002-08-04  0:11 UTC (permalink / raw)


On the 4th of August 2002 at 01:50, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:

> 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
>
> 	(gnus-article-sort-by-random): New function.
> 	(gnus-thread-sort-by-random): New function.

yeah, we've missed you too :)

 m.m. (never drink and read gnus' changelog, otherwise your monitor might
       need cleaning.)
-- 
 use gnus, not guns!



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

* Re: Oort Gnus v0.07 is released
  2002-08-03 23:50 Oort Gnus v0.07 is released Lars Magne Ingebrigtsen
  2002-08-04  0:11 ` Maciej Matysiak
@ 2002-08-04  7:56 ` Nils Kassube
  2002-08-04 12:14   ` Lars Magne Ingebrigtsen
  2002-08-04 11:54 ` Henrik Holm
  2002-08-04 12:01 ` Frank Schmitt
  3 siblings, 1 reply; 7+ messages in thread
From: Nils Kassube @ 2002-08-04  7:56 UTC (permalink / raw)


Well, the file isn't there ;-) 

nika@kursk:~/ognus$ wget http://quimby.gnus.org/gnus/dist/ognus-0.07.tar.gz     --09:54:56--  http://quimby.gnus.org/gnus/dist/ognus-0.07.tar.gz
           => `ognus-0.07.tar.gz'
Resolving quimby.gnus.org... done.
Connecting to quimby.gnus.org[80.91.224.244]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
09:54:56 ERROR 404: Not Found.






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

* Re: Oort Gnus v0.07 is released
  2002-08-03 23:50 Oort Gnus v0.07 is released Lars Magne Ingebrigtsen
  2002-08-04  0:11 ` Maciej Matysiak
  2002-08-04  7:56 ` Nils Kassube
@ 2002-08-04 11:54 ` Henrik Holm
  2002-08-04 12:01 ` Frank Schmitt
  3 siblings, 0 replies; 7+ messages in thread
From: Henrik Holm @ 2002-08-04 11:54 UTC (permalink / raw)


[Lars Magne Ingebrigtsen]

>  Stuff.  And stuff.
>
>  Get it from <URL:http://quimby.gnus.org/gnus/dist/ognus-0.07.tar.gz>

You have probably already heard it... but to be sure, I'd
like you to know that ognus-0.07.tar.gz is not to be found on
that address.  Sure enough, ognus.tar.gz does actually
contain ognus-0.07.  Even more enjoyable, ognus-0.06.tar.gz
*also* contains ognus-0.07.  :-)

Henrik




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

* Re: Oort Gnus v0.07 is released
  2002-08-03 23:50 Oort Gnus v0.07 is released Lars Magne Ingebrigtsen
                   ` (2 preceding siblings ...)
  2002-08-04 11:54 ` Henrik Holm
@ 2002-08-04 12:01 ` Frank Schmitt
  3 siblings, 0 replies; 7+ messages in thread
From: Frank Schmitt @ 2002-08-04 12:01 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> 2002-07-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
> 	From Jochen Hein <jochen@jochen.org>.
>
> 	* gnus-art.el (gnus-emphasis-alist): Add strikethrough and
> 	correct typo.
> 	(gnus-emphasis-strikethru): New face.

I'm still strongly against this on. It makes no sense, since there are
hundreds of false positives, since it doesn't only match -foo- but also
-foo bar- and 
find -name "*.[ch]" | xargs etags --members
and  In XEmacs I can search for the tags with A-

and even if it would only match -foo- I still don't think that people
mean it to be striked through. (P.S. My dictionary says it was crossed
out, but if you all say strikethrough...)

-- 
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.



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

* Re: Oort Gnus v0.07 is released
  2002-08-04  7:56 ` Nils Kassube
@ 2002-08-04 12:14   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-08-04 12:14 UTC (permalink / raw)


Nils Kassube <nika@kassube.de> writes:

> Well, the file isn't there ;-) 
>
> nika@kursk:~/ognus$ wget http://quimby.gnus.org/gnus/dist/ognus-0.07.tar.gz     --09:54:56--  http://quimby.gnus.org/gnus/dist/ognus-0.07.tar.gz
>            => `ognus-0.07.tar.gz'

Ah.  A slight error in the publishing script.  I've now fixed the
link and the script...

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



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

* Re: Oort Gnus v0.07 is released
  2002-08-04  0:11 ` Maciej Matysiak
@ 2002-08-04 12:15   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-08-04 12:15 UTC (permalink / raw)


Maciej Matysiak <phoner.ding@blah.pl> writes:

>> 	(gnus-article-sort-by-random): New function.
>> 	(gnus-thread-sort-by-random): New function.
>
> yeah, we've missed you too :)

And now I'm off to the US again.  :-)

>  m.m. (never drink and read gnus' changelog, otherwise your monitor might
>        need cleaning.)

It was François' idea!  Don't blame me!  I just implemented the
functions...  :-)

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



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

end of thread, other threads:[~2002-08-04 12:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-03 23:50 Oort Gnus v0.07 is released Lars Magne Ingebrigtsen
2002-08-04  0:11 ` Maciej Matysiak
2002-08-04 12:15   ` Lars Magne Ingebrigtsen
2002-08-04  7:56 ` Nils Kassube
2002-08-04 12:14   ` Lars Magne Ingebrigtsen
2002-08-04 11:54 ` Henrik Holm
2002-08-04 12:01 ` Frank Schmitt

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