all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#17227: Newsticker treeview date is hardcoded
@ 2014-04-08 21:43 Nathan Paul Simons
  2014-08-11 18:08 ` Ulf Jasper
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Paul Simons @ 2014-04-08 21:43 UTC (permalink / raw)
  To: 17227

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





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

* bug#17227: Newsticker treeview date is hardcoded
  2014-04-08 21:43 bug#17227: Newsticker treeview date is hardcoded Nathan Paul Simons
@ 2014-08-11 18:08 ` Ulf Jasper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Jasper @ 2014-08-11 18:08 UTC (permalink / raw)
  To: 17227, 17227-done

Introduced `newsticker-treeview-date-format'.

Fixed in trunk, rev. 117688.





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

end of thread, other threads:[~2014-08-11 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08 21:43 bug#17227: Newsticker treeview date is hardcoded Nathan Paul Simons
2014-08-11 18:08 ` Ulf Jasper

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.