From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 383591584F2 for ; Mon, 17 Mar 2025 21:19:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2182B3431D2 for ; Mon, 17 Mar 2025 21:19:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0F54C11037F; Mon, 17 Mar 2025 21:19:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 03C0C11037F for ; Mon, 17 Mar 2025 21:19:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A25823431D2 for ; Mon, 17 Mar 2025 21:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25F611C96 for ; Mon, 17 Mar 2025 21:19:33 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1742245974.e68d74578f9f4bcb01584ffb4409f0bbfc03b0b0.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-common commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e68d74578f9f4bcb01584ffb4409f0bbfc03b0b0 X-VCS-Branch: emacs-common Date: Mon, 17 Mar 2025 21:19:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 725ac3e9-62a3-4b74-9268-1a400fc7b7b4 X-Archives-Hash: d4a3cf0aec2ba5589a3e224cc01a748d commit: e68d74578f9f4bcb01584ffb4409f0bbfc03b0b0 Author: Ulrich Müller gentoo org> AuthorDate: Mon Mar 17 21:12:54 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Mar 17 21:12:54 2025 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=e68d7457 Add ChangeLog to DISTFILES * Makefile (DISTFILES): Add ChangeLog. Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c5f6b4..e9b1c1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2025-03-17 Ulrich Müller + + * Makefile (DISTFILES): Add ChangeLog. + 2025-03-09 Ulrich Müller * Version 1.11 released. diff --git a/Makefile b/Makefile index 3385d1f..8a68130 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ ICONFILES = sink.png \ emacs25_16.png emacs25_24.png emacs25_32.png emacs25_48.png \ emacs25_128.png emacs25.svg GSCHEMAFILES = org.gnu.emacs.defaults.gschema.xml -DISTFILES = README.gentoo.in README.daemon \ +DISTFILES = README.gentoo.in README.daemon ChangeLog \ site-start.el site-gentoo.el subdirs.el.in 10emacs-common-gentoo.el \ emacs.initd emacs-wrapper.sh emacs.service \ $(DESKTOPFILES) $(addprefix icons/,COPYRIGHT.icons $(ICONFILES)) \