emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (794f8f2 -> a79e96f)


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master updated (794f8f2 -> a79e96f)
Date: Wed, 31 Jul 2019 15:47:55 -0400 (EDT)

larsi pushed a change to branch master.

      from  794f8f2   Call file notification actions properly in 
filenotify-tests.el
       new  8c04e65   Have newsticker use iso8601 to parse dates
       new  07ce3be   `decoded-time-set-defaults' refactored out from iso8601 
code
       new  46df7bb   Add new function time-zone-format
       new  14c0a63   Make time-zone-format take a SHORT parameter
       new  6a87416   Use iso8601-parse in nnrss
       new  e82ae1d   decoded-time-dst doc fix
       new  4dcb692   Default DST to "undecided" in decoded-time-set-defaults
       new  fa648a5   Allow timezone defaults in decoded-time-set-defaults
       new  296002b   Rewrite `parse-iso8601-time-string' to use `iso8601-parse'
       new  1ab6445   Fix time zone in previous rewrite of 
newsticker--decode-iso8601-date
       new  c8f1e17   Rewrite `url-dav-process-date-property' to use parse-time
       new  a79e96f   Add more icalendar tests (for the isodatetime parser)


Summary of changes:
 etc/NEWS                                           | 12 ++--
 lisp/calendar/iso8601.el                           | 16 +----
 lisp/calendar/parse-time.el                        | 74 +++-------------------
 lisp/calendar/time-date.el                         | 44 +++++++++++++
 lisp/gnus/nnrss.el                                 | 51 ++++-----------
 lisp/net/newst-backend.el                          | 66 ++++---------------
 lisp/simple.el                                     |  4 +-
 lisp/url/url-dav.el                                | 67 ++------------------
 test/lisp/calendar/icalendar-tests.el              | 26 ++++++++
 test/lisp/calendar/time-date-tests.el              |  6 ++
 .../{mail/rmail-tests.el => gnus/nnrss-tests.el}   | 22 +++----
 11 files changed, 135 insertions(+), 253 deletions(-)
 copy test/lisp/{mail/rmail-tests.el => gnus/nnrss-tests.el} (62%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]