Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4764:dec62ca5a899
Prevent font frobbers from operating on TTY specs.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Fri, 04 Dec 2009 10:56:38 +0900 |
parents | c1784fd59d7d |
children | 1257b938f03a |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 18 22:44:28 2009 +0900 +++ b/lisp/ChangeLog Fri Dec 04 10:56:38 2009 +0900 @@ -80,6 +80,20 @@ (narrow-to-defun): Document that optional ARG is ignored. +2009-11-01 Stephen Turnbull <stephen@xemacs.org> + + * faces.el (Face-frob-property): + Give mapper for TTYs 2 args. + (make-face-family): + (make-face-size): + Generic mapper ignores TTYs and null devices. + (make-face-bold): + (make-face-italic): + (make-face-bold-italic): + (make-face-unbold): + (make-face-unitalic): + TTY mapper takes 2 args. + 2009-10-09 Stephen Turnbull <stephen@xemacs.org> * lisp.el (beginning-of-defun-function):