Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4546:44129f301385
Make functions in frame.el more general.
(This results in better behaviour on Carbon, notably.)
2008-12-30 Aidan Kehoe <kehoea@parhasard.net>
* frame.el (display-mouse-p):
(display-popup-menus-p):
(display-images-p):
(display-selections-p):
(display-visual-class):
Make all these functions more general, do not hard code device
type symbols where that is inappropriate.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 30 Dec 2008 14:22:29 +0000 |
parents | 7e01763ea656 |
children | ab9e8f0fb295 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 29 23:36:00 2008 +0900 +++ b/lisp/ChangeLog Tue Dec 30 14:22:29 2008 +0000 @@ -1,3 +1,13 @@ +2008-12-30 Aidan Kehoe <kehoea@parhasard.net> + + * frame.el (display-mouse-p): + (display-popup-menus-p): + (display-images-p): + (display-selections-p): + (display-visual-class): + Make all these functions more general, do not hard code device + type symbols where that is inappropriate. + 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> * loadhist.el (symbol-file):