Age | Commit message (Expand) | Author |
2016-04-26 | emacs: Add "edit" command to a list of licenses....* emacs/guix-ui-license.el (guix-license-list-edit): New command.
(guix-license-list-mode-map): Bind it to "e" key.
| Alex Kost |
2016-04-26 | emacs: Add license definition button to License Info buffer....* emacs/guix-ui-license.el (guix-license-insert-file): New procedure.
(guix-license-info-format): Use it.
| Alex Kost |
2016-04-18 | emacs: Display message if license not found....* emacs/guix-ui-license.el (guix-license-message): New procedure.
(guix-license-info-message-function): Use it.
(guix-license-list-message-function): Likewise.
| Alex Kost |
2016-04-18 | emacs: Separate package license code....Move list/info interface code from "guix-license.el" to
"guix-ui-license.el".
* emacs/guix-license.el (guix-license-get-entries, guix-license-get-display)
(guix-license-insert-packages-button, guix-license-insert-comment)
(guix-licenses): Move to...
* emacs/guix-ui-license.el: ... here. New file.
* emacs.am (ELFILES): Add it.
| Alex Kost |