guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-installer updated (9ff399e -> 688f4f7)


From: John Darrington
Subject: branch wip-installer updated (9ff399e -> 688f4f7)
Date: Thu, 2 Feb 2017 18:13:04 +0000 (UTC)

jmd pushed a change to branch wip-installer
in repository guix.

      from  9ff399e   gurses: Reimplement pad-complex-string.
       new  69ac9c6   installer: Avoid wpa_supplicant's output causing screen 
damage.
       new  36e0522   installer: New gettext keyword M_.
       new  5ed7922   installer: New file i18n.scm.
       new  dab1055   installer: Add optional arguments to addstr*.
       new  5408c2f   installer: Main page: Redisplay translatable strings upon 
refresh.
       new  8a2baad   installer: Use _ instead of M_ for host-name-refresh.
       new  4ff86a2   installer: New page to select language.
       new  da40d3b   installer: Replace 'file-browser' with 'key-map'.
       new  6cd63be   installer: Correct placement of gettext call.
       new  6da8d8c   installer: Fix i18n in dialogs.
       new  f360850   installer: New convenience procedures.
       new  e7b3a8f   installer: Improve i18n in ping page.
       new  9b8034d   gurses: Avoid one use of car/cdr.
       new  89148e7   gurses: Cache the windows of buttons.
       new  84b6401   gurses: Use match instead of car.
       new  49c3bbe   installer: New procedure key-value-slurp.
       new  10418a2   installer: Provide verbose description of locale.
       new  688f4f7   installer: Fix bug when changing languages.

The 18 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/local.mk                                   |    1 +
 gnu/system/installer/configure.scm             |    5 +-
 gnu/system/installer/dialog.scm                |   11 +--
 gnu/system/installer/disks.scm                 |    5 +-
 gnu/system/installer/filesystems.scm           |    5 +-
 gnu/system/installer/format.scm                |   28 ++++----
 gnu/system/installer/guixsd-installer.scm      |   75 ++++++++++++-------
 gnu/system/installer/hostname.scm              |   15 ++--
 gnu/system/installer/i18n.scm                  |    4 ++
 gnu/system/installer/install.scm               |    6 +-
 gnu/system/installer/key-map.scm               |   26 +++----
 gnu/system/installer/{disks.scm => locale.scm} |   91 ++++++++++++------------
 gnu/system/installer/mount-point.scm           |    6 +-
 gnu/system/installer/network.scm               |    6 +-
 gnu/system/installer/passphrase.scm            |    7 +-
 gnu/system/installer/ping.scm                  |   21 +++---
 gnu/system/installer/role.scm                  |    7 +-
 gnu/system/installer/time-zone.scm             |    6 +-
 gnu/system/installer/utils.scm                 |   21 +++++-
 gnu/system/installer/wireless.scm              |   31 ++++----
 gurses/buttons.scm                             |   88 +++++++++++------------
 po/guix/Makevars                               |    1 +
 22 files changed, 236 insertions(+), 230 deletions(-)
 create mode 100644 gnu/system/installer/i18n.scm
 copy gnu/system/installer/{disks.scm => locale.scm} (61%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]