diff options
| -rw-r--r-- | README.multi-tty | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty index 7e673d256cb..7a9ed1fdada 100644 --- a/README.multi-tty +++ b/README.multi-tty | |||
| @@ -400,6 +400,11 @@ THINGS TO DO | |||
| 400 | multidisplay (and don't mind core dumps), you can edit src/config.h | 400 | multidisplay (and don't mind core dumps), you can edit src/config.h |
| 401 | and define HAVE_GTK_MULTIDISPLAY there by hand. | 401 | and define HAVE_GTK_MULTIDISPLAY there by hand. |
| 402 | 402 | ||
| 403 | ** Audit `face-valid-attribute-values' usage in customize and | ||
| 404 | elsewhere. Its return value depends on the current window system. | ||
| 405 | Replace static initializers using it with runtime functions. For | ||
| 406 | example, custom's buttons are broken on non-initial device types. | ||
| 407 | |||
| 403 | ** Possibly turn off the double C-g feature when there is an X frame. | 408 | ** Possibly turn off the double C-g feature when there is an X frame. |
| 404 | C.f. (emacs)Emergency Escape. | 409 | C.f. (emacs)Emergency Escape. |
| 405 | 410 | ||