aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 9f3e048e2e2..346d27102bf 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -412,7 +412,10 @@ THINGS TO DO
412 412
413 make_terminal_frame 413 make_terminal_frame
414 create_tty_output 414 create_tty_output
415 415
416** Decide whether to keep the C implementation of terminal parameters,
417 or revert to the previous, purely Lisp code. It turned out that
418 local environments do not need terminal parameters after all.
416 419
417** Move Fsend_string_to_terminal to term.c, and declare get_named_tty 420** Move Fsend_string_to_terminal to term.c, and declare get_named_tty
418 as static, removing it from dispextern.h. 421 as static, removing it from dispextern.h.
@@ -1362,5 +1365,16 @@ DIARY OF CHANGES
1362 `getenv' and `setenv', and the new `local-environment-variables' 1365 `getenv' and `setenv', and the new `local-environment-variables'
1363 facility. Yay!) 1366 facility. Yay!)
1364 1367
1368 (Updated in patch-465 to fix the semantics of let-binding
1369 `process-environment'. `process-environment' was changed to
1370 override all local/global environment variables, and a new variable
1371 `global-environment' was introduced to have `process-environment's
1372 old meaning.)
1373
1374 (Updated in patch-466 to fix the case when two emacsclient sessions
1375 share the same terminal, but have different environment. The local
1376 environment lists are now stored as frame parameters, so the
1377 C-level terminal parameters are not strictly necessary any more.)
1378
1365;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d 1379;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d
1366 1380