1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

* 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".
This commit is contained in:
Juri Linkov 2010-06-11 22:09:57 +03:00
parent 56b2854f30
commit 9766adfbca
20 changed files with 29 additions and 18 deletions

View File

@ -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.

View File

@ -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")
))

View File

@ -5,7 +5,7 @@
;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: tools
;; Keywords: vc tools
;; This file is part of GNU Emacs.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.