aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/files.texi
Commit message (Collapse)AuthorAgeFilesLines
* (Format Conversion): `auto-save-file-format' has been renamedLuc Teirlinck2004-09-081-1/+1
| | | | `buffer-auto-save-file-format'.
* (Saving Buffers): Cleanup write-contents-function.Richard M. Stallman2004-07-021-24/+23
| | | | (Magic File Names): Cleanup file-remote-p.
* (Magic File Names): `file-remote-p' returns an identifier of theKai Großjohann2004-07-021-1/+17
| | | | remote system, not just t.
* (Saving Buffers): Correct previous change.Richard M. Stallman2004-06-241-2/+2
|
* Reposition @anchor's.Luc Teirlinck2004-06-231-6/+6
|
* (Saving Buffers): Correct description of `write-contents-functions'.Lars Hansen2004-06-231-4/+5
|
* files.texi (Magic File Names): Add `file-remote-p' as operationMichael Albinus2004-05-291-4/+3
| | | | of file name handlers.
* (Changing Files): Document set-file-times.Eli Zaretskii2004-04-271-1/+9
|
* Various changes in addition to:Luc Teirlinck2004-04-141-105/+246
| | | | | | | | | | (Visiting Functions): `find-file-hook' is now a normal hook. (File Name Expansion): Explain difference between the way that `expand-file-name' and `file-truename' treat `..'. (Contents of Directories): Mention optional ID-FORMAT argument to `directory-files-and-attributes'. (Format Conversion): Mention new optional CONFIRM argument to `format-write-file'.
* (Changing Files): Fix argname.Richard M. Stallman2004-02-161-1/+1
|
* *** empty log message ***Luc Teirlinck2004-01-131-3/+3
|
* (Saving Buffers): Clarify descriptions of `write-contents-functions'Luc Teirlinck2004-01-071-11/+15
| | | | | and `before-save-hook'. Make the defvar's for `before-save-hook' and `after-save-hook' into defopt's.
* hooks.texi (Standard Hooks): Add before-save-hook.Simon Josefsson2004-01-051-1/+8
| | | | files.texi (Saving Buffers): Likewise.
* (Contents of Directories):Richard M. Stallman2003-12-291-0/+8
| | | | Add directory-files-and-attributes.
* (File Attributes): Describe new parameter ID-FORMAT.Lars Hansen2003-11-211-9/+16
|
* Replace @sc{foo} with @acronym{FOO}.Eli Zaretskii2003-11-021-7/+7
|
* Add arch taglinesMiles Bader2003-09-011-0/+4
|
* (Magic File Names): Add file-remote-p. Clarify file-local-copy.Richard M. Stallman2003-08-061-8/+15
|
* (Truenames): Add LIMIT arg to file-chase-links.Richard M. Stallman2003-07-221-2/+4
|
* (Changing Files): copy-file allows dir as NEWNAME.Richard M. Stallman2003-07-141-1/+8
| | | | (Magic File Names): Specify precedence order of handlers.
* (File Name Expansion): Warn about iterative use of substitute-in-file-name.Richard M. Stallman2003-07-071-3/+14
|
* Fix minor Texinfo usage.Richard M. Stallman2003-06-241-6/+12
| | | | (file-exists-p): Explain handling of directories, symlinks, etc.
* (Changing Files): copy-file copies file modes, too.Kai Großjohann2003-06-131-0/+2
|
* (Magic File Names): Document the safe-magic property.Richard M. Stallman2003-05-161-0/+10
|
* (Kinds of Files): Correct return value of file-symlink-p.Richard M. Stallman2003-04-091-4/+4
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-13/+13
|
* From Michael Albinus.Kai Großjohann2002-10-231-12/+26
| | | | | | | | | * README: Target for Info file is `make info'. * files.texi (File Name Components): Fixed typos in `file-name-sans-extension'. (Magic File Names): Complete list of operations for magic file name handlers.
* Add `umask' to the concept index.Stefan Monnier2002-09-171-0/+1
|
* Move the node Relative Files before Directory Names. Show whatRichard M. Stallman2002-08-191-63/+104
| | | | | | | | | | file-name-nondirectory returns when given a directory name. Explain that abbreviate-file-name works on file names too. Explain how to combine a directory name with a relative file name with concat, and the pitfalls. Update some details.
* *** empty log message ***Stefan Monnier2002-06-231-30/+20
|
* (File Name Components): Update the description ofEli Zaretskii2001-10-221-4/+13
| | | | file-name-sans-extension and file-name-extension.
* (File Name Completion): Document the significance ofEli Zaretskii2001-10-131-0/+5
| | | | a trailing slash in elements of completion-ignored-extensions.
* (File Attributes): Document that the device number can also be a cons cell.Eli Zaretskii2001-09-141-2/+4
|
* Explain how handler is called, for magic file operations that takeRichard M. Stallman2001-05-051-1/+22
| | | | more than one file-name argument.
* (Visiting Functions): Typos.Gerd Moellmann2000-10-251-1/+1
|
* (Visiting Functions): Return value of find-file-noselect may be a listKenichi Handa2000-10-251-2/+4
| | | | of buffers if wildcards are used.
* file-name-extensionDave Love2000-07-271-0/+8
|
* write-region changeDave Love2000-05-101-1/+3
|
* *** empty log message ***Richard M. Stallman2000-04-211-1/+1
|
* *** empty log message ***Richard M. Stallman2000-04-181-22/+34
|
* *** empty log message ***Richard M. Stallman2000-04-161-2/+11
|
* *** empty log message ***Richard M. Stallman2000-03-091-5/+12
|
* *** empty log message ***Richard M. Stallman2000-01-101-3/+4
|
* @ifinto -> @ifnottex.Gerd Moellmann2000-01-051-2/+2
|
* Update copyrights.Gerd Moellmann2000-01-051-1/+2
|
* Remove obsolete @tindex commands.Gerd Moellmann2000-01-051-3/+0
|
* *** empty log message ***Richard M. Stallman1999-12-081-8/+14
|
* Current version from /gd/gnu/elisp.Dave Love1999-12-031-34/+87
|
* *** empty log message ***Richard M. Stallman1999-09-171-61/+143
|
* *** empty log message ***Karl Heuer1999-07-171-4/+4
|