GNU bug report logs - #17227
Newsticker treeview date is hardcoded

Previous Next

Package: emacs;

Reported by: Nathan Paul Simons <fsf <at> hardcorehackers.com>

Date: Tue, 8 Apr 2014 21:47:02 UTC

Severity: minor

Done: Ulf Jasper <ulf.jasper <at> web.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ulf Jasper <ulf.jasper <at> web.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#17227: closed (Newsticker treeview date is hardcoded)
Date: Mon, 11 Aug 2014 18:09:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 11 Aug 2014 20:08:39 +0200
with message-id <87wqaeucew.fsf <at> web.de>
and subject line bug#17227: Newsticker treeview date is hardcoded
has caused the debbugs.gnu.org bug report #17227,
regarding Newsticker treeview date is hardcoded
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
17227: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17227
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nathan Paul Simons <fsf <at> hardcorehackers.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Newsticker treeview date is hardcoded
Date: Tue, 8 Apr 2014 14:43:00 -0700
In newst-treeview.el on line 326, the date for the heading is hardcoded:

(insert (format-time-string "%d.%m.%y, %H:%M"
                            (newsticker--time item)))

It should probably be changed to be similar to another formatting of
the date in the same file (line 765):

(insert (format-time-string newsticker-date-format
                            (newsticker--time item)))

-- 
Sent from my Universal Turing Machine


[Message part 3 (message/rfc822, inline)]
From: Ulf Jasper <ulf.jasper <at> web.de>
To: 17227 <at> debbugs.gnu.org, 17227-done <at> debbugs.gnu.org
Subject: bug#17227: Newsticker treeview date is hardcoded
Date: Mon, 11 Aug 2014 20:08:39 +0200
Introduced `newsticker-treeview-date-format'.

Fixed in trunk, rev. 117688.


This bug report was last modified 10 years and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.