aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaroly Lorentey2005-07-10 22:18:46 +0000
committerKaroly Lorentey2005-07-10 22:18:46 +0000
commit3e6f836c7ba151a59a336e1bfa328d122c69c686 (patch)
tree21295c789da7ef9b59e132ed4e6b939b0d162e5d
parent19d9c7bbbf0880ee47804b2ede6e61e375479398 (diff)
downloademacs-3e6f836c7ba151a59a336e1bfa328d122c69c686.tar.gz
emacs-3e6f836c7ba151a59a336e1bfa328d122c69c686.zip
README update.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-380
-rw-r--r--README.multi-tty36
1 files changed, 36 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index ebffa24f83d..c357dc0feae 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -426,6 +426,42 @@ THINGS TO DO
426 conflicts with stuff like `display-time-mode'. Use `device-' 426 conflicts with stuff like `display-time-mode'. Use `device-'
427 or `terminal-' instead. I think I prefer `terminal-'. 427 or `terminal-' instead. I think I prefer `terminal-'.
428 428
429 It turns out that most of the offending Lisp functions were defined
430 in the trunk. Therefore, compatibility aliases should be defined
431 for the following names:
432
433 display-color-cells terminal-color-cells
434 display-color-p terminal-color-p
435 display-graphic-p terminal-graphic-p
436 display-grayscale-p terminal-grayscale-p
437 display-images-p terminal-images-p
438 display-mm-height terminal-mm-height
439 display-mm-width terminal-mm-width
440 display-mouse-p terminal-mouse-p
441 display-multi-font-p terminal-multi-font-p
442 display-multi-frame-p terminal-multi-frame-p
443 display-pixel-height terminal-pixel-height
444 display-pixel-width terminal-pixel-width
445 display-pixels-per-inch terminal-pixels-per-inch
446 display-planes terminal-planes
447 display-popup-menus-p terminal-popup-menus-p
448 display-save-under terminal-save-under
449 display-screens terminal-screens
450 display-supports-face-attributes-p terminal-supports-face-attributes-p
451 display-visual-class terminal-visual-class
452 framep-on-display framep-on-terminal
453 frames-on-display-list frames-on-terminal-list
454
455 The following functions were introduced in the multi-tty branch, and
456 can be renamed without aliases:
457
458 display-controlling-tty-p terminal-controlling-tty-p
459 display-list terminal-list
460 display-live-p terminal-live-p
461 display-name terminal-name
462 display-tty-type terminal-tty-type
463 frame-display terminal-of-frame
464
429** The semantics of terminal-local variables are confusing; it is not 465** The semantics of terminal-local variables are confusing; it is not
430 clear what binding is in effect in any given time. See if 466 clear what binding is in effect in any given time. See if
431 current_kboard (or at least the terminal-local bindings exported to 467 current_kboard (or at least the terminal-local bindings exported to