[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (b989390 -> 1ae858f)
From: |
Alex Kost |
Subject: |
branch master updated (b989390 -> 1ae858f) |
Date: |
Sat, 02 Jan 2016 14:27:15 +0000 |
alezost pushed a change to branch master
in repository guix.
from b989390 gnu: Add python-markdown.
new 778437e emacs: Use "cl-list*" instead of "apply #'list".
new 36c00c6 emacs: Add 'guix-with-indent'.
new 73ce3c1 emacs: Add API for 'guix-entry'.
new ceea647 emacs: Simplify defining parameter titles.
new e86a43d emacs: list: Generate numerical sort predicates.
new 0b9cd32 emacs: Rename internal procedures.
new 376af76 emacs: list: Configure format in one place.
new 4ba476f emacs: Add 'guix-keyword-args-let'.
new d9c9f9a emacs: Add 'guix-alist-put'.
new f768e4b emacs: list: Generalize 'marks' code.
new 7b31510 emacs: list: Generalize 'describe' code.
new 649df66 emacs: list: Generalize 'sort-key' code.
new 78fdbdc emacs: list: Add 'guix-list-mode-initialize'.
new cf910ce emacs: list: Split 'guix-list-format' variable.
new 25d2fe8 emacs: list: Factorize "edit package" commands.
new 2c7ed38 emacs: info: Generalize inserting and formatting.
new 7735c50 emacs: Factorize macros for defining interfaces.
new 9193fb7 emacs: info: Split 'guix-info-format' variable.
new 574f672 emacs: Split 'guix-param-titles' variable.
new c8e2666 emacs: Add wrappers for 'history-size' and
'revert-confirm'.
new e40b3c3 emacs: Split 'guix-root-map' keymap.
new 819518d emacs: Generalize buffer redisplaying.
new 87fe9ec emacs: Generalize buffer reverting.
new fc7a288 emacs: Improve messages for packages found by ID.
new 7171d82 emacs: info: Buttonize package name heading.
new 8bff0c7 emacs: Generalize buffer naming.
new 8103c22 emacs: info: Get rid of syntactic fontification.
new 6c40b7b emacs: Generalize buffer interface.
new b199042 emacs: Reorganize 'readers' code.
new c80ce10 emacs: Reorganize package/generation UI code.
new e29d192 emacs: Add 'list-single' variables.
new ddf6948 emacs: Add 'guix-list-get-display-entries'.
new dc690c4 emacs: Return nil instead of "" in completing readers.
new 8ed2c92 emacs: Add hierarchy of customization groups.
new 494a62f emacs: Add 'guix-ui-read-profile'.
new 32950fc emacs: Add Hydra interface.
new 5c8994d emacs: Use "B" key in "Package List" to display latest
builds.
new 1ae858f Update NEWS.
The 38 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
NEWS | 31 ++
doc/emacs.texi | 72 +++-
doc/guix.texi | 5 +-
emacs.am | 11 +-
emacs/guix-base.el | 863 ++-----------------------------------
emacs/guix-buffer.el | 622 ++++++++++++++++++++++++++
emacs/guix-command.el | 9 +-
emacs/guix-entry.el | 59 +++
emacs/guix-external.el | 8 +-
emacs/guix-hydra-build.el | 362 ++++++++++++++++
emacs/guix-hydra-jobset.el | 162 +++++++
emacs/guix-hydra.el | 363 ++++++++++++++++
emacs/guix-info.el | 1007 +++++++++++++------------------------------
emacs/guix-list.el | 960 ++++++++++++++---------------------------
emacs/guix-messages.el | 26 +-
emacs/guix-read.el | 123 ++----
emacs/guix-ui-generation.el | 433 +++++++++++++++++++
emacs/guix-ui-package.el | 955 ++++++++++++++++++++++++++++++++++++++++
emacs/guix-ui.el | 333 ++++++++++++++
emacs/guix-utils.el | 269 +++++++++++-
emacs/guix.el | 213 ---------
21 files changed, 4353 insertions(+), 2533 deletions(-)
create mode 100644 emacs/guix-buffer.el
create mode 100644 emacs/guix-entry.el
create mode 100644 emacs/guix-hydra-build.el
create mode 100644 emacs/guix-hydra-jobset.el
create mode 100644 emacs/guix-hydra.el
create mode 100644 emacs/guix-ui-generation.el
create mode 100644 emacs/guix-ui-package.el
create mode 100644 emacs/guix-ui.el
delete mode 100644 emacs/guix.el
- branch master updated (b989390 -> 1ae858f),
Alex Kost <=
- 02/38: emacs: Add 'guix-with-indent'., Alex Kost, 2016/01/02
- 05/38: emacs: list: Generate numerical sort predicates., Alex Kost, 2016/01/02
- 01/38: emacs: Use "cl-list*" instead of "apply #'list"., Alex Kost, 2016/01/02
- 04/38: emacs: Simplify defining parameter titles., Alex Kost, 2016/01/02
- 09/38: emacs: Add 'guix-alist-put'., Alex Kost, 2016/01/02
- 07/38: emacs: list: Configure format in one place., Alex Kost, 2016/01/02
- 12/38: emacs: list: Generalize 'sort-key' code., Alex Kost, 2016/01/02
- 15/38: emacs: list: Factorize "edit package" commands., Alex Kost, 2016/01/02
- 08/38: emacs: Add 'guix-keyword-args-let'., Alex Kost, 2016/01/02
- 10/38: emacs: list: Generalize 'marks' code., Alex Kost, 2016/01/02