[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-546-g23459fa
From: |
Alex Kost |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-546-g23459fa |
Date: |
Sat, 18 Oct 2014 06:26:05 +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 23459fa59b3e96baa07da1ae4c78af70c255ac20 (commit)
from 7c3c0374de446af387c8478f77083fd0e357253c (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 23459fa59b3e96baa07da1ae4c78af70c255ac20
Author: Alex Kost <address@hidden>
Date: Fri Oct 17 22:21:32 2014 +0400
emacs: Improve interface for working with multiple profiles.
Suggested by David Thompson, Ludovic Courtès and Mathieu Lirzin.
* emacs/guix-base.el (guix-profile-prompt): New procedure.
(guix-set-current-profile): Use it.
(guix-buffer-name-simple, guix-buffer-name-default, guix-buffer-name): New
procedures.
(guix-buffer-name-function, guix-profile): New variables.
(guix-set-vars, guix-get-entries, guix-get-show-entries, guix-set-buffer,
guix-history-call, guix-process-package-actions,
guix-continue-package-operation-p, guix-delete-generations,
guix-switch-to-generation): Add 'profile' argument.
* emacs/guix.el (guix-get-show-packages, guix-get-show-generations,
guix-search-by-name, guix-search-by-regexp, guix-installed-packages,
guix-obsolete-packages, guix-all-available-packages,
guix-newest-available-packages, guix-generations,
guix-generations-by-time):
Likewise.
(guix-last-generations): New command.
* emacs/guix-info.el: Adjust for using 'profile' argument where needed.
* emacs/guix-list.el: Likewise.
* doc/emacs.texi (Emacs Commands): Document 'guix-last-generations' and
using
"C-u" for commands.
(Emacs Buffer Names): Document 'guix-buffer-name-function'.
-----------------------------------------------------------------------
Summary of changes:
doc/emacs.texi | 61 +++++++++++-------
emacs/guix-base.el | 179 ++++++++++++++++++++++++++++++++++++----------------
emacs/guix-info.el | 13 ++--
emacs/guix-list.el | 14 +++--
emacs/guix.el | 141 +++++++++++++++++++++++++++--------------
5 files changed, 272 insertions(+), 136 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-546-g23459fa,
Alex Kost <=