aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorStefan Monnier2000-06-01 12:36:40 +0000
committerStefan Monnier2000-06-01 12:36:40 +0000
commit59869d21c4dbafd68dd96f1842e064760e6ac623 (patch)
tree00ba2957c8fa2346f89d9a3187b685df8d51174e /man
parent4dc1225b5ba36f16605da91acb53afc83ffa41d5 (diff)
downloademacs-59869d21c4dbafd68dd96f1842e064760e6ac623.tar.gz
emacs-59869d21c4dbafd68dd96f1842e064760e6ac623.zip
*** empty log message ***
Diffstat (limited to 'man')
-rw-r--r--man/pcl-cvs.texi18
1 files changed, 13 insertions, 5 deletions
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi
index 1cebd03999f..88551583218 100644
--- a/man/pcl-cvs.texi
+++ b/man/pcl-cvs.texi
@@ -1,6 +1,6 @@
1\input texinfo @c -*-texinfo-*- 1\input texinfo @c -*-texinfo-*-
2 2
3@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.16 2000/05/30 19:45:50 monnier Exp $" 3@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.1 2000/06/01 03:34:57 monnier Exp $"
4 4
5@c Documentation for the GNU Emacs CVS mode. 5@c Documentation for the GNU Emacs CVS mode.
6@c Copyright (C) 1991-2000 Free Software Foundation, Inc. 6@c Copyright (C) 1991-2000 Free Software Foundation, Inc.
@@ -69,9 +69,11 @@ Free Software Foundation instead of in the original English.
69@center @titlefont{to} 69@center @titlefont{to}
70@sp 70@sp
71@center @titlefont{PCL-CVS - The Emacs Front-End to CVS} 71@center @titlefont{PCL-CVS - The Emacs Front-End to CVS}
72@ignore
72@sp 2 73@sp 2
73@center release 2.9 74@center release 2.9
74@c -release- 75@c -release-
76@end ignore
75@sp 3 77@sp 3
76@center Per Cederqvist 78@center Per Cederqvist
77@center Stefan Monnier 79@center Stefan Monnier
@@ -108,8 +110,11 @@ Free Software Foundation instead of in the original English.
108@ifinfo 110@ifinfo
109@top PCL-CVS 111@top PCL-CVS
110 112
111This info manual describes PCL-CVS, the GNU Emacs front-end to CVS. 113This info manual describes PCL-CVS, the GNU Emacs front-end to CVS. It
112This manual is updated to release 2.5 of PCL-CVS. 114is nowhere near complete, so you are advised to use @kbd{M-x
115customize-group RET pcl-cvs RET} and to look at the documentation strings
116of the various commands and major modes for further information.
117@c This manual is updated to release 2.5 of PCL-CVS.
113@end ifinfo 118@end ifinfo
114 119
115@menu 120@menu
@@ -183,7 +188,7 @@ proudly maintained it until January 1996, at which point he released the
183beta version 2.0b2 and passed on the maintainership to Greg A Woods. 188beta version 2.0b2 and passed on the maintainership to Greg A Woods.
184Development stayed mostly dormant for a few years during which the 189Development stayed mostly dormant for a few years during which the
185version 2.0 never seemed to be able to leave the ``beta'' stage while a 190version 2.0 never seemed to be able to leave the ``beta'' stage while a
186separate XEmacs version was slowly splitting away. In late 1999, 191separate XEmacs version was slowly splitting away. In late 1998,
187Stefan Monnier picked up development again, adding some major new 192Stefan Monnier picked up development again, adding some major new
188functionality and taking over maintenance. 193functionality and taking over maintenance.
189 194
@@ -613,16 +618,19 @@ Run a @samp{cvs checkout} command. You will be asked for the directory
613in which the @samp{cvs update} will be run and the module to be checked 618in which the @samp{cvs update} will be run and the module to be checked
614out.@refill 619out.@refill
615 620
621@ignore
616@item M-x cvs-quickdir 622@item M-x cvs-quickdir
617Populate the @samp{*cvs*} buffer by just looking at the @file{CVS/Entries} 623Populate the @samp{*cvs*} buffer by just looking at the @file{CVS/Entries}
618files. This is very much like @code{cvs-examine} except that it does 624files. This is very much like @code{cvs-examine} except that it does
619not access the CVS repository which is a major advantage when the 625not access the CVS repository which is a major advantage when the
620repository is far away. But of course, it will not be able to detect 626repository is far away. But of course, it will not be able to detect
621when a file needs to be updated or merged. 627when a file needs to be updated or merged.
628@end ignore
622 629
623@end table 630@end table
624 631
625The first four of those commands are also reachable from the menubar 632@c The first four of
633Those commands are also reachable from the menubar
626under @samp{Tools->PCL-CVS}. Finally an alternative way is to visit 634under @samp{Tools->PCL-CVS}. Finally an alternative way is to visit
627with the CVS administrative subdirectory in your work area with a simple 635with the CVS administrative subdirectory in your work area with a simple
628prefix argument. For example @kbd{C-u C-x C-f ~/my/work/CVS RET}. This 636prefix argument. For example @kbd{C-u C-x C-f ~/my/work/CVS RET}. This