Change copyright year to 2007.
[bpt/emacs.git] / man / pcl-cvs.texi
CommitLineData
e9f75053 1\input texinfo @c -*-texinfo-*-
e9f75053
SM
2@c %**start of header
3@setfilename ../info/pcl-cvs
c3114036 4@settitle PCL-CVS --- Emacs Front-End to CVS
18f952d5 5@syncodeindex vr fn
e9f75053
SM
6@c %**end of header
7
18f952d5
KB
8@copying
9Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
b223e22d 101999, 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
e9f75053 11
18f952d5 12@quotation
42664031 13Permission is granted to copy, distribute and/or modify this document
678e7c71 14under the terms of the GNU Free Documentation License, Version 1.2 or
42664031
SM
15any later version published by the Free Software Foundation; with the
16Invariant Sections being ``The GNU Manifesto'', ``Distribution'' and
17``GNU GENERAL PUBLIC LICENSE'', with the Front-Cover texts being ``A GNU
18Manual'', and with the Back-Cover Texts as in (a) below. A copy of the
19license is included in the section entitled ``GNU Free Documentation
20License'' in the Emacs manual.
21
22This document is part of a collection distributed under the GNU Free
23Documentation License. If you want to distribute this document
24separately from the collection, you can do so by adding a copy of the
25license to the document, as described in section 6 of the license.
26
27(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
28this GNU Manual, like GNU software. Copies published by the Free
29Software Foundation raise funds for GNU development.''
18f952d5
KB
30@end quotation
31@end copying
32
33@dircategory Emacs
34@direntry
35* PCL-CVS: (pcl-cvs). Emacs front-end to CVS.
36@end direntry
e9f75053 37
e9f75053
SM
38@c The titlepage section does not appear in the Info file.
39@titlepage
40@sp 4
41@c The title is printed in a large font.
42@center @titlefont{User's Guide}
43@sp
44@center @titlefont{to}
45@sp
bdb6b1e1 46@center @titlefont{PCL-CVS --- The Emacs Front-End to CVS}
59869d21 47@ignore
e9f75053
SM
48@sp 2
49@center release 2.9
50@c -release-
59869d21 51@end ignore
e9f75053
SM
52@sp 3
53@center Per Cederqvist
54@center Stefan Monnier
55@c -date-
56
57@c The following two commands start the copyright page
58@c for the printed manual. This will not appear in the Info file.
59@page
60@vskip 0pt plus 1filll
18f952d5 61@insertcopying
e9f75053
SM
62@end titlepage
63
64@c ================================================================
65@c The real text starts here
66@c ================================================================
67
68@node Top, About PCL-CVS, (dir), (dir)
18f952d5 69@ifnottex
e9f75053
SM
70@top PCL-CVS
71
11dac025 72This manual describes PCL-CVS, the GNU Emacs front-end to CVS. It
59869d21 73is nowhere near complete, so you are advised to use @kbd{M-x
11dac025 74customize-group RET pcl-cvs @key{RET}} and to look at the documentation strings
59869d21
SM
75of the various commands and major modes for further information.
76@c This manual is updated to release 2.5 of PCL-CVS.
18f952d5 77@end ifnottex
e9f75053
SM
78
79@menu
082760b1 80* About PCL-CVS:: Credits, history, @dots{}
e9f75053
SM
81
82* Getting started:: An introduction with a walk-through example.
83* Buffer contents:: An explanation of the buffer contents.
84* Selected files:: To which files are commands applied.
85* Commands:: All commands, grouped by type.
86
115209ba
DL
87* Log Edit Mode:: Major mode to edit log messages.
88* Log View Mode:: Major mode to browse log changes.
e7610308 89@c * CVS Status Mode:: Major mode to view CVS' status output.
e9f75053
SM
90* Customization:: How you can tailor PCL-CVS to suit your needs.
91* Bugs:: Bugs (known and unknown).
92
93* Function and Variable Index:: List of functions and variables.
94* Concept Index:: List of concepts.
95* Key Index:: List of keystrokes.
96
97@detailmenu
98 --- The Detailed Node Listing ---
99
100About PCL-CVS
101
102* Contributors:: Contributors to PCL-CVS.
e9f75053
SM
103
104Commands
105
106* Entering PCL-CVS:: Commands to invoke PCL-CVS
107* Setting flags:: Setting flags for CVS commands
177c0ea7 108* Updating the buffer::
e9f75053
SM
109* Movement commands:: How to move up and down in the buffer
110* Marking files:: How to mark files that other commands
111 will later operate on.
112* Committing changes:: Checking in your modifications to the
177c0ea7 113 CVS repository.
e9f75053
SM
114* Editing files:: Loading files into Emacs.
115* Getting info about files:: Display the log and status of files.
116* Adding and removing files:: Adding and removing files
117* Undoing changes:: Undoing changes
118* Removing handled entries:: Uninteresting lines can easily be removed.
119* Ignoring files:: Telling CVS to ignore generated files.
120* Viewing differences:: Commands to @samp{diff} different versions.
121* Invoking Ediff:: Running @samp{ediff} from @samp{*cvs*} buffer.
122* Updating files:: Updating files that Need-update.
123* Tagging files:: Tagging files.
124* Miscellaneous commands:: Miscellaneous commands.
125
126Customization
127
177c0ea7 128* Customizing Faces::
e9f75053
SM
129
130@end detailmenu
131@end menu
132
133@node About PCL-CVS, Getting started, Top, Top
134@chapter About PCL-CVS
135@cindex About PCL-CVS
136
137PCL-CVS is a front-end to CVS versions 1.9 and later.
138It concisely shows the present status of a checked out module in an
139Emacs buffer and provides single-key access to the most frequently used CVS
140commands.
141For Emacs users accustomed to VC, PCL-CVS can be thought of as a replacement
11dac025
EZ
142for VC-dired (@pxref{VC Dired Mode, , Dired under VC, emacs, The GNU
143Emacs Manual}) specifically designed for CVS.
e9f75053
SM
144
145PCL-CVS was originally written many years ago by Per Cederqvist who
146proudly maintained it until January 1996, at which point he released the
147beta version 2.0b2 and passed on the maintainership to Greg A Woods.
11dac025 148Development stayed mostly dormant for a few years during which
e9f75053 149version 2.0 never seemed to be able to leave the ``beta'' stage while a
59869d21 150separate XEmacs version was slowly splitting away. In late 1998,
e9f75053 151Stefan Monnier picked up development again, adding some major new
11dac025 152functionality and taking over the maintenance.
e9f75053 153
e9f75053
SM
154@menu
155* Contributors:: Contributors to PCL-CVS.
e9f75053
SM
156@end menu
157
082760b1 158@node Contributors,, About PCL-CVS, About PCL-CVS
e9f75053
SM
159@section Contributors to PCL-CVS
160@cindex Contributors
161@cindex Authors
162
163Contributions to the package are welcome. I have limited time to work
164on this project, but I will gladly add any code that you contribute to
165me to this package (@pxref{Bugs}).
166
167The following persons have made contributions to PCL-CVS.
168
169@itemize @bullet
170@item
171Brian Berliner wrote CVS, together with some other contributors.
172Without his work on CVS this package would be useless@dots{}
173
174@item
175Per Cederqvist wrote most of the otherwise unattributed functions in
11dac025 176PCL-CVS as well as all the documentation.
e9f75053
SM
177
178@item
11dac025 179@email{inge@@lysator.liu.se, Inge Wallin} wrote the skeleton of
e9f75053
SM
180@file{pcl-cvs.texi}, and gave useful comments on it. He also wrote
181the files @file{elib-node.el} and @file{compile-all.el}. The file
182@file{cookie.el} was inspired by Inge.@refill
183
184@item
11dac025 185@email{linus@@lysator.liu.se, Linus Tolke} contributed useful comments
e9f75053
SM
186on both the functionality and the documentation.@refill
187
188@item
11dac025 189@email{jwz@@jwz.com, Jamie Zawinski} contributed
e9f75053
SM
190@file{pcl-cvs-lucid.el}, which was later renamed to
191@file{pcl-cvs-xemacs.el}.@refill
192
193@item
28665d46 194Leif Lonnblad contributed RCVS support (since superseded by the new
11dac025 195remote CVS support).
e9f75053
SM
196
197@item
11dac025
EZ
198@email{jimb@@cyclic.com, Jim Blandy} contributed hooks to automatically
199guess CVS log entries from @file{ChangeLog} contents, and initial support of
200the new Cygnus / Cyclic remote CVS, as well as various sundry bug fixes
e9f75053
SM
201and cleanups.
202
203@item
11dac025
EZ
204@email{kingdon@@cyclic.com, Jim Kingdon} contributed lots of fixes to
205the build and installation procedure.
e9f75053
SM
206
207@item
11dac025
EZ
208@email{woods@@weird.com, Greg A.@: Woods} contributed code to implement
209the use of per-file diff buffers, and vendor join diffs with emerge and
210ediff, as well as various and sundry bug fixes and cleanups.
e9f75053
SM
211
212@item
11dac025
EZ
213@email{greg.klanderman@@alum.mit.edu, Greg Klanderman} implemented
214toggling of marked files, setting of CVS command flags via prefix
215arguments, updated the XEmacs support, updated the manual, and fixed
e9f75053
SM
216numerous bugs.
217
218@item
11dac025 219@email{monnier@@cs.yale.edu, Stefan Monnier} added a slew of other
e9f75053
SM
220features and introduced even more new bugs. If there's any bug left,
221you can be sure it's his.
222
223@item
11dac025
EZ
224@c wordy to avoid an underfull hbox
225@email{masata-y@@is.aist-nara.ac.jp, Masatake YAMATO} made a gracious
226contribution of his cvstree code to display a tree of tags which was later
227superseded by the new @code{cvs-status-mode}.
e9f75053
SM
228@end itemize
229
230Apart from these, a lot of people have sent us suggestions, ideas,
231requests, bug reports and encouragement. Thanks a lot! Without you
232there would be no new releases of PCL-CVS.
233
234
e9f75053
SM
235@node Getting started, Buffer contents, About PCL-CVS, Top
236@chapter Getting started
237@cindex Introduction
238@cindex Example run
11dac025 239@cindex Sample session
e9f75053
SM
240
241This document assumes that you know what CVS is, and that you at least
11dac025
EZ
242know the fundamental concepts of CVS. If that is not the case, you
243should read the CVS documentation. Type @kbd{info -f cvs} or @kbd{man
244cvs}.
e9f75053
SM
245
246PCL-CVS is only useful once you have checked out a module. So before
11dac025 247you invoke it, you must have a copy of a module somewhere in the file
e9f75053
SM
248system.
249
11dac025
EZ
250You can invoke PCL-CVS by typing @kbd{M-x cvs-examine @key{RET}}.
251You can also invoke it via the menu bar, under @samp{Tools}.
252Or, if you prefer, you can also invoke PCL-CVS by simply visiting the
e9f75053 253CVS administrative subdirectory of your module, with a prefix argument.
11dac025
EZ
254For example, to invoke PCL-CVS in a separate frame, type @kbd{C-u C-x 5
255f ~/my/project/CVS @key{RET}}.
e9f75053
SM
256
257The function @code{cvs-examine} will ask for a directory. The command
258@samp{cvs -n update} will be run in that directory. (It should contain
259files that have been checked out from a CVS archive.) The output from
260@code{cvs} will be parsed and presented in a table in a buffer called
261@samp{*cvs*}. It might look something like this:
262
263@example
264Repository : /usr/CVSroot
265Module : test
266Working dir: /users/ceder/FOO/test
267
268
269In directory .:
270 Need-Update bar
271 Need-Update file.txt
272 Modified namechange
273 Need-Update newer
274In directory sub:
275 Modified ChangeLog
276
277--------------------- End ---------------------
278-- last cmd: cvs -f -z6 -n update -d -P --
279@end example
280
281In this example, your repository is in @file{/usr/CVSroot} and CVS has
282been run in the directory @file{/users/ceder/FOO/test}. The three files
177c0ea7 283(@file{bar}, @file{file.txt} and
e9f75053
SM
284@file{newer}) that are marked with @samp{Need-Update} have been changed
285by someone else in the CVS repository. Two files (@file{namechange}
286and @file{sub/ChangeLog}) have been modified locally, and need to be
287checked in.
288
289You can move the cursor up and down in the buffer with @kbd{C-n} and
290@kbd{C-p} or @kbd{n} and @kbd{p}. If you press @kbd{c} on one of the
11dac025 291@samp{Modified} files, that file will be checked in to the CVS
e9f75053
SM
292repository. @xref{Committing changes}. You can also press @kbd{O} to
293update any of the files that are marked @samp{Need-Update}. You can
11dac025 294also run @kbd{M-x cvs-update @key{RET}} (bound to @kbd{M-u} in the
e9f75053
SM
295@samp{*cvs*} buffer) to update all the files.@refill
296
297You can then press @kbd{=} to easily get a @samp{diff} between your
11dac025 298modified file and the base version that you started from, or you can
e9f75053
SM
299press @kbd{l} to get the output from @samp{cvs log}. Many more such
300commands are available simply by pressing a key (@pxref{Getting info
301about files}).
302
303@node Buffer contents, Selected files, Getting started, Top
304@chapter Buffer contents
305@cindex Buffer contents
11dac025 306@cindex @code{*cvs*} buffer contents
e9f75053
SM
307
308The display contains several columns, some of which are optional.
11dac025 309These columns are, from left to right:
e9f75053
SM
310
311@itemize @bullet
312
313@item
314Optionally, the head revision of the file. This is the latest version
315found in the repository. It might also contain (instead of the head
316revision) a sub status which typically gives further information about
317how we got to the current state, for example @samp{patched},
11dac025 318@samp{merged}, @dots{}
e9f75053
SM
319
320@item
321An asterisk when the file is @dfn{marked} (@pxref{Selected
322files}).@refill
323
324@item
11dac025 325The actual status of the file wrt the repository. See below.
e9f75053
SM
326
327@item
328Optionally, the base revision of the file. This is the version
329which the copy in your working directory is based upon.
330
331@item
332The file name.
333
334@end itemize
335
336The @samp{file status} field can have the following values:
337
338@table @samp
e9f75053
SM
339@item Modified
340The file is modified in your working directory, and there was no
341modification to the same file in the repository. This status can have
342the following substatus:
343
344@table @samp
e9f75053
SM
345@item merged
346The file was modified in your working directory, and there were
347modifications in the repository as well, but they were merged
348successfully, without conflict, in your working directory.@refill
e9f75053
SM
349@end table
350
351@item Conflict
352A conflict was detected while trying to merge your changes to @var{file}
353with changes from the repository. @var{file} (the copy in your
11dac025 354working directory) is now the output of the @code{rcsmerge} command on
e9f75053
SM
355the two versions; an unmodified copy of your file is also in your
356working directory, with the name @file{.#@var{file}.@var{version}},
357where @var{version} is the RCS revision that your modified file started
358from. @xref{Viewing differences}, for more details.@refill
359
360A conflict can also come from a disagreement on the existence of the file
361rather than on its content. This case is indicated by the following
362possible substatus:
363
364@table @samp
e9f75053
SM
365@item removed
366The file is locally removed but a new revision has been committed to
367the repository by someone else.
368
369@item added
370The file is locally added and has also been added to the repository
371by someone else.
372
373@item modified
374The file is locally modified but someone else has removed it from the
375repository.
e9f75053
SM
376@end table
377
378@item Added
379The file has been added by you, but it still needs to be checked in to
380the repository.@refill
381
382@item Removed
383The file has been removed by you, but it still needs to be checked in to
384the repository. You can resurrect it by typing @kbd{a} (@pxref{Adding
385and removing files}).@refill
386
387@item Unknown
388A file that was detected in your directory, but that neither appears in
389the repository, nor is present on the list of files that CVS should
390ignore.@refill
391
392@item Up-to-date
393The file is up to date with respect to the version in the repository.
394This status can have a substatus of:
395
396@table @samp
e9f75053
SM
397@item added
398You have just added the file to the repository.@refill
399
400@item updated
401The file was brought up to date with respect to the repository. This is
402done for any file that exists in the repository but not in your source,
403and for files that you haven't changed but are not the most recent
404versions available in the repository.@refill
405
406@item patched
407The file was brought up to date with respect to the remote repository by
408way of fetching and applying a patch to the file in your source. This
409is equivalent to @samp{updated} except that CVS decided to use a hopefully
410more efficient method.@refill
411
412@item committed
413You just committed the file.@refill
e9f75053
SM
414@end table
415
416@item Need-Update
417Either a newer version than the one in your source is available in the
418repository and you have not modified your checked out version, or the
419file exists in the repository but not in your source. Use
420@samp{cvs-mode-update} bound to @kbd{O} to update the file.@refill
421
422@item Need-Merge
423You have modified the checked out version of the file, and a newer
424version is available in the repository. A merge will take place when
425you run a @samp{cvs-update}.
426
427@item Missing
428The file has been unexpectedly removed from your working directory
429although it has not been @samp{cvs remove}d.
e9f75053
SM
430@end table
431
432@node Selected files, Commands, Buffer contents, Top
433@chapter Selected files
434@cindex Selected files
435@cindex Marked files
436@cindex File selection
437@cindex Active files
438@cindex Applicable
439
440Many of the commands work on the current set of @dfn{selected} files
441which can be either the set of marked files (if any file is marked and
9074f5fb 442marks are not ignored) or whichever file or directory the cursor is on.
e9f75053
SM
443
444If a directory is selected but the command cannot be applied to a
445directory, then it will be applied to the set of files under this
446directory which are in the @samp{*cvs*} buffer.
447
11dac025
EZ
448@findex cvs-mode-force-command
449@findex cvs-allow-dir-commit
e9f75053
SM
450Furthermore, each command only operates on a subset of the selected
451files, depending on whether or not the command is @dfn{applicable} to
452each file (based on the file's status). For example,
453@code{cvs-mode-commit} is not applicable to a file whose status is
454@samp{Need-Update}. If it should happen that PCL-CVS guesses the
455applicability wrong, you can override it with the special prefix
456@code{cvs-mode-force-command} normally bound to @kbd{M-f} (and file a
457bug report). The applicability rule can be slightly changed with
458@code{cvs-allow-dir-commit} and @code{cvs-force-dir-tag}.
459
460By default, marks are always in effect (you may change this, however, by
461setting the variable @code{cvs-default-ignore-marks}) except for the
462commands that @samp{tag} or @samp{diff} a file (which can be changed
463with the variable @code{cvs-invert-ignore-marks}).
464
465In addition, you may use the special prefix @code{cvs-mode-toggle-marks}
466normally bound to @key{T} to toggle the use of marks for the following
467command.
468
469This scheme might seem a little complicated, but once one gets used to
470it, it is quite powerful.
471
11dac025 472For commands to mark and unmark files, see @ref{Marking files}.
e9f75053 473
115209ba 474@node Commands, Log Edit Mode, Selected files, Top
e9f75053
SM
475@chapter Commands
476
477@iftex
478This chapter describes all the commands that you can use in PCL-CVS.
479@end iftex
11dac025 480@ifnottex
e9f75053
SM
481The nodes in this menu contains explanations about all the commands that
482you can use in PCL-CVS. They are grouped together by type.
11dac025 483@end ifnottex
e9f75053
SM
484
485@menu
486* Entering PCL-CVS:: Commands to invoke PCL-CVS
487* Setting flags:: Setting flags for CVS commands
177c0ea7 488* Updating the buffer::
e9f75053
SM
489* Movement commands:: How to move up and down in the buffer
490* Marking files:: How to mark files that other commands
491 will later operate on.
492* Committing changes:: Checking in your modifications to the
177c0ea7 493 CVS repository.
e9f75053
SM
494* Editing files:: Loading files into Emacs.
495* Getting info about files:: Display the log and status of files.
496* Adding and removing files:: Adding and removing files
497* Undoing changes:: Undoing changes
498* Removing handled entries:: Uninteresting lines can easily be removed.
499* Ignoring files:: Telling CVS to ignore generated files.
500* Viewing differences:: Commands to @samp{diff} different versions.
501* Invoking Ediff:: Running @samp{ediff} from @samp{*cvs*} buffer.
502* Updating files:: Updating files that Need-update.
503* Tagging files:: Tagging files.
504* Miscellaneous commands:: Miscellaneous commands.
505@end menu
506
507
508@node Entering PCL-CVS, Setting flags, Commands, Commands
509@section Entering PCL-CVS
510@findex cvs-update
511@findex cvs-examine
512@findex cvs-status
513@findex cvs-checkout
42664031
SM
514@findex cvs-quickdir
515@cindex Creating the *cvs* buffer
e9f75053
SM
516
517Most commands in PCL-CVS require that you have a @samp{*cvs*}
518buffer. The commands that you use to get one are listed below.
177c0ea7 519For each, a @samp{cvs} process will be run, the output will be parsed by
e9f75053 520PCL-CVS, and the result will be printed in the @samp{*cvs*} buffer (see
11dac025 521@ref{Buffer contents}, for a description of the buffer's contents).
e9f75053
SM
522
523@table @kbd
e9f75053 524@item M-x cvs-update
177c0ea7 525Run a @samp{cvs update} command. You will be asked for the directory
42664031 526in which the @samp{cvs update} will be run.
e9f75053
SM
527
528@item M-x cvs-examine
529Run a @samp{cvs -n update} command. This is identical to the previous
530command, except that it will only check what needs to be done but will
531not change anything. You will be asked for the directory in
42664031 532which the @samp{cvs -n update} will be run.
e9f75053
SM
533
534@item M-x cvs-status
177c0ea7 535Run a @samp{cvs status} command. You will be asked for the directory
42664031 536in which the @samp{cvs status} will be run.
e9f75053
SM
537
538@item M-x cvs-checkout
539Run a @samp{cvs checkout} command. You will be asked for the directory
540in which the @samp{cvs update} will be run and the module to be checked
42664031 541out.
e9f75053
SM
542
543@item M-x cvs-quickdir
544Populate the @samp{*cvs*} buffer by just looking at the @file{CVS/Entries}
545files. This is very much like @code{cvs-examine} except that it does
11dac025 546not access the CVS repository, which is a major advantage when the
e9f75053
SM
547repository is far away. But of course, it will not be able to detect
548when a file needs to be updated or merged.
e9f75053
SM
549@end table
550
11dac025
EZ
551@findex cvs-dired-action
552@findex cvs-dired-use-hook
42664031 553The first four of
11dac025
EZ
554those commands are also reachable from the menu bar
555under @samp{Tools->PCL-CVS}. Finally, an alternative way is to visit
42664031 556the CVS administrative subdirectory in your work area with a simple
11dac025
EZ
557prefix argument. For example @kbd{C-u C-x C-f ~/my/work/CVS @key{RET}}. This
558by default runs @code{cvs-quickdir} but the specific behavior can be
e9f75053
SM
559changed with @code{cvs-dired-action} and @code{cvs-dired-use-hook}.
560
561By default, the commands above will descend recursively into
562subdirectories. You can avoid that behavior by including @samp{-l} in
563the flags for the command. These flags can be set by giving a prefix
564argument to the command (e.g., by typing
11dac025 565@kbd{C-u M-x cvs-update @key{RET} -l @key{RET}}).
e9f75053
SM
566
567
568@node Setting flags, Updating the buffer, Entering PCL-CVS, Commands
569@section Setting flags for CVS commands
11dac025
EZ
570@cindex Optional switches to CVS
571@cindex Command-line options to CVS
e9f75053
SM
572
573This section describes the convention used by nearly all PCL-CVS
574commands for setting optional flags sent to CVS. A single @kbd{C-u}
575prefix argument is used to cause the command to prompt for flags to be
576used for the current invocation of the command only. Two @kbd{C-u} prefix
577arguments are used to prompt for flags which will be set permanently, for the
578current invocation and all that follow, until the flags are changed, or
579unless temporary flags are set which override them.
580
581Perhaps an example or two is in order. Say you are about to add a
582binary file to the repository, and want to specify the flags @samp{-kb}
cd37168e
SM
583to @samp{cvs add}. You can type @kbd{C-u a -kb @key{RET}},
584and the file will be added. Subsequent @samp{cvs add}
11dac025 585commands will use the previously prevailing flags.
e9f75053
SM
586
587As a second example, say you are about to perform a diff and want to see
588the result in unified diff format, i.e. you'd like to pass the flag
589@samp{-u} to both @samp{cvs diff} and @samp{diff}. You'd also like all
11dac025 590subsequent diffs to use this flag. You can type @kbd{C-u C-u = -u @key{RET}}
e9f75053
SM
591and the diff will be performed, and the default flags will be set to
592@code{("-u")}. You can of course override this flag for a single diff
593by using a single @kbd{C-u} prefix argument.
594
11dac025
EZ
595@cindex Special prefix
596In addition to this, some commands can take @dfn{special prefix} arguments.
597These work as follows: When called with a @kbd{C-u} prefix, the user is
e9f75053
SM
598prompted for a new value of the special prefix and the special prefix is
599activated for the next command. When called without the @kbd{C-u}
600prefix, the special prefix is re-activated (with the same value as last
601time) for the next command. Calling the prefix command again when it's
602already activated deactivates it. Calling it with the @kbd{C-u C-u}
603prefix activates it for all subsequent commands until you deactivate it
604explicitly. The special prefixes are:
605
606@table @kbd
e9f75053
SM
607@item T
608Toggles whether or not marks will be active in the next command.@refill
609
610@item b
611Provide the next command with a branch (can be any version
612specifier) to work on.@refill
613
614@item B
11dac025 615Secondary branch argument. Only meaningful if @kbd{b} is also used.
e9f75053
SM
616It can be used to provide a second branch argument to
617@code{cvs-mode-diff} or to @code{cvs-mode-update}.
618
619@item M-f
620Forces the next command to apply to every selected file rather than only
621to the ones PCL-CVS thinks are relevant.
e9f75053
SM
622@end table
623
624@node Updating the buffer, Movement commands, Setting flags, Commands
625@section Updating the @samp{*cvs*} buffer
626@findex cvs-update
627@findex cvs-examine
628@findex cvs-status
629@findex cvs-mode-update
630@findex cvs-mode-examine
631@findex cvs-mode-status
632
633The following commands can be used from within the @samp{*cvs*} buffer
634to update the display:
635
636@table @kbd
e9f75053 637@item M-u
11dac025 638Runs the command @samp{cvs-update}.@refill
e9f75053
SM
639
640@item M-e
11dac025 641Runs the command @samp{cvs-examine}.@refill
e9f75053
SM
642
643@item M-s
11dac025 644Runs the command @samp{cvs-status}.@refill
e9f75053
SM
645@end table
646
11dac025 647In addition to the above commands which operate on the whole module,
e9f75053 648you can run the equivalent CVS command on just a subset of the
11dac025 649files/directories with these keys:
e9f75053
SM
650
651@table @kbd
e9f75053
SM
652@item O
653Runs @code{cvs-mode-update} on the selected files. When run on the
11dac025 654top-level directory, this is equivalent to @kbd{M-u}.@refill
e9f75053
SM
655
656@item e
657Runs @code{cvs-mode-examine} on the selected files. When run on the
11dac025 658top-level directory, this is equivalent to @kbd{M-e}.@refill
e9f75053 659
11dac025 660@findex cvs-status-mode
e9f75053
SM
661@item s
662Runs @code{cvs-mode-status} on the selected files. When run on the
11dac025 663top-level directory, this is equivalent to @kbd{M-s}, except that
e9f75053
SM
664CVS output will be shown in a @samp{*cvs-info*} buffer that will be
665put in @samp{cvs-status-mode}.@refill
e9f75053
SM
666@end table
667
668
669@node Movement commands, Marking files, Updating the buffer, Commands
670@section Movement Commands
671@cindex Movement Commands
672@findex cvs-mode-next-line
673@findex cvs-mode-previous-line
11dac025
EZ
674@kindex SPC@r{--Move down one file}
675@kindex n@r{--Move down one file}
676@kindex p@r{--Move up one file}
e9f75053
SM
677
678You can use most normal Emacs commands to move forward and backward in
679the buffer. Some keys are rebound to functions that take advantage of
680the fact that the buffer is a PCL-CVS buffer:
681
682
683@table @kbd
11dac025 684@item @key{SPC}
e9f75053
SM
685@itemx n
686These keys move the cursor one file forward, towards the end of the
687buffer (@code{cvs-mode-next-line}).@refill
688
689@itemx p
11dac025 690This key moves one file backward, towards the beginning of the buffer
e9f75053
SM
691(@code{cvs-mode-previous-line}).
692@end table
693
694
695@node Marking files, Committing changes, Movement commands, Commands
696@section Marking files
697@cindex Selecting files (commands to mark files)
698@cindex Marking files
11dac025
EZ
699@kindex m@r{--marking a file}
700@kindex M@r{--marking all files}
701@kindex u@r{--unmark a file}
702@kindex ESC DEL@r{--unmark all files}
703@kindex DEL@r{--unmark previous file}
704@kindex %@r{--mark files matching regexp}
89cda0c5 705@kindex S@r{--mark files in a particular state}
11dac025 706@kindex T@r{--toggle marks}
e9f75053
SM
707@findex cvs-mode-mark
708@findex cvs-mode-unmark
709@findex cvs-mode-mark-all-files
710@findex cvs-mode-unmark-all-files
711@findex cvs-mode-unmark-up
712@findex cvs-mode-mark-matching-files
89cda0c5 713@findex cvs-mode-mark-on-state
e9f75053
SM
714@findex cvs-mode-toggle-marks
715
716PCL-CVS works on a set of @dfn{selected files} (@pxref{Selected files}).
717You can mark and unmark files with these commands:
718
719@table @kbd
720@item m
721This marks the file that the cursor is positioned on. If the cursor is
3dc2d96d 722positioned on a directory all files in that directory are marked
e9f75053
SM
723(@code{cvs-mode-mark}).@refill
724
725@item u
726Unmark the file that the cursor is positioned on. If the cursor is on a
3dc2d96d 727directory, all files in that directory are unmarked
e9f75053
SM
728(@code{cvs-mode-unmark}).@refill
729
730@item M
731Mark @emph{all} files in the buffer (@code{cvs-mode-mark-all-files}).
732
733@item M-@key{DEL}
734Unmark @emph{all} files (@code{cvs-mode-unmark-all-files}).
735
736@item @key{DEL}
737Unmark the file on the previous line, and move point to that line
738(@code{cvs-mode-unmark-up}).
739
89cda0c5 740@item %
e9f75053
SM
741Mark all files matching a regular expression
742(@code{cvs-mode-mark-matching-files}).
743
89cda0c5
SM
744@item S
745Mark all files in a particular state, such as ``Modified'' or
3dc2d96d 746``Removed'' (@code{cvs-mode-mark-on-state}).
89cda0c5
SM
747
748@item T
e9f75053
SM
749Toggle use of marks for the next command (@code{cvs-mode-toggle-marks}).
750@end table
751
752
753@node Committing changes, Editing files, Marking files, Commands
754@section Committing changes
755@cindex Committing changes
e9f75053
SM
756@findex cvs-mode-commit
757@findex cvs-mode-commit-setup
11dac025
EZ
758@kindex c@r{--commit files}
759@kindex C@r{--commit files with @file{ChangeLog} message}
760@vindex cvs-auto-revert@r{ (variable)}
e9f75053
SM
761@cindex Commit buffer
762@cindex Edit buffer
763@cindex Erasing commit message
764@cindex Reverting buffers after commit
765
766Committing changes basically works as follows:
767
768@enumerate
769@item
770After having selected the files you want to commit, you type either
771@kbd{c} or @kbd{C} which brings up a special buffer
772@samp{*cvs-commit*}.@refill
773
774@item
775You type in the log message describing the changes you're about to
115209ba 776commit (@pxref{Log Edit Mode}).
e9f75053
SM
777
778@item
779When you're happy with it, you type @kbd{C-c C-c} to do the actual
780commit.@refill
e9f75053
SM
781@end enumerate
782
783There's no hidden state, so you can abort the process or pick it up
784again at any time.
785
11dac025 786@vindex log-edit-confirm@r{ (variable)}
e9f75053 787The set of files actually committed is really decided only during the
11dac025 788very last step, which is a mixed blessing. It allows you to go back and
e9f75053
SM
789change your mind about which files to commit, but it also means that you
790might inadvertently change the set of selected files. To reduce the
791risk of error, @kbd{C-c C-c} will ask for confirmation if the set of
792selected files has changed between the first step and the last. You can
793change this last detail with @code{log-edit-confirm}.
794
795As for the difference between @kbd{c} (i.e. @code{cvs-mode-commit}) and
796@kbd{C} (i.e. @code{cvs-mode-commit-setup}) is that the first gets you
797straight to @samp{*cvs-commit*} without erasing it or changing anything
11dac025
EZ
798to its content, while the second first erases @samp{*cvs-commit*}
799and tries to initialize it with a sane default (it does that by either
e9f75053 800using a template provided by the CVS administrator or by extracting a
11dac025 801relevant log message from a @file{ChangeLog} file).
e9f75053 802
11dac025 803If you are editing the files in your Emacs, an automatic
e9f75053 804@samp{revert-buffer} will be performed. (If the file contains
11dac025 805@samp{$@asis{Id}$} keywords, @samp{cvs commit} will write a new file with
e9f75053 806the new values substituted. The auto-revert makes sure that you get
3dc2d96d 807them into your buffer.) The revert will not occur if you have modified
e9f75053
SM
808your buffer, or if @samp{cvs-auto-revert} is set to
809@samp{nil}.
810
811
812@node Editing files, Getting info about files, Committing changes, Commands
813@section Editing files
814@cindex Editing files
815@cindex Finding files
816@cindex Loading files
817@cindex Dired
818@cindex Invoking dired
819@findex cvs-mode-find-file
820@findex cvs-mode-find-file-other-window
821@findex cvs-mode-add-change-log-entry-other-window
11dac025
EZ
822@kindex f@r{--find file or directory}
823@kindex o@r{--find file in other window}
824@kindex A@r{--add @file{ChangeLog} entry}
e9f75053
SM
825
826There are currently three commands that can be used to find a file (that
827is, load it into a buffer and start editing it there). These commands
828work on the line that the cursor is situated at. They always ignore any marked
829files.
830
831@table @kbd
832@item f
11dac025
EZ
833Find the file that the cursor points to (@code{cvs-mode-find-file}). If
834the cursor points to a directory, run @code{dired} on that directory;
835@inforef{Dired, , emacs}.
e9f75053
SM
836
837@item o
838Like @kbd{f}, but use another window
839(@code{cvs-mode-find-file-other-window}).@refill
840
841@item A
842Invoke @samp{add-change-log-entry-other-window} to edit a
11dac025
EZ
843@file{ChangeLog} file. The @file{ChangeLog} file will be found in the
844directory of the file the cursor points to, or in a parent of that
3dc2d96d 845directory (@code{cvs-mode-add-change-log-entry-other-window}).@refill
e9f75053
SM
846@end table
847
848
849@node Getting info about files, Adding and removing files, Editing files, Commands
850@section Getting info about files
851@cindex Status (cvs command)
852@cindex Log (RCS/cvs command)
853@cindex Getting status
11dac025
EZ
854@kindex l@r{--run @samp{cvs log}}
855@kindex s@r{--run @samp{cvs status}}
e9f75053
SM
856@findex cvs-mode-log
857@findex cvs-mode-status
858
859@table @kbd
860@item l
861Call the command @code{cvs-mode-log} which runs @samp{cvs log} on all
11dac025 862selected files, and show the result in a temporary buffer
115209ba 863@samp{*cvs-info*} (@pxref{Log View Mode}).
e9f75053
SM
864
865@item s
866Call the command @code{cvs-mode-status} which runs @samp{cvs status} on
11dac025 867all selected files, and show the result in a temporary buffer
e7610308
DL
868@samp{*cvs-info*}.
869@c Fixme: reinstate when node is written:
870@c (@pxref{CVS Status Mode}).
e9f75053
SM
871@end table
872
873
874@node Adding and removing files, Undoing changes, Getting info about files, Commands
875@section Adding and removing files
876@cindex Adding files
877@cindex Removing files
878@cindex Resurrecting files
879@cindex Deleting files
880@cindex Putting files under CVS control
11dac025
EZ
881@kindex a@r{--add a file}
882@kindex r@r{--remove a file}
e9f75053
SM
883@findex cvs-mode-add
884@findex cvs-mode-remove-file
885
a39c2e0d 886The following commands are available to make it easy to add files to
11dac025 887and remove them from the CVS repository.
e9f75053
SM
888
889@table @kbd
890@item a
891Add all selected files. This command can be used on @samp{Unknown}
892files (@pxref{Buffer contents}). The status of the file will change to
11dac025
EZ
893@samp{Added}, and you will have to use @kbd{c} (@samp{cvs-mode-commit}
894@pxref{Committing changes}), to really add the file to the
e9f75053
SM
895repository.@refill
896
897This command can also be used on @samp{Removed} files (before you commit
898them) to resurrect them.
899
900The command that is run is @code{cvs-mode-add}.
901
902@item r
903This command removes the selected files (after prompting for
11dac025 904confirmation). The files are deleted from your directory and
e9f75053 905(unless the status was @samp{Unknown}; @pxref{Buffer contents}) they will
11dac025
EZ
906also be @samp{cvs remove}d. If the files' status was @samp{Unknown}
907they will disappear from the buffer. Otherwise their status will change to
e9f75053
SM
908@samp{Removed}, and you must use @kbd{c} (@samp{cvs-mode-commit},
909@pxref{Committing changes}) to commit the removal.@refill
910
911The command that is run is @code{cvs-mode-remove-file}.
912@end table
913
914
915@node Undoing changes, Removing handled entries, Adding and removing files, Commands
916@section Undoing changes
917@cindex Undo changes
918@cindex Flush changes
11dac025 919@kindex U@r{--undo changes}
e9f75053
SM
920@findex cvs-mode-undo-local-changes
921
922@table @kbd
923@item U
924If you have modified a file, and for some reason decide that you don't
925want to keep the changes, you can undo them with this command. It works
926by removing your working copy of the file and then getting the latest
8bc8d854 927version from the repository (@code{cvs-mode-undo-local-changes}).
e9f75053
SM
928@end table
929
930
931@node Removing handled entries, Ignoring files, Undoing changes, Commands
932@section Removing handled entries
933@cindex Expunging uninteresting entries
934@cindex Uninteresting entries, getting rid of them
935@cindex Getting rid of uninteresting lines
936@cindex Removing uninteresting (processed) lines
937@cindex Handled lines, removing them
11dac025
EZ
938@kindex x@r{--remove processed entries}
939@kindex C-k@r{--remove selected entries}
e9f75053
SM
940@findex cvs-mode-remove-handled
941@findex cvs-mode-acknowledge
942@findex cvs-mode-ignore
943
944@table @kbd
945@item x
946This command allows you to remove all entries that you have processed.
947More specifically, the lines for @samp{Up-to-date} files (@pxref{Buffer
11dac025
EZ
948contents}) are removed from the buffer. If a directory becomes empty
949the heading for that directory is also removed. This makes it easier to
950get an overview of what needs to be done.
e9f75053 951
11dac025
EZ
952@vindex cvs-mode-remove-handled@r{ (variable)}
953@kbd{x} invokes @code{cvs-mode-remove-handled}. If
954@samp{cvs-auto-remove-handled} is set to non-@code{nil}, this will
e9f75053
SM
955automatically be performed after every commit.@refill
956
957@item C-k
958This command can be used for lines that @samp{cvs-mode-remove-handled} would
959not delete, but that you want to delete (@code{cvs-mode-acknowledge}).
960@end table
961
962
963@node Ignoring files, Viewing differences, Removing handled entries, Commands
964@section Ignoring files
11dac025
EZ
965@cindex Ignoring files
966@kindex i@r{--ignoring files}
e9f75053
SM
967@findex cvs-mode-ignore
968
969@table @kbd
970@item i
971Arrange so that CVS will ignore the selected files. The file names are
972added to the @file{.cvsignore} file in the corresponding directory. If
11dac025 973the @file{.cvsignore} file doesn't exist, it will be created.
e9f75053
SM
974
975The @file{.cvsignore} file should normally be added to the repository,
11dac025 976but you could ignore it as well, if you like it better that way.
e9f75053
SM
977
978This runs @code{cvs-mode-ignore}.
979@end table
980
981@node Viewing differences, Invoking Ediff, Ignoring files, Commands
982@section Viewing differences
983@cindex Diff
11dac025 984@cindex Invoking @code{diff}
e9f75053
SM
985@cindex Conflicts, how to resolve them
986@cindex Viewing differences
11dac025
EZ
987@kindex d=@r{--run @samp{cvs diff}}
988@kindex =@r{--run @samp{cvs diff}}
989@kindex db@r{--diff against base version}
990@kindex dh@r{--diff against head of repository}
11e7734a 991@kindex dr@r{--diff between base and head of repository}
11dac025 992@kindex dv@r{--diff against vendor branch}
11e7734a 993@kindex dy@r{--diff against yesterday's head}
e9f75053
SM
994@findex cvs-mode-diff
995@findex cvs-mode-diff-backup
996@findex cvs-mode-diff-head
11e7734a 997@findex cvs-mode-diff-repository
e9f75053 998@findex cvs-mode-diff-vendor
11e7734a 999@findex cvs-mode-diff-yesterday
11dac025 1000@vindex cvs-invert-ignore-marks@r{ (variable)}
e9f75053
SM
1001
1002@table @kbd
1003@item =
1004@itemx d =
1005Display a @samp{cvs diff} between the selected files and the version
3dc2d96d 1006that they are based on (@code{cvs-mode-diff}).@refill
e9f75053
SM
1007
1008@item d b
1009If CVS finds a conflict while merging two versions of a file (during a
1010@samp{cvs update}, @pxref{Updating the buffer}) it will save the
11dac025
EZ
1011original file in a file called @file{.#@var{file}.@var{version}} where
1012@var{file} is the name of the file, and @var{version} is the revision
1013number that @var{file} was based on.@refill
e9f75053 1014
11dac025
EZ
1015With the @kbd{d b} command you can run a @samp{diff} on the files
1016@file{.#@var{file}.@var{version}} and @file{@var{file}}.@refill
e9f75053
SM
1017
1018@item d h
1019Display a @samp{cvs diff} between the selected files and the head
3dc2d96d
TTN
1020revision (the most recent version on the current
1021branch) in the repository (@code{cvs-mode-diff-head}).@refill
11e7734a
JL
1022
1023@item d r
1024Display a @samp{cvs diff} between the base revision of the selected
1025files and the head revision in the repository. This displays the
1026changes anyone has committed to the repository since you last executed
505c0315
RS
1027a checkout, update or commit operation
1028(@code{cvs-mode-diff-repository}).
e9f75053
SM
1029
1030@item d v
1031Display a @samp{cvs diff} between the selected files and the head
8bc8d854 1032revision of the vendor branch in the repository
e9f75053 1033(@code{cvs-mode-diff-vendor}).@refill
47ce55fe
KS
1034
1035@item d y
1036Display a @samp{cvs diff} between the selected files and yesterday's
8bc8d854 1037head revision in the repository
47ce55fe 1038(@code{cvs-mode-diff-yesterday}).@refill
e9f75053
SM
1039@end table
1040
1041By default, @samp{diff} commands ignore the marks. This can be changed
1042with @code{cvs-invert-ignore-marks}.
1043
1044@node Invoking Ediff, Updating files, Viewing differences, Commands
1045@section Running ediff
1046@cindex Ediff
1047@cindex Invoking ediff
1048@cindex Viewing differences
11dac025 1049@cindex Conflicts, how to resolve them
e9f75053 1050@cindex Resolving conflicts
11dac025 1051@kindex e@r{--invoke @samp{ediff}}
e9f75053
SM
1052@findex cvs-mode-idiff
1053@findex cvs-mode-imerge
1054
1055@table @kbd
11dac025 1056@vindex cvs-idiff-imerge-handlers@r{ (variable)}
e9f75053 1057@item d e
11dac025 1058This uses @code{ediff} (or @code{emerge}, depending on
e9f75053
SM
1059@samp{cvs-idiff-imerge-handlers}) to allow you to view diffs.
1060If a prefix argument is given, PCL-CVS will prompt for a revision against
1061which the diff should be made, else the default will be to use the BASE
1062revision.
1063
11dac025 1064@cindex Merging with @code{ediff} and @code{emerge}
e9f75053 1065@item d E
11dac025
EZ
1066This command use @code{ediff} (or @code{emerge}, see above) to allow you
1067to do an interactive 3-way merge.
e9f75053 1068
bab5541b 1069@strong{Please note:} when the file status is @samp{Conflict},
e9f75053
SM
1070CVS has already performed a merge. The resulting file is not used in
1071any way if you use this command. If you use the @kbd{q} command inside
1072@samp{ediff} (to successfully terminate a merge) the file that CVS
1073created will be overwritten.@refill
e9f75053
SM
1074@end table
1075
1076@node Updating files, Tagging files, Invoking Ediff, Commands
1077@section Updating files
1078@findex cvs-mode-update
1079@cindex Updating files
11dac025 1080@kindex O@r{--update files}
e9f75053
SM
1081
1082@table @kbd
1083@item O
1084Update all selected files with status @samp{Need-update} by running
8bc8d854 1085@samp{cvs update} on them (@code{cvs-mode-update}).
e9f75053
SM
1086@end table
1087
1088
1089@node Tagging files, Miscellaneous commands, Updating files, Commands
1090@section Tagging files
1091@findex cvs-mode-tag
1092@findex cvs-mode-untag
1093@findex cvs-rtag
1094@cindex Tagging files
11dac025
EZ
1095@kindex M-t@r{--repository tag files}
1096@kindex t@r{--tag files}
1097@vindex cvs-invert-ignore-marks@r{ (variable)}
1098@vindex cvs-force-dir-tag@r{ (variable)}
e9f75053
SM
1099
1100@table @kbd
1101@item t
1102Tag all selected files by running @samp{cvs tag} on
11dac025 1103them (@code{cvs-mode-tag}). It's usually preferable to tag a directory
e9f75053
SM
1104at a time. Rather than selecting all files (which too often doesn't
1105select all files but only the few that are displayed), clear the
1106selection with @kbd{M-DEL} (@code{cvs-mode-unmark-all-files}), position
1107the cursor on the directory you want to tag and hit @kbd{t}.
e9f75053
SM
1108@end table
1109
1110By default, @samp{tag} commands ignore the marks. This can be changed
11dac025 1111with @code{cvs-invert-ignore-marks}. Also, by default @samp{tag} can
e9f75053
SM
1112only be applied to directories, see @code{cvs-force-dir-tag} if you want
1113to change this behavior.
1114
1115
1116@node Miscellaneous commands, , Tagging files, Commands
1117@section Miscellaneous commands
1118@findex cvs-mode-byte-compile-files
1119@cindex Recompiling elisp files
1120@cindex Byte compilation
1121@findex cvs-mode-delete-lock
1122@cindex Getting rid of lock files
1123@cindex Lock files
11dac025 1124@kindex q@r{--quit PCL-CVS}
e9f75053
SM
1125@findex cvs-mode-quit
1126@cindex Quitting
11dac025
EZ
1127@kindex h@r{--help}
1128@kindex ?@r{--help}
e9f75053
SM
1129@findex cvs-help
1130@cindex Help
1131
1132@table @kbd
1133@item M-x cvs-mode-byte-compile-files
11dac025 1134Byte compile all selected files that end in @file{.el}.
e9f75053
SM
1135
1136@item M-x cvs-mode-delete-lock
1137This command deletes the lock files that
11dac025
EZ
1138the @samp{*cvs*} buffer informs you about. You should normally never have to
1139use this command, since CVS tries very carefully to always remove the
e9f75053
SM
1140lock files itself.
1141
11dac025 1142You can only use this command when a message in the @samp{*cvs*} buffer tells
e9f75053 1143you so. You should wait a while before using this command in case
11dac025 1144someone else is running a @code{cvs} command.
e9f75053
SM
1145
1146Also note that this only works if the repository is local.
1147
1148@item ?
1149@itemx h
1150Show a summary of common command key bindings in the echo
11dac025 1151area (@code{cvs-help}).
e9f75053
SM
1152
1153@item q
11dac025 1154Quit PCL-CVS, killing the @samp{*cvs*} buffer (@code{cvs-mode-quit}).
e9f75053
SM
1155@end table
1156
115209ba
DL
1157@node Log Edit Mode, Log View Mode, Commands, Top
1158@chapter Editing a Log Message
1159
1160@cindex Log Edit mode
1161@cindex mode, Log Edit
1162Buffers for entering/editing log messages for changes which are about
1163to be committed are put into Log Edit mode.
1164
1165Sometimes the log buffer contains default text when you enter it,
1166typically the last log message entered. If it does, mark and point
1167are set around the entire contents of the buffer so that it is easy to
1168kill the contents of the buffer with @kbd{C-w}.
1169
1170@findex log-edit-insert-changelog
1171If you work by writing entries in the @file{ChangeLog}
1172(@pxref{(emacs)Change Log}) and then commit the change under revision
1173control, you can generate the Log Edit text from the ChangeLog using
890c3bd4 1174@kbd{C-c C-a} (@kbd{log-edit-insert-changelog}). This looks for
115209ba
DL
1175entries for the file(s) concerned in the top entry in the ChangeLog
1176and uses those paragraphs as the log text. This text is only inserted
1177if the top entry was made under your user name on the current date.
1178@xref{(emacs)Change Logs and VC}, for the opposite way of
1179working---generating ChangeLog entries from the revision control log.
1180
1181In the Log Edit buffer, @kbd{C-c C-f} (@kbd{M-x log-edit-show-files})
1182shows the list of files to be committed in case you need to check
1183that.
1184
1185When you have finished editing the log message, type @kbd{C-c C-c} to
1186exit the buffer and commit the change.
1187
1188@c Fixme: customization variables
1189
1190@node Log View Mode, Customization, Log Edit Mode, Top
1191@chapter Browsing a Log of Changes
1192
1193@cindex Log View mode
1194@cindex mode, Log View
1195@cindex output, logs
1196
1197@findex cvs-mode-log
1198@findex vc-print-log
1199Log View mode provides a few useful commands for navigating revision
1200control log output. It is used for the output buffers of both
1201@code{cvs-mode-log} and @code{vc-print-log}.
e9f75053 1202
115209ba
DL
1203In this mode, @kbd{n} goes to the next message and @kbd{p} goes to the
1204previous message and @kbd{N} and @kbd{P} go to the next and previous
1205files, respectively, in multi-file output. With a numeric prefix
1206argument, these commands move that many messages of files.
e9f75053 1207
115209ba 1208@c @node CVS Status Mode
e7610308 1209@c @chapter Viewing CVS' Status output
e9f75053 1210
115209ba 1211@node Customization, Bugs, Log View Mode, Top
e9f75053 1212@chapter Customization
11dac025
EZ
1213@vindex log-edit-changelog-full-paragraphs@r{ (variable)}
1214@vindex cvs-auto-remove-handled@r{ (variable)}
1215@vindex cvs-auto-remove-directories@r{ (variable)}
1216@vindex cvs-update-prog-output-skip-regexp@r{ (variable)}
1217@vindex cvs-cvsroot@r{ (variable)}
1218@vindex cvs-auto-revert@r{ (variable)}
1219@vindex log-edit-require-final-newline@r{ (variable)}
1220@vindex cvs-sort-ignore-file@r{ (variable)}
e9f75053
SM
1221@cindex Customization
1222@cindex Variables, list of all
11dac025 1223@cindex Erasing input buffer
e9f75053
SM
1224@cindex Context diff, how to get
1225@cindex Unidiff, how to get
1226@cindex Automatically remove handled files
11dac025
EZ
1227@cindex @samp{-u} option in modules file
1228@cindex Modules file (@samp{-u} option)
1229@cindex Update program (@samp{-u} option in modules file)
e9f75053
SM
1230@cindex Reverting buffers after commit
1231@cindex Require final newline
1232@cindex Automatically inserting newline
1233@cindex Commit message, inserting newline
11dac025
EZ
1234@cindex Sorting @file{.cvsignore} file
1235@cindex @file{.cvsignore} file, sorting
1236@cindex Automatically sorting @file{.cvsignore}
1237@cindex @samp{CVSROOT}, overriding
e9f75053
SM
1238
1239If you have an idea about any customization that would be handy but
8bc8d854
TTN
1240isn't present in this list, please tell us!
1241For info on how to reach us, see @ref{Bugs}.@refill
e9f75053
SM
1242
1243@table @samp
1244@item cvs-auto-remove-handled
11dac025 1245If this variable is set to any non-@code{nil} value,
e9f75053
SM
1246@samp{cvs-mode-remove-handled} will be called every time you check in
1247files, after the check-in is ready. @xref{Removing handled
1248entries}.@refill
1249
1250@item cvs-auto-remove-directories
1251If this variable is set to any non-@code{nil} value, directories that do
1252not contain any files to be checked in will not be listed in the
1253@samp{*cvs*} buffer.@refill
1254
1255@item cvs-auto-revert
1256If this variable is set to any non-@samp{nil} value any buffers you have
1257that visit a file that is committed will be automatically reverted.
1258This variable defaults to @samp{t}. @xref{Committing changes}.@refill
1259
1260@item cvs-update-prog-output-skip-regexp
1261The @samp{-u} flag in the @file{modules} file can be used to run a command
11dac025 1262whenever a @samp{cvs update} is performed (see @code{cvs(5)}). This regexp
e9f75053 1263is used to search for the last line in that output. It is normally set
11dac025 1264to @samp{$}. That setting is only correct if the command outputs
e9f75053 1265nothing. Note that PCL-CVS will get very confused if the command
11dac025 1266outputs @emph{anything} to @code{stderr}.
e9f75053
SM
1267
1268@item cvs-cvsroot
1269This variable can be set to override @samp{CVSROOT}. It should be a
11dac025
EZ
1270string. If it is set, then every time a @code{cvs} command is run, it
1271will be called as @samp{cvs -d @var{cvs-cvsroot}@dots{}}. This can be
1272useful if your site has several repositories.
e9f75053
SM
1273
1274@item log-edit-require-final-newline
11dac025
EZ
1275@c wordy to avoid unhderfull hbox
1276When you enter a log message by typing into the
1277@samp{*cvs-commit-message*} buffer, PCL-CVS normally automatically
1278inserts a trailing newline, unless there already is one. This behavior
1279can be controlled via @samp{cvs-commit-buffer-require-final-newline}.
1280If it is @samp{t} (the default behavior), a newline will always be
1281appended. If it is @samp{nil}, newlines will never be appended. Any
1282other value causes PCL-CVS to ask the user whenever there is no trailing
1283newline in the commit message buffer.
1284
1285@findex cvs-mode-changelog-commit
e9f75053 1286@item log-edit-changelog-full-paragraphs
11dac025 1287If this variable is non-@code{nil}, include full @file{ChangeLog}
177c0ea7 1288paragraphs in the CVS log created by @samp{cvs-mode-changelog-commit}.
11dac025
EZ
1289This may be set in the local variables section of a @file{ChangeLog}
1290file, to indicate the policy for that @file{ChangeLog}.
e9f75053 1291
11dac025
EZ
1292@cindex @file{ChangeLog} paragraphs
1293A @dfn{@file{ChangeLog} paragraph} is a bunch of log text containing no
1294blank lines; a paragraph usually describes a set of changes with a
1295single purpose, but perhaps spanning several functions in several files.
1296Changes in different paragraphs are unrelated.
e9f75053
SM
1297
1298You could argue that the CVS log entry for a file should contain the
11dac025 1299full @file{ChangeLog} paragraph mentioning the change to the file, even though
e9f75053
SM
1300it may mention other files, because that gives you the full context you
1301need to understand the change. This is the behavior you get when this
11dac025 1302variable is set to @code{t}, the default.
e9f75053
SM
1303
1304On the other hand, you could argue that the CVS log entry for a change
1305should contain only the text for the changes which occurred in that
1306file, because the CVS log is per-file. This is the behavior you get
11dac025 1307when this variable is set to @code{nil}.
e9f75053 1308
11dac025 1309@findex cvs-mode-ignore@r{, and @file{.cvsignore} sorting}
e9f75053 1310@item cvs-sort-ignore-file
11dac025
EZ
1311If this variable is set to any non-@samp{nil} value, the
1312@file{.cvsignore} file will always be sorted whenever you use
e9f75053
SM
1313@samp{cvs-mode-ignore} to add a file to it. This option is on by
1314default.
e9f75053
SM
1315@end table
1316
1317
1318@menu
177c0ea7 1319* Customizing Faces::
e9f75053
SM
1320@end menu
1321
1322@node Customizing Faces, , Customization, Customization
1323@section Customizing Faces
5e0de6a2
EZ
1324@vindex cvs-header (face)
1325@vindex cvs-filename (face)
1326@vindex cvs-unknown (face)
1327@vindex cvs-handled (face)
1328@vindex cvs-need-action (face)
1329@vindex cvs-marked (face)
1330@vindex cvs-msg (face)
e9f75053 1331
11dac025 1332PCL-CVS adds a few extra features, including menus, mouse bindings, and
5e0de6a2 1333fontification of the @samp{*cvs*} buffer. The faces defined for
e9f75053
SM
1334fontification are listed below:
1335
1336@table @samp
5e0de6a2 1337@item cvs-header
11dac025 1338used to highlight directory changes.
e9f75053 1339
5e0de6a2
EZ
1340@item cvs-filename
1341Used to highlight file names.
e9f75053 1342
5e0de6a2
EZ
1343@item cvs-unknown
1344Used to highlight the status of files which are @samp{Unknown}.
e9f75053 1345
5e0de6a2
EZ
1346@item cvs-handled
1347Used to highlight the status of files which are handled and
e9f75053
SM
1348need no further action.
1349
5e0de6a2
EZ
1350@item cvs-need-action
1351Used to highlight the status of files which still need action.
e9f75053 1352
5e0de6a2
EZ
1353@item cvs-marked
1354Used to highlight the marked file indicator (@samp{*}).
1355
1356@item cvs-msg
1357Used to highlight CVS messages.
e9f75053
SM
1358@end table
1359
1360
1361@node Bugs, Function and Variable Index, Customization, Top
1362@chapter Bugs (known and unknown)
1363@cindex Reporting bugs and ideas
1364@cindex Bugs, how to report them
1365@cindex Author, how to reach
1366@cindex Email to the author
1367@cindex Known bugs
1368@cindex Bugs, known
1369@cindex FAQ
1370@cindex Problems, list of common
1371
1372If you find a bug or misfeature, don't hesitate to tell us! Send email
11dac025 1373to @email{bug-gnu-emacs@@gnu.org} which is gatewayed to the newsgroup
e9f75053
SM
1374@samp{gnu.emacs.bugs}. Feature requests should also be sent there. We
1375prefer discussing one thing at a time. If you find several unrelated
1376bugs, please report them separately. If you are running PCL-CVS under
1377XEmacs, you should also send a copy of bug reports to
11dac025 1378@email{xemacs-beta@@xemacs.org}.
e9f75053 1379
11dac025
EZ
1380If you have problems using PCL-CVS or other questions, send them to
1381@email{help-gnu-emacs@@gnu.org}, which is gatewayed to the
1382@samp{gnu.emacs.help} newsgroup. This is a good place to get help, as
1383is @email{cvs-info@@gnu.org}, gatewayed to @samp{gnu.cvs.help}.
e9f75053
SM
1384
1385If you have ideas for improvements, or if you have written some
1386extensions to this package, we would like to hear from you. We hope that
1387you find this package useful!
1388
89cda0c5 1389Below is a partial list of currently known problems with PCL-CVS.
e9f75053
SM
1390
1391@table @asis
1392@item Unexpected output from CVS
1393Unexpected output from CVS may confuse PCL-CVS. It will create
11dac025 1394warning messages in the @samp{*cvs*} buffer alerting you to any parse errors.
e9f75053 1395If you get these messages, please send a bug report to the email
11dac025 1396addresses listed above. Include the contents of the @samp{*cvs*} buffer, the
89cda0c5 1397output of the CVS process (which should be found in the @samp{ *cvs-tmp*}
e9f75053 1398buffer), and the versions of Emacs, PCL-CVS and CVS you are using.
e9f75053
SM
1399@end table
1400
1401@node Function and Variable Index, Concept Index, Bugs, Top
1402@unnumbered Function and Variable Index
1403
11dac025
EZ
1404This is an index of all the functions and variables documented in this
1405manual.
1406
e9f75053
SM
1407@printindex fn
1408
1409@node Concept Index, Key Index, Function and Variable Index, Top
1410@unnumbered Concept Index
1411
11dac025
EZ
1412This is an index of concepts discussed in this manual.
1413
e9f75053
SM
1414@printindex cp
1415
1416@node Key Index, , Concept Index, Top
1417@unnumbered Key Index
1418
11dac025
EZ
1419This index includes an entry for each PCL-CVS key sequence documented in
1420this manual.
1421
e9f75053
SM
1422@printindex ky
1423
1424@setchapternewpage odd
1425@summarycontents
1426@contents
1427@bye
ab5796a9
MB
1428
1429@ignore
1430 arch-tag: 5c7178ce-56fa-40b0-abd7-f4a09758b235
1431@end ignore