From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: wip-refactor-emacs-ui and Hydra interface Date: Thu, 31 Dec 2015 23:09:04 +0300 Message-ID: <87lh8a2xen.fsf@gmail.com> References: <87vb85gqes.fsf@gmail.com> <871ta5zkxt.fsf@gmail.com> <87mvssueqx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEjX1-00059i-LN for guix-devel@gnu.org; Thu, 31 Dec 2015 15:09:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEjWy-0004k7-F0 for guix-devel@gnu.org; Thu, 31 Dec 2015 15:09:07 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s (2015-12-30 18:40 +0300) wrote: [...] > OK. I think the documentation is updated in the branch, right? Yes (however not all of these variables are/were documented) > Could you in a separate commit prepare a NEWS entry for 0.9.1 that > succinctly lists these differences? Sure. Is the attached patch sufficient? If it is, I suppose this branch can be merged now, OK? --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-Update-NEWS.patch Content-Transfer-Encoding: quoted-printable >From 67069e2beb02a28a138266b9fd97255a6f6f101b Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 31 Dec 2015 22:42:03 +0300 Subject: [PATCH] Update NEWS * NEWS: Mention Emacs interface for Hydra and changes in variables. --- NEWS | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/NEWS b/NEWS index 922265c..c35c7d6 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,37 @@ Copyright =C2=A9 2013, 2014, 2015 Ludovic Court=C3=A8s <= ludo@gnu.org> =20 Please send Guix bug reports to bug-guix@gnu.org. =20 +* Changes in 0.9.1 (since 0.9.0) + +** Package management + +*** Emacs interface for hydra.gnu.org +*** Changes in Emacs interface variables +In the following names, BUFFER-TYPE means "info" or "list"; +ENTRY-TYPE means "package", "output" or "generation". + +**** Removed +- guix-info-fill-column +- guix-info-insert-ENTRY-TYPE-function + +**** Renamed +- guix-info-ignore-empty-vals -> guix-info-ignore-empty-values +- guix-output-name-width -> guix-generation-output-name-width +- guix-buffer-name-function -> guix-ui-buffer-name-function +- guix-update-after-operation -> guix-ui-update-after-operation +- guix-search-params -> guix-package-search-params + +**** Replaced +- guix-list-column-format, guix-list-column-value-methods -> + guix-ENTRY-TYPE-list-format +- guix-info-displayed-params, guix-info-insert-methods, + guix-package-info-heading-params -> guix-ENTRY-TYPE-info-format +- guix-param-titles, guix-list-column-titles -> + guix-ENTRY-TYPE-BUFFER-TYPE-titles +- guix-list-describe-warning-count -> + guix-ENTRY-TYPE-list-describe-warning-count +- guix-package-info-fill-heading -> guix-info-fill + * Changes in 0.9.0 (since 0.8.3) =20 ** Package management --=20 2.6.3 --=-=-=--