diff options
| author | Chong Yidong | 2012-02-21 21:24:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-21 21:24:48 +0800 |
| commit | a59225b146620b11455b614244ceb6d02339a032 (patch) | |
| tree | c6e730a974c8c968f827f589a6162b340e4c4b69 /src/ChangeLog | |
| parent | f9a998c365893585a8b33fba9a00320348c0b34b (diff) | |
| download | emacs-a59225b146620b11455b614244ceb6d02339a032.tar.gz emacs-a59225b146620b11455b614244ceb6d02339a032.zip | |
Update Files chapter in Lisp manual.
* doc/lispref/files.texi (Files): Mention magic file names as arguments.
(Reading from Files): Copyedits.
(File Attributes): Mention how to change file modes.
(Changing Files): Use standard "file permissions" terminology.
Add xref to File Attributes node.
(Locating Files): Document locate-user-emacs-file.
(Unique File Names): Recommend against using make-temp-name.
* src/buffer.c (Fget_file_buffer): Protect against invalid file
handler return value.
* src/fileio.c (Vfile_name_handler_alist): Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bd376e9b855..c5e898684a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-02-21 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Vfile_name_handler_alist): Doc fix. | ||
| 4 | |||
| 5 | * buffer.c (Fget_file_buffer): Protect against invalid file | ||
| 6 | handler return value. | ||
| 7 | |||
| 1 | 2012-02-20 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2012-02-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long' | 10 | * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long' |