diff options
author | Alex Kost <alezost@gmail.com> | 2016-01-21 22:07:10 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-25 22:11:47 +0300 |
commit | 687c9bc0233facde4068ea7f9fed2b2ae931adab (patch) | |
tree | b7416d582c3354c856ba1fa64704434cebfde7dc /NEWS | |
parent | 6dd460c8565882a9ef3f76cc259bbfe1a9342b6e (diff) | |
download | guix-687c9bc0233facde4068ea7f9fed2b2ae931adab.tar guix-687c9bc0233facde4068ea7f9fed2b2ae931adab.tar.gz |
emacs: Add interface for licenses.
* emacs/guix-main.scm (%license-param-alist): New variable.
(license->sexp, find-licenses, license-entries): New procedures.
* emacs/guix-license.el (guix-license-get-entries)
(guix-license-get-display, guix-license-insert-packages-button)
(guix-license-insert-comment, guix-license-list-describe)
(guix-license-list-show-packages): New procedures.
(guix-licenses): New command.
* doc/emacs.texi (Emacs Licenses): New node.
(Emacs Interface): Add it.
* doc/guix.texi (Top): Add it.
* NEWS: Mention new interface.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ Please send Guix bug reports to bug-guix@gnu.org. ** Package management +*** Emacs interface for licenses *** Emacs interface for system generations *** Emacs interface for hydra.gnu.org *** Changes in Emacs interface variables and faces |