aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2005-06-21 13:39:27 +0000
committerReiner Steib2005-06-21 13:39:27 +0000
commitc224c19a625bb52c7c74ab5efaea019437204e9d (patch)
tree98a1e3e20dff5f4d7a0758fc2bc6c992b11a942f
parent841ad7be12ae2752e36cb4ac84bfafed7fdcbf54 (diff)
downloademacs-c224c19a625bb52c7c74ab5efaea019437204e9d.tar.gz
emacs-c224c19a625bb52c7c74ab5efaea019437204e9d.zip
(cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/pcvs-defs.el2
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1f0e10ec37a..37faa71e695 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
4
12005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk> 52005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2 6
3 * calendar/appt.el (appt-make-list): Activate the package, if 7 * calendar/appt.el (appt-make-list): Activate the package, if
@@ -541,6 +545,7 @@
541 variables, unless either `gtk' is boundp or this isn't a 545 variables, unless either `gtk' is boundp or this isn't a
542 `windows-nt' build. 546 `windows-nt' build.
543 547
548>>>>>>> 1.7817
5442005-06-13 Lute Kamstra <lute@gnu.org> 5492005-06-13 Lute Kamstra <lute@gnu.org>
545 550
546 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and 551 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
@@ -1448,6 +1453,7 @@
1448 1453
1449 * simple.el (filter-buffer-substring): Fix typo in docstring. 1454 * simple.el (filter-buffer-substring): Fix typo in docstring.
1450 1455
1456>>>>>>> 1.7768
14512005-05-31 Richard M. Stallman <rms@gnu.org> 14572005-05-31 Richard M. Stallman <rms@gnu.org>
1452 1458
1453 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE. 1459 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
@@ -1484,6 +1490,7 @@
1484 * textmodes/tex-mode.el (tex-compile-commands, tex-compile) 1490 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1485 (tex-start-tex): Undo all but the last part of the 2005-05-28 change. 1491 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1486 1492
1493>>>>>>> 1.7646
14872005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk> 14942005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1488 1495
1489 * calendar/diary-lib.el (mark-included-diary-files): Only kill 1496 * calendar/diary-lib.el (mark-included-diary-files): Only kill
diff --git a/lisp/pcvs-defs.el b/lisp/pcvs-defs.el
index 62c0d62d161..394c3580945 100644
--- a/lisp/pcvs-defs.el
+++ b/lisp/pcvs-defs.el
@@ -421,9 +421,11 @@ This variable is buffer local and only used in the *cvs* buffer.")
421 ["Ignore" cvs-mode-ignore (cvs-enabledp 'ignore)] 421 ["Ignore" cvs-mode-ignore (cvs-enabledp 'ignore)]
422 ["Add ChangeLog" cvs-mode-add-change-log-entry-other-window t] 422 ["Add ChangeLog" cvs-mode-add-change-log-entry-other-window t]
423 "----" 423 "----"
424 ["Mark" cvs-mode-mark t]
424 ["Mark all" cvs-mode-mark-all-files t] 425 ["Mark all" cvs-mode-mark-all-files t]
425 ["Mark by regexp..." cvs-mode-mark-matching-files t] 426 ["Mark by regexp..." cvs-mode-mark-matching-files t]
426 ["Mark by state..." cvs-mode-mark-on-state t] 427 ["Mark by state..." cvs-mode-mark-on-state t]
428 ["Unmark" cvs-mode-unmark t]
427 ["Unmark all" cvs-mode-unmark-all-files t] 429 ["Unmark all" cvs-mode-unmark-all-files t]
428 ["Hide handled" cvs-mode-remove-handled t] 430 ["Hide handled" cvs-mode-remove-handled t]
429 "----" 431 "----"