gnu: seahorse: Add SSH support. * gnu/packages/gnome.scm (seahorse)[inputs]: Add "openssh".
gnu: Add seahorse. * gnu/packages/gnome.scm (seahorse): New variable.
gnu: Add gnome-keyring. * gnu/packages/gnome.scm (gnome-keyring): New variable.
gnu: Add GCR. * gnu/packages/gnome.scm (gcr): New variable.
guix system: init: Make sure the target is root-owned. Suggested by Mark H Weaver <mhw@netris.org>. * guix/scripts/system.scm (install): Add 'chown' and 'chmod' calls for TARGET when running as root, and warn otherwise.
gnu: linux-boot: Remove outdated and misleading comment. * gnu/build/linux-boot.scm (boot-system): Remove outdated comment.
gnu: bluez: Install the library and header files. * gnu/packages/linux.scm (bluez)[arguments]: Add --enable-library to #:configure-flags.
gnu: dbus-glib: Propagate inputs dbus and glib. * gnu/packages/glib.scm (dbus-glib): Propagate inputs dbus and glib. * gnu/packages/audio.scm (patchage), gnu/packages/gnuzilla.scm (icecat), gnu/packages/python.scm (python-dbus): Drop inputs dbus and glib. * gnu/packages/gnome.scm (colord, gconf, gnome-vfs, upower), gnu/packages/mail.scm (claws-mail), gnu/packages/messaging.scm (hexchat), gnu/packages/wicd.scm (wicd): Drop input dbus.
doc: Add "Running Guix Before It Is Installed". * doc/guix.texi (Running Guix Before It Is Installed): New node. (Packaging Guidelines): Refer to it.
doc: Update detailed node list. * doc/guix.texi (Top): Add "package Reference" and "origin Reference" in detailed node list.
doc: Change "GSD" to "GuixSD". * doc/emacs.texi (Emacs Initial Setup): Change "GSD" to "GuixSD".
gnu: gnutls: Update to 3.4.1. * gnu/packages/patches/gnutls-fix-duplicate-manpages.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/gnutls.scm (gnutls): Update to 3.4.1. Remove patch.
gnu: postgresql: Update to 9.3.7. * gnu/packages/databases.scm (postgresql): Update to 9.3.7.
doc: Clarify the module file name convention. * doc/guix.texi (Package Modules): Clarify the footnote about the module file names convention. Tweak the wording.
gnu: Add python-rq. * gnu/packages/python.scm (python-rq, python2-rq): New variables.
gnu: Add python-redis. * gnu/packages/python.scm (python-redis, python2-redis): New variables.
gnu: Add python-click. * gnu/packages/python.scm (python-click, python2-click): New variables.
gnu: Add rsem. * gnu/packages/bioinformatics.scm (rsem): New variable. * gnu/packages/patches/rsem-makefile.patch: New file.
doc: More cross-references. * doc/guix.texi (Invoking guix package): Add xref to "package Reference". (package Reference): Add xref to "Invoking guix package". Expound 'native-inputs' example, and add xref to "Invoking guix lint".
doc: Add a cross-reference to "origin Reference". * doc/guix.texi (Defining Packages): Add xref to "origin Reference".