diff options
| author | Luc Teirlinck | 2004-04-14 02:48:08 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-04-14 02:48:08 +0000 |
| commit | 619fb950d62377bf562f597ff81264d3386cc502 (patch) | |
| tree | 504e37e03898c8d5c552f6f452ac3d1dbf0e5484 /lispref/ChangeLog | |
| parent | 19efcb46346e5eb24211348c6b04bc89f68ed74a (diff) | |
| download | emacs-619fb950d62377bf562f597ff81264d3386cc502.tar.gz emacs-619fb950d62377bf562f597ff81264d3386cc502.zip | |
Various changes in addition to:
(Buffer File Name): Add `find-buffer-visiting'.
(Buffer Modification): Mention optional ARG to `not-modified'.
(Indirect Buffers): Mention optional CLONE argument to `make-indirect-buffer'.
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index aa20df10307..47a987fdb75 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2004-04-13 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * buffers.texi: Various changes in addition to: | ||
| 4 | (Buffer File Name): Add `find-buffer-visiting'. | ||
| 5 | (Buffer Modification): Mention optional ARG to `not-modified'. | ||
| 6 | (Indirect Buffers): Mention optional CLONE argument to | ||
| 7 | `make-indirect-buffer'. | ||
| 8 | |||
| 9 | * files.texi: Various changes in addition to: | ||
| 10 | (Visiting Functions): `find-file-hook' is now a normal hook. | ||
| 11 | (File Name Expansion): Explain difference between the way that | ||
| 12 | `expand-file-name' and `file-truename' treat `..'. | ||
| 13 | (Contents of Directories): Mention optional ID-FORMAT argument to | ||
| 14 | `directory-files-and-attributes'. | ||
| 15 | (Format Conversion): Mention new optional CONFIRM argument to | ||
| 16 | `format-write-file'. | ||
| 17 | |||
| 1 | 2004-04-12 Miles Bader <miles@gnu.org> | 18 | 2004-04-12 Miles Bader <miles@gnu.org> |
| 2 | 19 | ||
| 3 | * macros.texi (Expansion): Add description of `macroexpand-all'. | 20 | * macros.texi (Expansion): Add description of `macroexpand-all'. |