diff options
author | Alex Kost <alezost@gmail.com> | 2016-04-01 23:53:20 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-04-18 10:09:02 +0300 |
commit | b4b9975d4abf8ee7d4f3762e5e6aea656cbeb61f (patch) | |
tree | 6db3717381dab362ef2ffa1acf01eaf9cd448a65 /NEWS | |
parent | b5e3cbbb248f3f5096c9d83d9db586db08d52b04 (diff) | |
download | patches-b4b9975d4abf8ee7d4f3762e5e6aea656cbeb61f.tar patches-b4b9975d4abf8ee7d4f3762e5e6aea656cbeb61f.tar.gz |
emacs: Add interface for package locations.
* emacs/guix-main.scm (%package-location-param-alist): New variable.
(package-location->sexp, package-location-entries): New procedures.
* emacs/guix-ui-location.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Package Locations): Document 'guix-locations'.
* NEWS: Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> Please send Guix bug reports to bug-guix@gnu.org. +* Changes in 0.11.0 (since 0.10.0) + +** Package management + +*** New Emacs interface for package locations: M-x guix-locations + * Changes in 0.10.0 (since 0.9.0) ** Community |