comparison lisp/ChangeLog @ 5458:97968d099404

Replace #'font-hex-string-to-number, #'font-warn with builtins, font.el 2011-04-23 Aidan Kehoe <kehoea@parhasard.net> * font.el: * font.el (font-warn): Removed. * font.el (font-hex-string-to-number): Removed. * font.el (internal-facep): * font.el (font-lookup-rgb-components): * font.el (font-parse-rgb-components): Use #'string-to-number with the BASE argument instead of #'font-hex-string-to-number, #'display-warning instead of #'font-warn. This entire file smells bitrotted, with lots of functions of very little relevance to XEmacs, but addressing that is more work than I can do today. Lines beginning with 'HG:' are removed.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 23 Apr 2011 16:24:24 +0100
parents aa78b0b0b289
children 568ec109e73d 248176c74e6b
comparison
equal deleted inserted replaced
5401:4486ba63476b 5458:97968d099404
1 2011-04-23 Aidan Kehoe <kehoea@parhasard.net>
2
3 * font.el:
4 * font.el (font-warn): Removed.
5 * font.el (font-hex-string-to-number): Removed.
6 * font.el (internal-facep):
7 * font.el (font-lookup-rgb-components):
8 * font.el (font-parse-rgb-components):
9 Use #'string-to-number with the BASE argument instead of
10 #'font-hex-string-to-number, #'display-warning instead of
11 #'font-warn.
12 This entire file smells bitrotted, with lots of functions of very
13 little relevance to XEmacs, but addressing that is more work than
14 I can do today.
15
1 2011-04-17 Aidan Kehoe <kehoea@parhasard.net> 16 2011-04-17 Aidan Kehoe <kehoea@parhasard.net>
2 17
3 * cl-extra.el: 18 * cl-extra.el:
4 * cl-extra.el ('char<): New. 19 * cl-extra.el ('char<): New.
5 * cl-extra.el ('char>=): New. 20 * cl-extra.el ('char>=): New.