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 11276139694 for ; Fri, 7 Apr 2017 17:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E3F3E0830; Fri, 7 Apr 2017 17:11:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E07B9E082B for ; Fri, 7 Apr 2017 17:11:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF080341683 for ; Fri, 7 Apr 2017 17:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 354407428 for ; Fri, 7 Apr 2017 17:11:04 +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: <1491584141.05cb44d8f731b5f2d8aa28e2fcb15ea73a04f1be.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: 05cb44d8f731b5f2d8aa28e2fcb15ea73a04f1be X-VCS-Branch: ebuild-mode Date: Fri, 7 Apr 2017 17:11:04 +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: b7e4f6a7-1168-49d5-b7f0-2e80d8ba3fea X-Archives-Hash: 1d3e985639d5e93dd22e79d827a0f686 commit: 05cb44d8f731b5f2d8aa28e2fcb15ea73a04f1be Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 7 16:55:41 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 7 16:55:41 2017 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=05cb44d8 Version 1.36 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 e6c75d4..fa707b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2017-04-07 Ulrich Müller + * Version 1.36 released. + * ebuild-mode-keywords.el (ebuild-mode-keywords-*): Regenerated. * ebuild-mode.el (ebuild-mode-make-keywords-list): Call regexp-opt diff --git a/ebuild-mode.el b/ebuild-mode.el index cdd06ef..c65d08b 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -7,7 +7,7 @@ ;; Christian Faulhammer ;; Ulrich Müller ;; Maintainer: -;; Version: 1.35 +;; Version: 1.36 ;; 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 5dfce5f..6dd0947 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.35 +@title ebuild-mode 1.36 @subtitle Major mode for ebuilds and eclasses in Gentoo @author Christian Faulhammer @page