comparison lisp/ChangeLog @ 4765:1257b938f03a

automatic merge
author Stephen J. Turnbull <stephen@xemacs.org>
date Fri, 04 Dec 2009 10:59:45 +0900
parents dec62ca5a899 aa5ed11f473b
children 32b358a240b0
comparison
equal deleted inserted replaced
4764:dec62ca5a899 4765:1257b938f03a
1 2009-11-10 Jerry James <james@xemacs.org>
2
3 * device.el (device-type): Remove (mostly imaginary) support for
4 NeXTstep.
5 * font.el (font-window-system-mappings): Ditto.
6 (ns-font-weight-mappings): Remove, unused.
7 (ns-font-families-for-device): Ditto.
8 (ns-font-create-name): Ditto.
9 * frame.el (make-frame-on-device): Ditto.
10 (frame-type): Ditto.
11 (display-mouse-p): Remove reference to NeXTstep in a comment.
12 * paths.el (initialize-xemacs-paths): Remove support for old Ultrix,
13 but still look in standard paths for mh. Also remove support for old
14 SCO Unix, Bull DPX/2, Data General Unix, RTU, and Unisoft Unix.
15
1 2009-11-15 Aidan Kehoe <kehoea@parhasard.net> 16 2009-11-15 Aidan Kehoe <kehoea@parhasard.net>
2 17
3 * custom.el (custom-quote): 18 * custom.el (custom-quote):
4 Define this as an alias for `quote-maybe', which is in C and more 19 Define this as an alias for `quote-maybe', which is in C and more
5 comprehensive; packages still use this name in places. 20 comprehensive; packages still use this name in places.