changeset 108971:d928a6a7c3f2

* lisp/finder.el (finder-known-keywords): Add keyword "vc" for version control. * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el, * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el, * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el, * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
author Juri Linkov <juri@jurta.org>
date Fri, 11 Jun 2010 22:09:57 +0300
parents 6ff48295959a
children 086d8a46a85d
files lisp/ChangeLog lisp/finder.el lisp/vc/add-log.el lisp/vc/cvs-status.el lisp/vc/diff-mode.el lisp/vc/diff.el lisp/vc/ediff.el lisp/vc/emerge.el lisp/vc/log-edit.el lisp/vc/log-view.el lisp/vc/pcvs.el lisp/vc/smerge-mode.el lisp/vc/vc-annotate.el lisp/vc/vc-bzr.el lisp/vc/vc-dir.el lisp/vc/vc-dispatcher.el lisp/vc/vc-git.el lisp/vc/vc-hg.el lisp/vc/vc-mtn.el lisp/vc/vc.el
diffstat 20 files changed, 29 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/ChangeLog	Fri Jun 11 22:09:57 2010 +0300
@@ -1,3 +1,13 @@
+2010-06-11  Juri Linkov  <juri@jurta.org>
+
+	* finder.el (finder-known-keywords): Add keyword "vc"
+	for version control.
+
+	* add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
+	* emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
+	* vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
+	* vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
+
 2010-06-11  Juri Linkov  <juri@jurta.org>
 
 	Move version control related files to the "vc" subdirectory.
--- a/lisp/finder.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/finder.el	Fri Jun 11 22:09:57 2010 +0300
@@ -76,6 +76,7 @@
     (tex	. "supporting code for the TeX formatter")
     (tools	. "programming tools")
     (unix	. "front-ends/assistants for, or emulators of, UNIX-like features")
+    (vc		. "version control")
     (wp		. "word processing")
     ))
 
--- a/lisp/vc/add-log.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/add-log.el	Fri Jun 11 22:09:57 2010 +0300
@@ -5,7 +5,7 @@
 ;;   Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/cvs-status.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/cvs-status.el	Fri Jun 11 22:09:57 2010 +0300
@@ -4,7 +4,7 @@
 ;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; Keywords: pcl-cvs cvs status tree tools
+;; Keywords: pcl-cvs cvs status tree vc tools
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/diff-mode.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/diff-mode.el	Fri Jun 11 22:09:57 2010 +0300
@@ -4,7 +4,7 @@
 ;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; Keywords: convenience patch diff
+;; Keywords: convenience patch diff vc
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/diff.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/diff.el	Fri Jun 11 22:09:57 2010 +0300
@@ -6,7 +6,7 @@
 ;; Author: Frank Bresz
 ;; (according to authors.el)
 ;; Maintainer: FSF
-;; Keywords: unix, tools
+;; Keywords: unix, vc, tools
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/ediff.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/ediff.el	Fri Jun 11 22:09:57 2010 +0300
@@ -5,7 +5,7 @@
 
 ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
 ;; Created: February 2, 1994
-;; Keywords: comparing, merging, patching, tools, unix
+;; Keywords: comparing, merging, patching, vc, tools, unix
 
 ;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this
 ;; file on 20/3/2008, and the maintainer agreed that when a bug is
--- a/lisp/vc/emerge.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/emerge.el	Fri Jun 11 22:09:57 2010 +0300
@@ -5,7 +5,7 @@
 ;; This file is part of GNU Emacs.
 
 ;; Author: Dale R. Worley <worley@world.std.com>
-;; Keywords: unix, tools
+;; Keywords: unix, vc, tools
 
 ;; This software was created by Dale R. Worley and is
 ;; distributed free of charge.  It is placed in the public domain and
--- a/lisp/vc/log-edit.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/log-edit.el	Fri Jun 11 22:09:57 2010 +0300
@@ -4,7 +4,7 @@
 ;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; Keywords: pcl-cvs cvs commit log
+;; Keywords: pcl-cvs cvs commit log vc
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/log-view.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/log-view.el	Fri Jun 11 22:09:57 2010 +0300
@@ -4,7 +4,7 @@
 ;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; Keywords: rcs, sccs, cvs, log, version control, tools
+;; Keywords: rcs, sccs, cvs, log, vc, tools
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/pcvs.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/pcvs.el	Fri Jun 11 22:09:57 2010 +0300
@@ -13,7 +13,7 @@
 ;;	(Greg Klanderman) greg@alphatech.com
 ;;	(Jari Aalto+mail.emacs) jari.aalto@poboxes.com
 ;; Maintainer: (Stefan Monnier) monnier@gnu.org
-;; Keywords: CVS, version control, release management
+;; Keywords: CVS, vc, release management
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/smerge-mode.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/smerge-mode.el	Fri Jun 11 22:09:57 2010 +0300
@@ -4,7 +4,7 @@
 ;;   2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; Keywords: tools revision-control merge diff3 cvs conflict
+;; Keywords: vc, tools, revision control, merge, diff3, cvs, conflict
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/vc-annotate.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/vc-annotate.el	Fri Jun 11 22:09:57 2010 +0300
@@ -5,7 +5,7 @@
 
 ;; Author:     Martin Lorentzson  <emwson@emw.ericsson.se>
 ;; Maintainer: FSF
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/vc-bzr.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/vc-bzr.el	Fri Jun 11 22:09:57 2010 +0300
@@ -4,7 +4,7 @@
 
 ;; Author: Dave Love <fx@gnu.org>
 ;; 	   Riccardo Murri <riccardo.murri@gmail.com>
-;; Keywords: tools
+;; Keywords: vc tools
 ;; Created: Sept 2006
 ;; Version: 2008-01-04 (Bzr revno 25)
 ;; URL: http://launchpad.net/vc-bzr
--- a/lisp/vc/vc-dir.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/vc-dir.el	Fri Jun 11 22:09:57 2010 +0300
@@ -4,7 +4,7 @@
 ;;   Free Software Foundation, Inc.
 
 ;; Author:   Dan Nicolaescu <dann@ics.uci.edu>
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/vc-dispatcher.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/vc-dispatcher.el	Fri Jun 11 22:09:57 2010 +0300
@@ -5,7 +5,7 @@
 
 ;; Author:     FSF (see below for full credits)
 ;; Maintainer: Eric S. Raymond <esr@thyrsus.com>
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/vc-git.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/vc-git.el	Fri Jun 11 22:09:57 2010 +0300
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Alexandre Julliard <julliard@winehq.org>
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/vc-hg.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/vc-hg.el	Fri Jun 11 22:09:57 2010 +0300
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Ivan Kanis
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/vc-mtn.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/vc-mtn.el	Fri Jun 11 22:09:57 2010 +0300
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; Keywords:
+;; Keywords: vc
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vc/vc.el	Fri Jun 11 21:51:00 2010 +0300
+++ b/lisp/vc/vc.el	Fri Jun 11 22:09:57 2010 +0300
@@ -6,7 +6,7 @@
 
 ;; Author:     FSF (see below for full credits)
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.