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 58DFF138010 for ; Sat, 22 Sep 2012 21:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36C8921C027; Sat, 22 Sep 2012 21:26:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0D49521C027 for ; Sat, 22 Sep 2012 21:26:22 +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 743FB33D3E0 for ; Sat, 22 Sep 2012 21:26:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3D337E5449 for ; Sat, 22 Sep 2012 21:26:21 +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: <1348348338.0b3cdc2b2938a3f8cc5b6575ae3dced7b538bfe8.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:gentoo-syntax commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog gentoo-syntax.el X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 0b3cdc2b2938a3f8cc5b6575ae3dced7b538bfe8 X-VCS-Branch: gentoo-syntax Date: Sat, 22 Sep 2012 21:26:21 +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: efc1f9fc-6f6a-4a13-892a-622622a165cc X-Archives-Hash: 13fb4388bb0f0cfabb8a93930dcf7764 commit: 0b3cdc2b2938a3f8cc5b6575ae3dced7b538bfe8 Author: Ulrich Müller gentoo org> AuthorDate: Sat Sep 22 21:12:18 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Sep 22 21:12:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=0b3cdc2b Version 1.20 released. --- ChangeLog | 2 ++ gentoo-syntax.el | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 14ac7bf..0f19d3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-09-22 Ulrich Müller + * Version 1.20 released. + * Makefile (DISTFILES): Include keyword-generation.sh. * gentoo-syntax.el (ebuild-mode-font-lock-keywords): Addition of diff --git a/gentoo-syntax.el b/gentoo-syntax.el index 111a214..950dd6e 100644 --- a/gentoo-syntax.el +++ b/gentoo-syntax.el @@ -7,7 +7,7 @@ ;; Christian Faulhammer ;; Ulrich Müller ;; Maintainer: -;; Version: 1.19 +;; Version: 1.20 ;; Keywords: languages, processes ;; This file is free software: you can redistribute it and/or modify