From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9EF0E139694 for ; Tue, 28 Feb 2017 19:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B54CE0D1B; Tue, 28 Feb 2017 19:33:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF4ACE0D1B for ; Tue, 28 Feb 2017 19:33:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0438734164E for ; Tue, 28 Feb 2017 19:33:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E05D57D5 for ; Tue, 28 Feb 2017 19:33:35 +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: <1488310087.b55d41ffb5c04964b9a8e76cd1743d4490f9db9e.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog ebuild-mode.el ebuild-mode.texi X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b55d41ffb5c04964b9a8e76cd1743d4490f9db9e X-VCS-Branch: ebuild-mode Date: Tue, 28 Feb 2017 19:33:35 +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-Archives-Salt: c8302f18-5166-4b98-aeb0-4ccbdf53b72e X-Archives-Hash: 35475ca84e7e14a86e59f114707dd618 commit: b55d41ffb5c04964b9a8e76cd1743d4490f9db9e Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 28 19:28:07 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Feb 28 19:28:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=b55d41ff Version 1.33 released. ChangeLog | 2 ++ ebuild-mode.el | 2 +- ebuild-mode.texi | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d8c0dd..afff130 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2017-02-28 Ulrich Müller + * Version 1.33 released. + * ebuild-mode.el (ebuild-mode-update-copyright) (ebuild-mode-delete-cvs-line): New custom variables, default to t. (ebuild-mode-copyright-regexp, ebuild-mode-cvs-header-regexp): diff --git a/ebuild-mode.el b/ebuild-mode.el index f2c88df..a880e2b 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -7,7 +7,7 @@ ;; Christian Faulhammer ;; Ulrich Müller ;; Maintainer: -;; Version: 1.32 +;; Version: 1.33 ;; Keywords: languages, processes ;; This file is free software: you can redistribute it and/or modify diff --git a/ebuild-mode.texi b/ebuild-mode.texi index 1b616b2..9cbc9f2 100644 --- a/ebuild-mode.texi +++ b/ebuild-mode.texi @@ -25,7 +25,7 @@ later version published by the Free Software Foundation. @titlepage -@title ebuild-mode 1.32 +@title ebuild-mode 1.33 @subtitle Major mode for ebuilds and eclasses in Gentoo @author Christian Faulhammer @page