emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100583: * lisp/finder.el (finder-kno


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100583: * lisp/finder.el (finder-known-keywords): Add keyword "vc"
Date: Fri, 11 Jun 2010 22:09:57 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100583
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Fri 2010-06-11 22:09:57 +0300
message:
  * 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".
modified:
  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
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-11 18:51:00 +0000
+++ b/lisp/ChangeLog    2010-06-11 19:09:57 +0000
@@ -1,5 +1,15 @@
 2010-06-11  Juri Linkov  <address@hidden>
 
+       * 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  <address@hidden>
+
        Move version control related files to the "vc" subdirectory.
        * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
        * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,

=== modified file 'lisp/finder.el'
--- a/lisp/finder.el    2010-03-23 07:11:50 +0000
+++ b/lisp/finder.el    2010-06-11 19:09:57 +0000
@@ -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")
     ))
 

=== modified file 'lisp/vc/add-log.el'
--- a/lisp/vc/add-log.el        2010-06-11 18:51:00 +0000
+++ b/lisp/vc/add-log.el        2010-06-11 19:09:57 +0000
@@ -5,7 +5,7 @@
 ;;   Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/cvs-status.el'
--- a/lisp/vc/cvs-status.el     2010-06-11 18:51:00 +0000
+++ b/lisp/vc/cvs-status.el     2010-06-11 19:09:57 +0000
@@ -4,7 +4,7 @@
 ;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <address@hidden>
-;; Keywords: pcl-cvs cvs status tree tools
+;; Keywords: pcl-cvs cvs status tree vc tools
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/diff-mode.el'
--- a/lisp/vc/diff-mode.el      2010-06-11 18:51:00 +0000
+++ b/lisp/vc/diff-mode.el      2010-06-11 19:09:57 +0000
@@ -4,7 +4,7 @@
 ;;   2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <address@hidden>
-;; Keywords: convenience patch diff
+;; Keywords: convenience patch diff vc
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/diff.el'
--- a/lisp/vc/diff.el   2010-06-11 18:51:00 +0000
+++ b/lisp/vc/diff.el   2010-06-11 19:09:57 +0000
@@ -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.
 

=== modified file 'lisp/vc/ediff.el'
--- a/lisp/vc/ediff.el  2010-06-11 18:51:00 +0000
+++ b/lisp/vc/ediff.el  2010-06-11 19:09:57 +0000
@@ -5,7 +5,7 @@
 
 ;; Author: Michael Kifer <address@hidden>
 ;; Created: February 2, 1994
-;; Keywords: comparing, merging, patching, tools, unix
+;; Keywords: comparing, merging, patching, vc, tools, unix
 
 ;; Yoni Rabkin <address@hidden> contacted the maintainer of this
 ;; file on 20/3/2008, and the maintainer agreed that when a bug is

=== modified file 'lisp/vc/emerge.el'
--- a/lisp/vc/emerge.el 2010-06-11 18:51:00 +0000
+++ b/lisp/vc/emerge.el 2010-06-11 19:09:57 +0000
@@ -5,7 +5,7 @@
 ;; This file is part of GNU Emacs.
 
 ;; Author: Dale R. Worley <address@hidden>
-;; 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

=== modified file 'lisp/vc/log-edit.el'
--- a/lisp/vc/log-edit.el       2010-06-11 18:51:00 +0000
+++ b/lisp/vc/log-edit.el       2010-06-11 19:09:57 +0000
@@ -4,7 +4,7 @@
 ;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <address@hidden>
-;; Keywords: pcl-cvs cvs commit log
+;; Keywords: pcl-cvs cvs commit log vc
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/log-view.el'
--- a/lisp/vc/log-view.el       2010-06-11 18:51:00 +0000
+++ b/lisp/vc/log-view.el       2010-06-11 19:09:57 +0000
@@ -4,7 +4,7 @@
 ;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <address@hidden>
