comparison 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
comparison
equal deleted inserted replaced
4758:75975fd0b7fc 4764:dec62ca5a899
77 (buffer-end): 77 (buffer-end):
78 Change generic parameter ARG to self-documenting DIRECTION. 78 Change generic parameter ARG to self-documenting DIRECTION.
79 Update docstring. 79 Update docstring.
80 (narrow-to-defun): 80 (narrow-to-defun):
81 Document that optional ARG is ignored. 81 Document that optional ARG is ignored.
82
83 2009-11-01 Stephen Turnbull <stephen@xemacs.org>
84
85 * faces.el (Face-frob-property):
86 Give mapper for TTYs 2 args.
87 (make-face-family):
88 (make-face-size):
89 Generic mapper ignores TTYs and null devices.
90 (make-face-bold):
91 (make-face-italic):
92 (make-face-bold-italic):
93 (make-face-unbold):
94 (make-face-unitalic):
95 TTY mapper takes 2 args.
82 96
83 2009-10-09 Stephen Turnbull <stephen@xemacs.org> 97 2009-10-09 Stephen Turnbull <stephen@xemacs.org>
84 98
85 * lisp.el (beginning-of-defun-function): 99 * lisp.el (beginning-of-defun-function):
86 (end-of-defun-function): 100 (end-of-defun-function):