[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (fd9a5b0 -> 3a6a0f6)
From: |
Federico Beffa |
Subject: |
branch master updated (fd9a5b0 -> 3a6a0f6) |
Date: |
Wed, 03 Feb 2016 09:50:34 +0000 |
beffa pushed a change to branch master
in repository guix.
from fd9a5b0 gnu: qemu: Update to 2.5.0; add fixes for security flaws.
new e037a09 gnu: Add emacs-scheme-complete.
new aad4a48 gnu: scmutils: Generate 'scmutils-autoloads.el' file.
new 58a7dc1 gnu: Add emacs-mit-scheme-doc.
new e5045f3 gnu: Add emacs-constants.
new af00e63 gnu: mit-scheme: Convert to the 'modify-phases' syntax.
new f163c29 gnu: mit-scheme: Generate and install documentation.
new 8596069 gnu: Add emacs-slime.
new 1ee131d gnu: sbcl: Convert to the 'modify-phases' syntax.
new 05f5ce0 gnu: sbcl: Generate and install documentation.
new 3a6a0f6 gnu: Add Italian Aspell dictionary.
The 10 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:
gnu-system.am | 2 +
gnu/packages/aspell.scm | 7 +
gnu/packages/emacs.scm | 169 ++++++++++++++++++++
gnu/packages/lisp.scm | 135 +++++++++-------
.../patches/emacs-constants-lisp-like.patch | 81 ++++++++++
.../emacs-scheme-complete-scheme-r5rs-info.patch | 14 ++
gnu/packages/scheme.scm | 106 +++++++++----
7 files changed, 421 insertions(+), 93 deletions(-)
create mode 100644 gnu/packages/patches/emacs-constants-lisp-like.patch
create mode 100644
gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch
- branch master updated (fd9a5b0 -> 3a6a0f6),
Federico Beffa <=
- 02/10: gnu: scmutils: Generate 'scmutils-autoloads.el' file., Federico Beffa, 2016/02/03
- 01/10: gnu: Add emacs-scheme-complete., Federico Beffa, 2016/02/03
- 03/10: gnu: Add emacs-mit-scheme-doc., Federico Beffa, 2016/02/03
- 05/10: gnu: mit-scheme: Convert to the 'modify-phases' syntax., Federico Beffa, 2016/02/03
- 06/10: gnu: mit-scheme: Generate and install documentation., Federico Beffa, 2016/02/03
- 04/10: gnu: Add emacs-constants., Federico Beffa, 2016/02/03
- 07/10: gnu: Add emacs-slime., Federico Beffa, 2016/02/03
- 10/10: gnu: Add Italian Aspell dictionary., Federico Beffa, 2016/02/03
- 08/10: gnu: sbcl: Convert to the 'modify-phases' syntax., Federico Beffa, 2016/02/03
- 09/10: gnu: sbcl: Generate and install documentation., Federico Beffa, 2016/02/03