changeset 63621:88552d8d3c8e

(cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
author Reiner Steib <Reiner.Steib@gmx.de>
date Tue, 21 Jun 2005 13:39:27 +0000
parents 8baf9e2eb3ec
children 85d4c02c56a6
files lisp/ChangeLog lisp/pcvs-defs.el
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 21 13:38:59 2005 +0000
+++ b/lisp/ChangeLog	Tue Jun 21 13:39:27 2005 +0000
@@ -1,3 +1,7 @@
+2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
+
+	* pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
+
 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
 	* calendar/appt.el (appt-make-list): Activate the package, if
@@ -541,6 +545,7 @@
 	variables, unless either `gtk' is boundp or this isn't a
 	`windows-nt' build.
 
+>>>>>>> 1.7817
 2005-06-13  Lute Kamstra  <lute@gnu.org>
 
 	* abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
@@ -1448,6 +1453,7 @@
 
 	* simple.el (filter-buffer-substring): Fix typo in docstring.
 
+>>>>>>> 1.7768
 2005-05-31  Richard M. Stallman  <rms@gnu.org>
 
 	* progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
@@ -1484,6 +1490,7 @@
 	* textmodes/tex-mode.el (tex-compile-commands, tex-compile)
 	(tex-start-tex): Undo all but the last part of the 2005-05-28 change.
 
+>>>>>>> 1.7646
 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
 	* calendar/diary-lib.el (mark-included-diary-files): Only kill
--- a/lisp/pcvs-defs.el	Tue Jun 21 13:38:59 2005 +0000
+++ b/lisp/pcvs-defs.el	Tue Jun 21 13:39:27 2005 +0000
@@ -421,9 +421,11 @@
     ["Ignore"			cvs-mode-ignore		(cvs-enabledp 'ignore)]
     ["Add ChangeLog"		cvs-mode-add-change-log-entry-other-window t]
     "----"
+    ["Mark"                     cvs-mode-mark t]
     ["Mark all"			cvs-mode-mark-all-files	t]
     ["Mark by regexp..."        cvs-mode-mark-matching-files t]
     ["Mark by state..."         cvs-mode-mark-on-state t]
+    ["Unmark"                   cvs-mode-unmark	t]
     ["Unmark all"		cvs-mode-unmark-all-files t]
     ["Hide handled"		cvs-mode-remove-handled	t]
     "----"