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 3EA521381F3 for ; Wed, 9 Oct 2013 23:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26261E09DE; Wed, 9 Oct 2013 23:49:41 +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 ABB6AE09DE for ; Wed, 9 Oct 2013 23:49:40 +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 6507F33E312 for ; Wed, 9 Oct 2013 23:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E4BF2E5308 for ; Wed, 9 Oct 2013 23:49:37 +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: <1381362574.31075603a15f4fc8a38bd39caaa3eb562e6aed7e.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog ebuild-mode-keywords.el X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 31075603a15f4fc8a38bd39caaa3eb562e6aed7e X-VCS-Branch: ebuild-mode Date: Wed, 9 Oct 2013 23:49:37 +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: fc00c4ef-b549-4599-a4a3-e51f6178491e X-Archives-Hash: 8b143ca20ec6bf2b8926aa30e7c393ff commit: 31075603a15f4fc8a38bd39caaa3eb562e6aed7e Author: Ulrich Müller gentoo org> AuthorDate: Wed Oct 9 23:49:34 2013 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Oct 9 23:49:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=31075603 Add new keywords from eclass-to-manpage.awk. * ebuild-mode-keywords.el (ebuild-mode-keywords-eclass-documentation): Add new keywords @BUGREPORTS and @VCSURL from eclass-to-manpage.awk. --- ChangeLog | 6 ++++++ ebuild-mode-keywords.el | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 241b369..8aadca2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-10-10 Ulrich Müller + + * ebuild-mode-keywords.el + (ebuild-mode-keywords-eclass-documentation): Add new keywords + @BUGREPORTS and @VCSURL from eclass-to-manpage.awk. + 2013-09-18 Ulrich Müller * ebuild-mode.el (ebuild-mode-insert-skeleton): Remove special diff --git a/ebuild-mode-keywords.el b/ebuild-mode-keywords.el index f72397b..3a18842 100644 --- a/ebuild-mode-keywords.el +++ b/ebuild-mode-keywords.el @@ -72,9 +72,10 @@ ;; comment-face will always override the eclass documentation strings (defvar ebuild-mode-keywords-eclass-documentation - '(("@AUTHOR" "@BLURB" "@CODE" "@DEFAULT_UNSET" "@DESCRIPTION" "@ECLASS" - "@ECLASS-VARIABLE" "@EXAMPLE" "@FUNCTION" "@INTERNAL" "@MAINTAINER" - "@REQUIRED" "@RETURN" "@ROFF" "@USAGE" "@VARIABLE") + '(("@AUTHOR" "@BLURB" "@BUGREPORTS" "@CODE" "@DEFAULT_UNSET" "@DESCRIPTION" + "@ECLASS" "@ECLASS-VARIABLE" "@EXAMPLE" "@FUNCTION" "@INTERNAL" + "@MAINTAINER" "@REQUIRED" "@RETURN" "@ROFF" "@USAGE" "@VARIABLE" + "@VCSURL") font-lock-type-face)) (defvar ebuild-mode-keywords-warn