-;; Keywords: rcs, sccs, cvs, log, version control, tools
+;; Keywords: rcs, sccs, cvs, log, vc, tools
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/pcvs.el'
--- a/lisp/vc/pcvs.el   2010-06-11 18:51:00 +0000
+++ b/lisp/vc/pcvs.el   2010-06-11 19:09:57 +0000
@@ -13,7 +13,7 @@
 ;;     (Greg Klanderman) address@hidden
 ;;     (Jari Aalto+mail.emacs) address@hidden
 ;; Maintainer: (Stefan Monnier) address@hidden
-;; Keywords: CVS, version control, release management
+;; Keywords: CVS, vc, release management
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/smerge-mode.el'
--- a/lisp/vc/smerge-mode.el    2010-06-11 18:51:00 +0000
+++ b/lisp/vc/smerge-mode.el    2010-06-11 19:09:57 +0000
@@ -4,7 +4,7 @@
 ;;   2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <address@hidden>
-;; Keywords: tools revision-control merge diff3 cvs conflict
+;; Keywords: vc, tools, revision control, merge, diff3, cvs, conflict
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/vc-annotate.el'
--- a/lisp/vc/vc-annotate.el    2010-06-11 18:51:00 +0000
+++ b/lisp/vc/vc-annotate.el    2010-06-11 19:09:57 +0000
@@ -5,7 +5,7 @@
 
 ;; Author:     Martin Lorentzson  <address@hidden>
 ;; Maintainer: FSF
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/vc-bzr.el'
--- a/lisp/vc/vc-bzr.el 2010-06-11 18:51:00 +0000
+++ b/lisp/vc/vc-bzr.el 2010-06-11 19:09:57 +0000
@@ -4,7 +4,7 @@
 
 ;; Author: Dave Love <address@hidden>
 ;;        Riccardo Murri <address@hidden>
-;; Keywords: tools
+;; Keywords: vc tools
 ;; Created: Sept 2006
 ;; Version: 2008-01-04 (Bzr revno 25)
 ;; URL: http://launchpad.net/vc-bzr

=== modified file 'lisp/vc/vc-dir.el'
--- a/lisp/vc/vc-dir.el 2010-06-11 18:51:00 +0000
+++ b/lisp/vc/vc-dir.el 2010-06-11 19:09:57 +0000
@@ -4,7 +4,7 @@
 ;;   Free Software Foundation, Inc.
 
 ;; Author:   Dan Nicolaescu <address@hidden>
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/vc-dispatcher.el'
--- a/lisp/vc/vc-dispatcher.el  2010-06-11 18:51:00 +0000
+++ b/lisp/vc/vc-dispatcher.el  2010-06-11 19:09:57 +0000
@@ -5,7 +5,7 @@
 
 ;; Author:     FSF (see below for full credits)
 ;; Maintainer: Eric S. Raymond <address@hidden>
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/vc-git.el'
--- a/lisp/vc/vc-git.el 2010-06-11 18:51:00 +0000
+++ b/lisp/vc/vc-git.el 2010-06-11 19:09:57 +0000
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: Alexandre Julliard <address@hidden>
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/vc-hg.el'
--- a/lisp/vc/vc-hg.el  2010-06-11 18:51:00 +0000
+++ b/lisp/vc/vc-hg.el  2010-06-11 19:09:57 +0000
@@ -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.
 

=== modified file 'lisp/vc/vc-mtn.el'
--- a/lisp/vc/vc-mtn.el 2010-06-11 18:51:00 +0000
+++ b/lisp/vc/vc-mtn.el 2010-06-11 19:09:57 +0000
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <address@hidden>
-;; Keywords:
+;; Keywords: vc
 
 ;; This file is part of GNU Emacs.
 

=== modified file 'lisp/vc/vc.el'
--- a/lisp/vc/vc.el     2010-06-11 18:51:00 +0000
+++ b/lisp/vc/vc.el     2010-06-11 19:09:57 +0000
@@ -6,7 +6,7 @@
 
 ;; Author:     FSF (see below for full credits)
 ;; Maintainer: Andre Spiegel <address@hidden>
-;; Keywords: tools
+;; Keywords: vc tools
 
 ;; This file is part of GNU Emacs.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]