summaryrefslogtreecommitdiff
path: root/man/files.texi
Commit message (Collapse)AuthorAgeFilesLines
...
* (Saving): Mention write-region-inhibit-fsync.Romain Francoise2005-09-141-0/+9
|
* (Comparing Files): Replace xref to `Compilation' with `Compilation Mode'.Juri Linkov2005-08-141-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-1/+1
|
* (Comparing Files): Clarify compare-windows.Richard M. Stallman2005-08-091-9/+13
|
* (Quoted File Names): Add index entry.Eli Zaretskii2005-07-221-0/+1
|
* (Comparing Files): Mention resync for `compare-windows'.Juri Linkov2005-07-191-2/+4
|
* (Old Versions): Delete duplicate words.Juri Linkov2005-07-181-1/+1
|
* (Saving): Minor correction about C-x C-w.Richard M. Stallman2005-07-081-2/+3
|
* (Log Buffer): Document when there can be more than one file to be committed.Luc Teirlinck2005-06-081-1/+3
|
* (Log Buffer): Merge in description of Log EditNick Roberts2005-05-271-2/+23
| | | | mode from pcl-cvs.texi.
* (Saving): Fix menu.Lute Kamstra2005-05-181-4/+3
|
* (Compressed Files): Auto Compression normally enabled.Richard M. Stallman2005-04-301-11/+10
|
* (Filesets): New node.Richard M. Stallman2005-04-261-0/+47
| | | | (File Conveniences): Document Image mode.
* (Reverting): Move `auto-revert-check-vc-info' to `VC Mode Line' andLuc Teirlinck2005-04-011-8/+14
| | | | | | put in an xref to that node. (VC Mode Line): Move `auto-revert-check-vc-info' here and clarify its description.
* (File Conveniences): Delete Auto Image File mode.Richard M. Stallman2005-03-281-13/+14
| | | | | (File Conveniences): Reorder entries. Document Thumbs mode.
* Several small changes in addition to:Luc Teirlinck2005-03-271-29/+30
| | | | | | | (Visiting): Change xref for Dialog Boxes to ref. (Version Headers): Replace references to obsolete var `vc-header-alist' with `vc-BACKEND-header'. (Customizing VC): Update value of `vc-handled-backends'.
* (Visiting): Fix cross-references introduced with the last change.Eli Zaretskii2005-03-261-1/+1
|
* (Reverting): Document auto-revert-check-vc-info.Richard M. Stallman2005-03-261-0/+9
|
* (Visiting): Document large-file-warning-threshold.Richard M. Stallman2005-03-211-47/+78
| | | | | | | | | | | | Move paragraph on file-selection dialog. Mention visiting files using X drag and drop. (Reverting): Mention using Auto-Revert mode to tail files. Document auto-revert-tail-mode. (Version Systems): Minor correction. (Comparing Files): Diff-mode is no longer based on Compilation mode. Document compare-ignore-whitespace. (Misc File Ops): Explain passing a directory to rename-file. Likewise for copy-file and make-symbolic-link.
* (Types of Log File): Explain how projects' methods can vary.Richard M. Stallman2005-03-061-17/+21
|
* (File Names): Clarify.Richard M. Stallman2005-02-031-23/+26
| | | | | | (Visiting): Update conditions for use of file dialog. Clarify. (Saving): Doc d as answer in save-some-buffers. (Remote Files): Clean up the text.
* Don't say just "option" when talking about variables.Richard M. Stallman2005-01-301-1/+1
|
* (Saving): Describe new require-final-newline featuresRichard M. Stallman2004-12-311-6/+17
| | | | and mode-require-final-newline.
* (Old Versions): No longer document annotation as "CVS only".Thien-Thi Nguyen2004-11-191-4/+5
|
* Rewrite the introduction about version systems, mentioning the newAndré Spiegel2004-11-091-24/+56
| | | | | ones that we support. Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for suggestions.
* (Misc File Ops): View mode is a minor mode.Luc Teirlinck2004-10-091-1/+1
|
* (Backup Deletion): Correct description of `delete-old-versions'.Luc Teirlinck2004-08-201-9/+10
| | | | | | (Time Stamps): `time-stamp' needs to be added to `before-save-hook'. (Auto Save Files): Recommend `auto-save-mode' to reenable auto-saving, rather than the abbreviation `auto-save'.
* (Reverting): Auto-Revert mode and Global Auto-Revert mode no longerLuc Teirlinck2004-06-091-2/+3
| | | | revert remote files
* (Reverting): Correct description of revert-buffer's handling of point.Luc Teirlinck2004-04-031-5/+4
|
* Describe new key bindings in VC Annotate mode.André Spiegel2004-01-201-0/+40
| | | | (Patch by Benjamin Rutt.)
* Say how to disable VC.André Spiegel2003-12-031-1/+6
|
* Replace @sc{ascii} and ASCII with @acronym{ASCII}.Eli Zaretskii2003-11-021-2/+2
|
* (File Aliases, Misc File Ops): Add @cindex entries.Richard M. Stallman2003-09-221-0/+3
|
* Add arch taglinesMiles Bader2003-09-011-0/+4
|
* (Files): Update `Previous' pointer.Luc Teirlinck2003-08-181-1/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-8/+8
|
* Time Stamps: template must have space between quotation marks.Stephen Gildea2003-02-011-1/+1
|
* Remote files: new default method for Tramp is ssh, not sm.Kai Großjohann2002-08-221-2/+2
|
* Minor spelling and grammar corrections.Paul Eggert2002-08-161-1/+1
|
* Document C-x v v as the main version control command, not C-x C-q.André Spiegel2002-07-161-41/+40
| | | | Add a note that users may bind vc-toggle-read-only to C-x C-q.
* Minor cleanup.Richard M. Stallman2002-07-151-4/+4
|
* * files.texi (Remote Files): Explain new unified file name synatx.Kai Großjohann2002-07-131-22/+35
| | | | | | | * tramp.texi: Remove version variables. (Inline methods): Clarify which questions `smx' deals with. (Remote shell setup): shell-prompt-pattern must match at end of buffer.
* Clarify read-only visiting commands.Richard M. Stallman2002-07-071-7/+7
|
* Explain that $FOO stands for itself if FOO is not defined.Richard M. Stallman2002-07-071-24/+42
| | | | | | New feature in auto-save-file-name-transforms. Add vc-cvs-global-switches. Add directory-free-space-program and directory-free-space-args.
* *** empty log message ***Stefan Monnier2002-06-231-9/+8
|
* @node{Remote Files}: Mention Tramp.Kai Großjohann2002-06-181-0/+19
|
* (Auto Save Files): Mention auto-save-file-name-transforms.Glenn Morris2002-04-201-0/+12
| | | | (Remote Files): Mention auto-save-file-name-transforms.
* Fix last change.Eli Zaretskii2002-04-141-3/+3
|
* (Advanced C-x C-q, Registering): Add index entries for specifyingEli Zaretskii2002-04-121-0/+3
| | | | a certain version.
* Don't use @samp in an anchor.Richard M. Stallman2002-04-011-8/+8
| | | | Minor cleanup.