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, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.6-branchpoint-302-gaad5d20
Date: Sat, 28 Feb 2015 13:22:13 +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, master has been updated
       via  aad5d20016b28bb8c28592c1ebe4213aafaa43c3 (commit)
       via  3f609815e33ab5474e631eac097d515d982ff0f5 (commit)
       via  991ae1d9adaaa8900decd572b78f00f47bfa20b3 (commit)
       via  1e0b1d40a6285c532b722f4584fa7ddde220deff (commit)
       via  397195e750b3ba046865bc2b0f72a6de6f305651 (commit)
       via  05a5871cd219968464e2c07fbe334891e458e9b3 (commit)
       via  4857a9e89328d8e84932170b4663ecd1c7c4d172 (commit)
       via  c1cdd0e7f8dae0ac256081d37322a75aff16250a (commit)
       via  e2eebc77cc570f77d906bc0cc6890092068468cb (commit)
       via  ebd52474945910d72e7ba2ae487e9fe1b4cb4220 (commit)
       via  42b603c9f3272ec6f1f1bd6d098f271d498fb9d0 (commit)
       via  3a9d1ae106f135d9d6524284c02ae2bea424ca8b (commit)
       via  6b073f7b67a0afd64012ff7d00818ec1bd07b5f2 (commit)
       via  d7a9b5aa35f81e680a54a2f7c2b7dab749812cef (commit)
       via  b026ceb4391bd8aa04f8882e00caf7b4c70f3161 (commit)
       via  3b640c422bd716ab7246d72b1ea3b35dff533e29 (commit)
       via  78870b8d0afae1f7626febfc48251688d83e9b28 (commit)
       via  41a19760d9369daba89e4ad963a06ebb6f04321e (commit)
       via  f7d05e5e1b0ee776b5a4204804197d9dc02c9b0a (commit)
       via  d47168b1771732a05e9538064da1cb788120ee41 (commit)
       via  33e98cdfc7c072124c267945b03a95b22d87a3e1 (commit)
       via  ef0f97190a3a81a91c7564388c2782b0ff40d5fe (commit)
       via  0001d740948b1076ced6fd96907362e0285cbe04 (commit)
       via  5ab36412b5fc49feb41fa816129c68fd6d946e8b (commit)
       via  c87ca5ccad142a07c63368e44b698992af17ad5c (commit)
      from  f9eb71e04285aa4a3d16c8df48ec9a50255a018d (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 aad5d20016b28bb8c28592c1ebe4213aafaa43c3
Merge: f9eb71e 3f60981
Author: David Levine <address@hidden>
Date:   Sun Feb 22 21:21:40 2015 -0600

    Merge remote-tracking branch 'origin/convertargs'

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

Summary of changes:
 .gitignore                 |    3 +
 MACHINES                   |    7 +-
 Makefile.am                |   62 ++--
 configure.ac               |    9 +-
 docs/README-iCalendar      |   64 ----
 docs/contrib/replaliases   |   81 +++++
 docs/pending-release-notes |    5 +
 etc/mhical.12hour          |   49 +++
 etc/mhical.24hour          |   50 +++
 etc/mhl.replywithoutbody   |    5 +
 etc/mhn.defaults.sh        |   33 ++-
 h/icalendar.h              |  106 ++++++
 h/mime.h                   |    8 +-
 man/mh-mime.man            |    9 +-
 man/mhbuild.man            |  169 +++++++++-
 man/mhical.man             |  171 +++++++++
 man/repl.man               |   25 ++-
 sbr/datetime.c             |  467 +++++++++++++++++++++++++
 sbr/icalendar.l            |  343 +++++++++++++++++++
 sbr/icalparse.y            |  339 ++++++++++++++++++
 test/mhical/test-mhical    |  742 ++++++++++++++++++++++++++++++++++++++++
 test/repl/test-convert     |  279 +++++++++++++++
 test/repl/test-repl        |    1 +
 uip/mhbuildsbr.c           |  571 +++++++++++++++++++++++++++++--
 uip/mhical.c               |  816 ++++++++++++++++++++++++++++++++++++++++++++
 uip/repl.c                 |   72 ++++-
 26 files changed, 4342 insertions(+), 144 deletions(-)
 delete mode 100644 docs/README-iCalendar
 create mode 100644 docs/contrib/replaliases
 create mode 100644 etc/mhical.12hour
 create mode 100644 etc/mhical.24hour
 create mode 100644 etc/mhl.replywithoutbody
 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 100755 test/mhical/test-mhical
 create mode 100755 test/repl/test-convert
 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]