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-409-g3472bb2


From: Alex Kost
Subject: GNU Guixguix source archive branch, master, updated. v0.7-409-g3472bb2
Date: Sun, 28 Sep 2014 18:47:01 +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  3472bb20c5521f9dc85404a4dab9abef11c87a22 (commit)
       via  2e269860c48696ca6fd0a76315a85ca3fd1ee3bc (commit)
       via  ce8b295352516ea2effd259401635a7cdd06cc6f (commit)
      from  79f5dd5915ab8ba5cc5fc19496e042e34a7a10ff (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 3472bb20c5521f9dc85404a4dab9abef11c87a22
Author: Alex Kost <address@hidden>
Date:   Sun Sep 28 09:32:41 2014 +0400

    emacs: Use package/output type variables where needed.
    
    * emacs/guix-list.el (guix-package-list-type, 
guix-output-list-describe-type):
      Move to...
    * emacs/guix-base.el: ... here.  Rename 'guix-output-list-describe-type' to
      'guix-package-info-type'.
    * emacs/guix-info.el (guix-generation-info-insert-number): Use
      'guix-package-list-type'.
    * emacs/guix.el (guix-get-show-packages): Use 'guix-package-info-type'.

commit 2e269860c48696ca6fd0a76315a85ca3fd1ee3bc
Author: Alex Kost <address@hidden>
Date:   Sun Sep 28 00:59:08 2014 +0400

    emacs: Support font-locking.
    
    Avoid breaking highlighting after adding new font-lock keywords.
    
    * emacs/guix-base.el (guix-insert-package-strings): Use 'propertize' instead
      of 'guix-get-string'.
    * emacs/guix-info.el (guix, guix-action, guix-file, guix-url,
      guix-package-location, guix-package-name): New button types.
      (guix-info-insert-action-button, guix-info-insert-file-path,
      guix-info-insert-url, guix-package-info-insert-location,
      guix-package-info-insert-full-names,
      guix-package-info-insert-non-unique-text): Adjust for 'guix-insert-button'
      and button types.
      (guix-package-info-name-button): New face.
      (guix-package-info-define-insert-inputs): Use it.  Add new button types.
      (guix-package-info-insert-full-name): Remove.
    * emacs/guix-utils.el (guix-get-string): Replace 'face' with 
'font-lock-face'.
      (guix-insert-button): Adjust for using button types.

commit ce8b295352516ea2effd259401635a7cdd06cc6f
Author: Alex Kost <address@hidden>
Date:   Sun Sep 28 00:33:29 2014 +0400

    emacs: Fix errors in receiving information.
    
    * emacs/guix-main.scm (package-pattern-transformer,
      output-pattern-transformer): Add fallback 'match' clauses.
      (find-generations): Fix getting generations by IDs.

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

Summary of changes:
 emacs/guix-base.el  |   22 +++++++++-
 emacs/guix-info.el  |  115 ++++++++++++++++++++++++++++++++------------------
 emacs/guix-list.el  |   22 +---------
 emacs/guix-main.scm |    8 ++-
 emacs/guix-utils.el |   21 +++-------
 emacs/guix.el       |   24 ++++-------
 6 files changed, 115 insertions(+), 97 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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