diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 2 | ||||
| -rw-r--r-- | admin/notes/multi-tty | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 11480faa4eb..090f8c20890 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -463,7 +463,7 @@ | |||
| 463 | 463 | ||
| 464 | 2005-02-15 Jason Rumney <jasonr@gnu.org> | 464 | 2005-02-15 Jason Rumney <jasonr@gnu.org> |
| 465 | 465 | ||
| 466 | * nt/makedist.bat: Do not rely on non-standard behaviour of | 466 | * nt/makedist.bat: Do not rely on non-standard behavior of |
| 467 | tar --exclude. | 467 | tar --exclude. |
| 468 | 468 | ||
| 469 | 2004-11-02 Jan Djärv <jan.h.d@swipnet.se> | 469 | 2004-11-02 Jan Djärv <jan.h.d@swipnet.se> |
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index c3d432d17c5..685967ca96b 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -93,7 +93,7 @@ Known problems: | |||
| 93 | 93 | ||
| 94 | emacsclient -e '(top-level)' | 94 | emacsclient -e '(top-level)' |
| 95 | 95 | ||
| 96 | Note that this (perhaps) unintuitive behaviour is by design. | 96 | Note that this (perhaps) unintuitive behavior is by design. |
| 97 | Single-kboard mode is required because of an intrinsic Emacs | 97 | Single-kboard mode is required because of an intrinsic Emacs |
| 98 | limitation that is very hard to eliminate. (This limitation | 98 | limitation that is very hard to eliminate. (This limitation |
| 99 | is related to the single-threaded nature of Emacs.) | 99 | is related to the single-threaded nature of Emacs.) |
| @@ -733,7 +733,7 @@ DIARY OF CHANGES | |||
| 733 | term_init/delete_tty. The hint was right, in a way.) | 733 | term_init/delete_tty. The hint was right, in a way.) |
| 734 | 734 | ||
| 735 | -- Issue with SIGIO: it needs to be disabled during redisplay. See if | 735 | -- Issue with SIGIO: it needs to be disabled during redisplay. See if |
| 736 | fcntl kernel behaviour could be emulated by emacsclient. | 736 | fcntl kernel behavior could be emulated by emacsclient. |
| 737 | 737 | ||
| 738 | (Done. Simply disabled the SIGIO emulation hack in emacsclient.) | 738 | (Done. Simply disabled the SIGIO emulation hack in emacsclient.) |
| 739 | (Update: it was added back.) (Update^2: and removed again.) | 739 | (Update: it was added back.) (Update^2: and removed again.) |