Gnus development mailing list
 help / color / mirror / Atom feed
From: Magnus Hammerin <qmah@bull.se>
Cc: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>, ding@ifi.uio.no
Subject: Re: September Gnus v0.93 is released
Date: 24 May 1996 14:02:32 +0200	[thread overview]
Message-ID: <s9dybmicm93.fsf@maja.link.bull.se> (raw)
In-Reply-To: Magnus Hammerin's message of 24 May 1996 11:59:01 +0200

>>>>> I write:

I> When I enter a group and do a C-c C-s C-d (ie sort by date) I get all
I> articles in a not very date sorted order. It worked in 0.82, so it must
I> have stopped working between 0.82 and 0.91.

I have found the bug or typo or whatevery you want to call it:

--- gnus.el-ORIG        Fri May 24 01:39:53 1996
+++ gnus.el     Fri May 24 13:58:50 1996
@@ -12829,7 +12829,7 @@
 Timezone package is used."
   (setq date (timezone-fix-time date nil nil))
   (timezone-make-sortable-date
-   (aref date 0) (aref date 2) (aref date 2)
+   (aref date 0) (aref date 1) (aref date 2)
    (timezone-make-time-string
     (aref date 3) (aref date 4) (aref date 5))))


-Magnus


  parent reply	other threads:[~1996-05-24 12:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-23 23:41 Lars Magne Ingebrigtsen
1996-05-24  9:59 ` Magnus Hammerin
1996-05-24 11:34   ` Fabrice Popineau
1996-05-24 12:02   ` Magnus Hammerin [this message]
1996-05-24 16:24 ` Steven L Baur
1996-05-24 16:53   ` Mark Borges
1996-05-24 18:48     ` Lars Magne Ingebrigtsen
1996-05-24 19:44       ` Per Abrahamsen
1996-05-24 18:46   ` Lars Magne Ingebrigtsen
1996-05-24 21:39 ` Sten Drescher
1996-05-26 17:34   ` Kai Grossjohann

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=s9dybmicm93.fsf@maja.link.bull.se \
    --to=qmah@bull.se \
    --cc=ding@ifi.uio.no \
    --cc=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).