From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7BA551381F3 for ; Sat, 6 Jul 2013 17:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF26CE0ACD; Sat, 6 Jul 2013 17:37:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 251F8E0ACD for ; Sat, 6 Jul 2013 17:37:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AE1E33E8CD for ; Sat, 6 Jul 2013 17:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D07D1E5459 for ; Sat, 6 Jul 2013 17:37:32 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1373131450.ddd067e82199997587626fe0134ee6d9fa5e383f.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 Mueller X-VCS-Revision: ddd067e82199997587626fe0134ee6d9fa5e383f X-VCS-Branch: ebuild-mode Date: Sat, 6 Jul 2013 17:37:32 +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: a2a5fae8-df40-49b8-ace7-2ebd0373bfba X-Archives-Hash: 66ce2b72b12052c320c6cac1d6aa772c commit: ddd067e82199997587626fe0134ee6d9fa5e383f Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 6 17:24:10 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Jul 6 17:24:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=ddd067e8 Version 1.22 released. --- ChangeLog | 4 ++++ ebuild-mode.el | 2 +- ebuild-mode.texi | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31c7e7b..ed46b70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-07-06 Ulrich Müller + + * Version 1.22 released. + 2013-07-05 Ulrich Müller * ebuild-mode.el (interpreter-mode-alist): Don't add runscript. diff --git a/ebuild-mode.el b/ebuild-mode.el index e382968..3218dfc 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -7,7 +7,7 @@ ;; Christian Faulhammer ;; Ulrich Müller ;; Maintainer: -;; Version: 1.21 +;; Version: 1.22 ;; 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 b7c7ca8..6b272b5 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.21 +@title ebuild-mode 1.22 @subtitle Major mode for ebuilds and eclasses in Gentoo @author Christian Faulhammer @page