~ruther/guix-local

ref: 052d53df1f9a34fea43a29618b0bf165255bdadf guix-local/doc d---------
97d76250 — Leo Famulari 10 years ago
doc: Show how to boot result of 'vm-image'.

* doc/guix.texi (Running GuixSD in a VM): New node.
(Invoking guix system): Add reference to 'Running GuixSD in a VM'.
687c9bc0 — Alex Kost 10 years ago
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.
83aab70b — Alex Kost 10 years ago
emacs: Add 'guix-packages-by-license' command.

* emacs/guix-main.scm (packages-by-license): New procedure.
(%patterns-makers): Add 'license' search type.
* emacs/guix-messages.el (guix-message-packages-by-license): New procedure.
(guix-messages): Use it.
* emacs/guix-ui-package.el (guix-packages-by-license): New command.
* doc/emacs.texi (Emacs Commands): Document it.
cefb7aea — Alex Kost 10 years ago
emacs: Buttonize licenses in "Package Info".

* emacs/guix-ui-package.el (guix-package-license): New button type.
  (guix-package-info-format, guix-output-info-format): Use it.
* doc/emacs.texi (Emacs Info buffer): Mention it.
412bee5e — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
880d647d — Ludovic Courtès 10 years ago
doc: Add policy about version numbers for VCS snapshots.

* doc/guix.texi (Version Numbers): Add paragraphs about VCS snapshot
version numbers.
24a8ef3b — Ludovic Courtès 10 years ago
doc: Remove unneeded backslashes.

* doc/guix.texi (Networking Services): Remove unneeded backslashes.
9059b97d — Ludovic Courtès 10 years ago
doc: 'base-initrd' has #:virtio? default to #t.

This is a followup to e26d507.

* doc/guix.texi (Initial RAM Disk): #:virtio? defaults to #t.
74273b6f — Andreas Enge 10 years ago
doc: Fix typo in section on offloading.

* doc/guix.texi (Daemon Offload Setup): Fix quoting typo in command.
c4847f49 — Ludovic Courtès 10 years ago
doc: Fix typo in "Locales".

* doc/guix.texi (Locales): Add missing 's'.
aca738f3 — Ludovic Courtès 10 years ago
doc: Explain how to make the Info manual visible.

Suggested by David Thompson <dthompson2@worcester.edu>
at <http://bugs.gnu.org/22402>.

* doc/guix.texi (Binary Installation): Explain how to make the Info
manual visible.
5d94ac51 — Ludovic Courtès 10 years ago
doc: Explain how to remove services from a list.

Suggested by <swedebugia@riseup.net>.

* doc/guix.texi (Using the Configuration System): Add
@unnumberedsubsubsec.  Explain how to remove services from a list.
Mention (gnu system).
d0bd632f — Ricardo Wurmus 10 years ago
import: Add Bioconductor importer and updater.

* guix/import/cran.scm (%bioconductor-updater,
latest-bioconductor-release, bioconductor-package?): New procedures.
(cran->guix-package): Support repositories other than CRAN.
(%bioconductor-url, %bioconductor-svn-url): New variables.
(description->package): Update signature to distinguish between packages
from different repositories.
(latest-release): Rename procedure ...
(latest-cran-release): ... to this.
(cran-package?): Do not assume all R packages are available on CRAN.
* tests/cran.scm: Update tests.
* guix/scripts/import/cran.scm: Add "--archive" option and default to
CRAN.
* guix/scripts/refresh.scm (%updaters): Add "%bioconductor-updater".
* doc/guix.texi: Document Bioconductor importer and updater.
f4953019 — Ludovic Courtès 10 years ago
guix build: Add '--keep-going'.

* guix/scripts/build.scm (show-build-options-help)
(%standard-build-options): Add --keep-going.
* guix/scripts/build.scm (set-build-options-from-command-line): Honor
it.
* doc/guix.texi (Invoking guix build): Document it.
afe9f409 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
e0c941fe — Ludovic Courtès 10 years ago
doc: Document 'http_proxy'.

* doc/guix.texi (Build Environment Setup, Substitutes): Document
'http_proxy'.
a887fd8d — Ludovic Courtès 10 years ago
doc: Explain how to run a subset of the tests.

* doc/guix.texi (Running the Test Suite): Explain 'TESTS'.
27a2e483 — Alex Kost 10 years ago
emacs: Add 'guix-search-by-name'.

* emacs/guix-ui-package.el (guix-search-by-name): New command.
* doc/emacs.texi (Emacs Commands): Document it.
e119ba90 — Alex Kost 10 years ago
emacs: Rename 'guix-search-by-name' to 'guix-packages-by-name'.

* emacs/guix-ui-package.el (guix-search-by-name): Rename to...
  (guix-packages-by-name): ... this.  Complete package name.
* doc/emacs.texi (Emacs Commands): Likewise.
e90cf6c1 — Ludovic Courtès 10 years ago
doc: Document command-line options honored by the initrd.

* doc/guix.texi (Initial RAM Disk): Document kernel command-line
options.
Next