From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Thu, 13 Aug 2015 12:24:31 +0100 Subject: [PATCH 0/3] Fix date tooltips in the distant past Message-ID: This addresses an oversight in commit caed6cb (ui-shared: show absolute time in tooltip for relative dates, 2014-12-20) which missed the case where we show a short date if a time is too long ago, which should also show the full date as a tooltip. The first two patches are preparatory refactoring and the final one is the point of the series. John Keeping (3): ui-shared: extract date formatting to a function ui-shared: use common function in print_rel_date() ui-shared: show full date in tooltip if longer ago than max_relative ui-shared.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) -- 2.5.0.466.g9af26fa