nmh-commits
[Top][All Lists]
Advanced

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

[Nmh-commits] [SCM] The nmh Mail Handling System branch, convertargs, up


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, convertargs, updated. 1.6-branchpoint-228-g3b640c4
Date: Sun, 04 Jan 2015 16:53:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, convertargs has been updated
       via  3b640c422bd716ab7246d72b1ea3b35dff533e29 (commit)
       via  78870b8d0afae1f7626febfc48251688d83e9b28 (commit)
      from  41a19760d9369daba89e4ad963a06ebb6f04321e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3b640c422bd716ab7246d72b1ea3b35dff533e29
Author: David Levine <address@hidden>
Date:   Sun Jan 4 10:52:28 2015 -0600

    Added mhical(1), to display, reply to, and cancel iCalendar (RFC 5545)
    event requests.

commit 78870b8d0afae1f7626febfc48251688d83e9b28
Author: David Levine <address@hidden>
Date:   Sun Jan 4 09:57:23 2015 -0600

    Added yacc/bison support to configure.ac.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                 |    3 +
 MACHINES                   |    7 +-
 Makefile.am                |   41 ++-
 configure.ac               |    9 +-
 docs/README-iCalendar      |   64 ----
 docs/contrib/replaliases   |   25 ++
 docs/pending-release-notes |    2 +
 etc/mhical.12hour          |   49 +++
 etc/mhical.24hour          |   50 +++
 etc/mhn.defaults.sh        |    5 +
 h/icalendar.h              |  106 ++++++
 man/mhical.man             |  171 +++++++++
 sbr/datetime.c             |  467 +++++++++++++++++++++++++
 sbr/icalendar.l            |  343 +++++++++++++++++++
 sbr/icalparse.y            |  339 ++++++++++++++++++
 test/common.sh.in          |    9 +-
 uip/mhical.c               |  816 ++++++++++++++++++++++++++++++++++++++++++++
 17 files changed, 2415 insertions(+), 91 deletions(-)
 delete mode 100644 docs/README-iCalendar
 create mode 100644 etc/mhical.12hour
 create mode 100644 etc/mhical.24hour
 create mode 100644 h/icalendar.h
 create mode 100644 man/mhical.man
 create mode 100644 sbr/datetime.c
 create mode 100644 sbr/icalendar.l
 create mode 100644 sbr/icalparse.y
 create mode 100644 uip/mhical.c


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

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