guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.7-157-g457f60f


From: Alex Kost
Subject: GNU Guixguix source archive branch, master, updated. v0.7-157-g457f60f
Date: Wed, 03 Sep 2014 19:52:12 +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 "guix source archive".

The branch, master has been updated
       via  457f60fa068c7becf60841daa2b6fc5121aedead (commit)
      from  a423555d3c4314f8347d75b050d7daf6e594281f (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 457f60fa068c7becf60841daa2b6fc5121aedead
Author: Alex Kost <address@hidden>
Date:   Wed Aug 27 16:44:17 2014 +0400

    Add Emacs user interface.
    
    * configure.ac (emacsuidir): New variable.
      (AC_CONFIG_FILES): Add 'emacs/guix-init.el', 'emacs/guix-helper.scm'.
    * Makefile.am: Include 'emacs.am'.
    * emacs.am: New file.
    * doc/emacs.texi: New file.
    * doc/guix.texi: Include 'emacs.texi'.
    * emacs/guix-backend.el: New file.
    * emacs/guix-base.el: New file.
    * emacs/guix-helper.scm.in: New file.
    * emacs/guix-history.el: New file.
    * emacs/guix-info.el: New file.
    * emacs/guix-init.el.in: New file.
    * emacs/guix-list.el: New file.
    * emacs/guix-main.scm: New file.
    * emacs/guix-utils.el: New file.
    * emacs/guix.el: New file.

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

Summary of changes:
 .gitignore                         |    5 +
 Makefile.am                        |    4 +
 configure.ac                       |    7 +
 doc/emacs.texi                     |  321 +++++++++++++++++++
 doc/guix.texi                      |    3 +
 tests/guix-download.sh => emacs.am |   37 ++-
 emacs/guix-backend.el              |  301 ++++++++++++++++++
 emacs/guix-base.el                 |  607 ++++++++++++++++++++++++++++++++++++
 emacs/guix-helper.scm.in           |   64 ++++
 emacs/guix-history.el              |   92 ++++++
 emacs/guix-info.el                 |  556 +++++++++++++++++++++++++++++++++
 emacs/guix-init.el.in              |   14 +
 emacs/guix-list.el                 |  586 ++++++++++++++++++++++++++++++++++
 emacs/guix-main.scm                |  603 +++++++++++++++++++++++++++++++++++
 emacs/guix-utils.el                |  160 ++++++++++
 emacs/guix.el                      |  141 +++++++++
 16 files changed, 3486 insertions(+), 15 deletions(-)
 create mode 100644 doc/emacs.texi
 copy tests/guix-download.sh => emacs.am (51%)
 create mode 100644 emacs/guix-backend.el
 create mode 100644 emacs/guix-base.el
 create mode 100644 emacs/guix-helper.scm.in
 create mode 100644 emacs/guix-history.el
 create mode 100644 emacs/guix-info.el
 create mode 100644 emacs/guix-init.el.in
 create mode 100644 emacs/guix-list.el
 create mode 100644 emacs/guix-main.scm
 create mode 100644 emacs/guix-utils.el
 create mode 100644 emacs/guix.el


hooks/post-receive
-- 
guix source archive



reply via email to

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