comparison lisp/ChangeLog @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents c1784fd59d7d
children 1257b938f03a
comparison
equal deleted inserted replaced
4758:75975fd0b7fc 4759:aa5ed11f473b
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.