[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, emacs-ui, updated. v0.7-120-gd176f1d
From: |
Alex Kost |
Subject: |
GNU Guixguix source archive branch, emacs-ui, updated. v0.7-120-gd176f1d |
Date: |
Tue, 02 Sep 2014 20:21:42 +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, emacs-ui has been updated
via d176f1d0f3fc40638ab234fa9d23726f38352b23 (commit)
via 1251e70038991fae3039ee2df881105731182caf (commit)
from e57a45e275f43db0b461a629ac6e0e3b2c20e4c3 (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 d176f1d0f3fc40638ab234fa9d23726f38352b23
Author: Alex Kost <address@hidden>
Date: Tue Sep 2 23:19:43 2014 +0400
emacs: Add support for changing profile.
Suggested by Ludovic Courtès <address@hidden>.
* emacs/guix-base.el (guix-set-current-profile): New procedure.
(guix-user-profile, guix-default-profile)
(guix-current-profile): New variables.
(guix-search-entries-config): Remove.
(guix-get-entries): Modify accordingly.
* emacs/guix-init.el.in (guix-default-profile): New variable.
* emacs/guix-main.scm: Refactor code for using profile from elisp side.
(%user-profile, %current-profile): Remove.
(%package-entries-functions, %generation-entries-functions): New
variables.
(get-entries): New procedure.
(process-package-actions): Add 'profile' argument.
* doc/emacs.texi: Add documentation for setting profile.
commit 1251e70038991fae3039ee2df881105731182caf
Author: Alex Kost <address@hidden>
Date: Tue Sep 2 22:27:32 2014 +0400
doc: Improve Emacs UI manual.
Suggested by Ludovic Courtès <address@hidden>.
* doc/emacs.texi: Add 'emacs' prefix to all nodes.
Many small modifications.
* doc/guix.texi: Move Emacs UI node higher.
-----------------------------------------------------------------------
Summary of changes:
doc/emacs.texi | 185 +++++++++++++++++++----------------
doc/guix.texi | 6 +-
emacs/guix-base.el | 90 ++++++++++-------
emacs/guix-init.el.in | 7 ++
emacs/guix-main.scm | 260 ++++++++++++++++++++++++++----------------------
5 files changed, 306 insertions(+), 242 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, emacs-ui, updated. v0.7-120-gd176f1d,
Alex Kost <=