| Commit message (Expand) | Author | Age | Files | Lines |
* | Update NEWS. | Ludovic Courtès | 2020-04-15 | 1 | -2/+25 |
* | Update NEWS. | Ludovic Courtès | 2020-04-12 | 1 | -1/+17 |
* | Update NEWS. | Ludovic Courtès | 2020-04-09 | 1 | -1/+106 |
* | Update NEWS. | Ludovic Courtès | 2019-05-17 | 1 | -0/+2 |
* | Update NEWS. | Ludovic Courtès | 2019-05-16 | 1 | -0/+48 |
* | Update NEWS. | Ludovic Courtès | 2019-05-01 | 1 | -2/+11 |
* | Update NEWS. | Ludovic Courtès | 2019-04-29 | 1 | -0/+8 |
* | Update NEWS. | Ludovic Courtès | 2019-04-28 | 1 | -1/+75 |
* | Update NEWS. | Ludovic Courtès | 2018-12-05 | 1 | -2/+11 |
* | Update NEWS. | Ludovic Courtès | 2018-12-05 | 1 | -5/+44 |
* | Update NEWS. | Ludovic Courtès | 2018-11-23 | 1 | -0/+46 |
* | Update NEWS. | Ricardo Wurmus | 2018-08-30 | 1 | -0/+11 |
* | Update NEWS. | Ludovic Courtès | 2018-07-05 | 1 | -3/+1000 |
* | Update NEWS. | Ludovic Courtès | 2018-07-05 | 1 | -3/+66 |
* | Update NEWS. | Ludovic Courtès | 2018-06-20 | 1 | -3/+23 |
* | Update NEWS. | Ricardo Wurmus | 2018-05-29 | 1 | -0/+5 |
* | services: Add Enlightenment desktop service.•••* gnu/services/desktop.scm (<enlightenment-desktop-configuration>,
enlightenment-desktop-service-type): New variables.
* doc/guix.texi (Desktop Services): Document the service.
* NEWS: Mention it.
| Efraim Flashner | 2018-05-20 | 1 | -0/+7 |
* | guix: Separate the package name and version with "@", not "-".•••* guix/packages.scm (package-full-name): By default, use "@" to separate
the package name and package version. Add an optional delimiter
argument so that there is still a way to explicitly use a different
delimiter.
* gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust
accordingly.
* tests/graph.scm: Adjust accordingly.
* tests/profiles.scm: Adjust accordingly.
* NEWS: Mention the change.
Fixes: <https://bugs.gnu.org/31088>.
Reported by Pierre Neidhardt <ambrevar@gmail.com>.
| Chris Marusich | 2018-05-08 | 1 | -0/+5 |
* | Update NEWS. | Ludovic Courtès | 2017-12-06 | 1 | -3/+721 |
* | Update NEWS. | Ludovic Courtès | 2017-12-06 | 1 | -0/+4 |
* | Update NEWS. | Ludovic Courtès | 2017-12-05 | 1 | -0/+3 |
* | Update NEWS. | Ludovic Courtès | 2017-12-04 | 1 | -0/+76 |
* | Update NEWS. | Ludovic Courtès | 2017-05-22 | 1 | -2/+2 |
* | Update NEWS. | Ludovic Courtès | 2017-05-21 | 1 | -8/+550 |
* | Update NEWS. | Ricardo Wurmus | 2017-05-20 | 1 | -2/+4 |
* | Update NEWS. | Ricardo Wurmus | 2017-05-17 | 1 | -0/+7 |
* | Update NEWS. | Ludovic Courtès | 2017-05-16 | 1 | -1/+59 |
* | Update NEWS.•••Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Ricardo Wurmus | 2016-12-20 | 1 | -0/+478 |
* | Update NEWS. | Ludovic Courtès | 2016-08-04 | 1 | -3/+275 |
* | Update NEWS. | Ludovic Courtès | 2016-08-01 | 1 | -0/+86 |
* | emacs: Add interface for package locations.•••* emacs/guix-main.scm (%package-location-param-alist): New variable.
(package-location->sexp, package-location-entries): New procedures.
* emacs/guix-ui-location.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Package Locations): Document 'guix-locations'.
* NEWS: Mention it.
| Alex Kost | 2016-04-18 | 1 | -0/+6 |
* | Update NEWS. | Ludovic Courtès | 2016-03-28 | 1 | -2/+307 |
* | Update 'NEWS'. | Ludovic Courtès | 2016-03-27 | 1 | -7/+95 |
* | utils: Use '@' for separating package names and version numbers.•••This provides the ability to use numbers in package names.
Fixes <http://bugs.gnu.org/19219>.
* guix/utils.scm (package-name->name+version): New procedure.
* gnu/packages.scm (%find-package): Add a FALLBACK? keyword argument.
Use the previous method when no package is found.
(specification->package+output, specification->package): Adapt
documentation to new syntax.
* doc/guix.texi (Invoking guix package, Invoking guix import): Likewise.
* guix/ui.scm (package-specification->name+version+output): Likewise.
* guix/scripts/import/hackage.scm (show-help): Likewise.
* tests/guix-build.sh: Adapt to new syntax.
* tests/guix-lint.sh: Likewise.
* tests/guix-package.sh: Likewise.
* tests/ui.scm ("package-specification->name+version+output"): Likewise.
* tests/utils.scm ("package-name->name+version"): Likewise.
* NEWS: Mention new syntax.
| Mathieu Lirzin | 2016-03-02 | 1 | -0/+17 |
* | emacs: Add interface for licenses.•••* emacs/guix-main.scm (%license-param-alist): New variable.
(license->sexp, find-licenses, license-entries): New procedures.
* emacs/guix-license.el (guix-license-get-entries)
(guix-license-get-display, guix-license-insert-packages-button)
(guix-license-insert-comment, guix-license-list-describe)
(guix-license-list-show-packages): New procedures.
(guix-licenses): New command.
* doc/emacs.texi (Emacs Licenses): New node.
(Emacs Interface): Add it.
* doc/guix.texi (Top): Add it.
* NEWS: Mention new interface.
| Alex Kost | 2016-01-25 | 1 | -0/+1 |
* | emacs: Rename 'file-path' to 'file-name'.•••* emacs/guix-info.el (guix-info-file-path): Rename to...
(guix-info-file-name): ... this.
* emacs/guix-list.el (guix-list-file-path): Rename to...
(guix-list-file-name): ... this.
(guix-list-get-file-path): Rename to...
(guix-list-get-file-name): ... this.
* emacs/guix-ui-generation.el (guix-generation-list-format): Adjust
accordingly.
* emacs/guix-ui-system-generation.el (guix-system-generation-list-format):
Likewise.
* NEWS: Mention faces renaming.
| Alex Kost | 2016-01-25 | 1 | -1/+2 |
* | emacs: Add interface for system generations.•••* emacs/guix-main.scm (system-generation-boot-parameters)
(system-generation-param-alist, system-generation-sexps): New procedures.
(entries): Add 'system-generation' entry type.
* emacs/guix-messages.el (guix-result-message): Use the same messages
for 'generation' and 'system-generation' entry types.
* emacs/guix-ui-system-generation.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Commands): Document new commands.
* NEWS: Mention new interface.
| Alex Kost | 2016-01-16 | 1 | -0/+1 |
* | Update NEWS.•••* NEWS: Mention Emacs interface for Hydra and changes in variables.
| Alex Kost | 2016-01-02 | 1 | -0/+31 |
* | Update NEWS.•••* NEWS: Mention 'guix-build-log-mode'.
| Alex Kost | 2015-11-06 | 1 | -0/+1 |
* | Update NEWS. | Ludovic Courtès | 2015-11-04 | 1 | -0/+184 |
* | doc: Back up on the claim of encrypted root partitions.•••Reported by 宋文武 <iyzsong@openmailbox.org>
at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00096.html>.
* doc/guix.texi (System Installation): Comment out encrypted root
partition commands.
* gnu/system/examples/desktop.tmpl (mapped-devices): Remove.
(file-systems): Refer to the root by label.
* NEWS: Adjust.
| Ludovic Courtès | 2015-11-04 | 1 | -1/+2 |
* | Update NEWS. | Ludovic Courtès | 2015-11-04 | 1 | -0/+73 |
* | Update NEWS. | Ludovic Courtès | 2015-07-21 | 1 | -5/+86 |
* | Update NEWS. | Ludovic Courtès | 2015-07-21 | 1 | -0/+76 |
* | Update NEWS. | Ludovic Courtès | 2015-05-13 | 1 | -3/+221 |
* | NEWS: Mention new postgresql service in 0.8.2. | David Thompson | 2015-05-13 | 1 | -1/+1 |
* | Update NEWS. | Ludovic Courtès | 2015-05-13 | 1 | -0/+154 |
* | Update NEWS. | Ludovic Courtès | 2015-01-28 | 1 | -1/+89 |
* | nls: Update 'vi' translation. | Ludovic Courtès | 2015-01-28 | 1 | -1/+1 |
* | Update NEWS. | Ludovic Courtès | 2015-01-28 | 1 | -1/+172 |