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: Nathan Paul Simons <fsf <at> hardcorehackers.com>
To: 17227 <at> debbugs.gnu.org
Subject: bug#17227: 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 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.