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: Nathan Paul Simons <fsf <at> hardcorehackers.com>
Subject: bug#17227: closed (bug#17227: Newsticker treeview date is hardcoded)
Date: Mon, 11 Aug 2014 18:09:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#17227: Newsticker treeview date is hardcoded

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 17227 <at> debbugs.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: 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.

[Message part 3 (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



This bug report was last modified 11 years ago.

Previous Next


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