diff options
| author | Eli Zaretskii | 2009-01-17 16:32:09 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-17 16:32:09 +0000 |
| commit | 0ed8034edcbd7ff84230258ef40f031e02fa3c05 (patch) | |
| tree | abd7412285b23358b5c323ffdcb437f0849332bb /doc/lispref/ChangeLog | |
| parent | 20cb6c9b3298942cf769c5aab9db1f978db5f464 (diff) | |
| download | emacs-0ed8034edcbd7ff84230258ef40f031e02fa3c05.tar.gz emacs-0ed8034edcbd7ff84230258ef40f031e02fa3c05.zip | |
(Standard Hooks): Document `delete-frame-functions' and
`delete-terminal-functions'.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e249c0dde76..a477b43717b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2009-01-17 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-01-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * hooks.texi (Standard Hooks): Document `delete-frame-functions' | ||
| 4 | and `delete-terminal-functions'. | ||
| 5 | |||
| 6 | * frames.texi (Frames): Document `frame-terminal' and | ||
| 7 | `terminal-live-p'. | ||
| 8 | (Multiple Displays): Document `make-frame-on-tty'. | ||
| 9 | (Multiple Terminals): Document `terminal-list', `delete-terminal', | ||
| 10 | `terminal-name', and `get-device-terminal'. | ||
| 11 | |||
| 12 | * os.texi (System Environment): Document `environment' and | ||
| 13 | `initial-environment'. | ||
| 14 | |||
| 3 | * nonascii.texi (Coding System Basics): More accurate description | 15 | * nonascii.texi (Coding System Basics): More accurate description |
| 4 | of `raw-text'. | 16 | of `raw-text'. |
| 5 | 17 | ||