diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1ad7083f8df..460511c5792 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -4,16 +4,21 @@ | |||
| 4 | frames.texi. | 4 | frames.texi. |
| 5 | 5 | ||
| 6 | * hooks.texi (Standard Hooks): Document `delete-frame-functions' | 6 | * hooks.texi (Standard Hooks): Document `delete-frame-functions' |
| 7 | and `delete-terminal-functions'. | 7 | `delete-terminal-functions', `suspend-tty-functions' and |
| 8 | `resume-tty-functions'. | ||
| 8 | 9 | ||
| 9 | * frames.texi (Frames): Document `frame-terminal' and | 10 | * frames.texi (Frames): Document `frame-terminal' and |
| 10 | `terminal-live-p'. | 11 | `terminal-live-p'. |
| 11 | (Multiple Displays): Document `make-frame-on-tty'. | 12 | (Multiple Displays): Document `make-frame-on-tty'. |
| 12 | (Multiple Terminals): Document `terminal-list', `delete-terminal', | 13 | (Multiple Terminals): Document `terminal-list', `delete-terminal', |
| 13 | `terminal-name', and `get-device-terminal'. | 14 | `terminal-name', and `get-device-terminal'. |
| 15 | (Terminal Parameters): Document `terminal-parameters', | ||
| 16 | `terminal-parameter', and `set-terminal-parameter'. | ||
| 14 | 17 | ||
| 15 | * os.texi (System Environment): Document `environment' and | 18 | * os.texi (System Environment): Document `environment' and |
| 16 | `initial-environment'. | 19 | `initial-environment'. |
| 20 | (Suspending Emacs): Update for multi-tty; document | ||
| 21 | `suspend-tty', `resume-tty', and `controlling-tty-p'. | ||
| 17 | 22 | ||
| 18 | * nonascii.texi (Coding System Basics): More accurate description | 23 | * nonascii.texi (Coding System Basics): More accurate description |
| 19 | of `raw-text'. | 24 | of `raw-text'. |