diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-12-12 03:32:16 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-12-12 03:32:16 +0000 |
commit | f369f10bdce359e960c3921f8e421d965a9038eb (patch) | |
tree | b1dd5b71b6eb51e17dc7bda2076092f60c623aa1 | |
parent | 5f6a587f307d47878dfa44058c613fefab4ecac3 (diff) | |
download | emacs-f369f10bdce359e960c3921f8e421d965a9038eb.tar.gz emacs-f369f10bdce359e960c3921f8e421d965a9038eb.tar.bz2 emacs-f369f10bdce359e960c3921f8e421d965a9038eb.zip |
README updates.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-451
-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 multidisplay (and don't mind core dumps), you can edit src/config.h and define HAVE_GTK_MULTIDISPLAY there by hand. +** Audit `face-valid-attribute-values' usage in customize and + elsewhere. Its return value depends on the current window system. + Replace static initializers using it with runtime functions. For + example, custom's buttons are broken on non-initial device types. + ** Possibly turn off the double C-g feature when there is an X frame. C.f. (emacs)Emergency Escape. |