Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4607:517f6887fbc0
Remove duplicate functions, chiefly #'delete-duplicates reimplementations.
lisp/ChangeLog addition:
2009-02-08 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (delete-duplicates):
Add a new compiler macro, inlining this function if it's called
with a literal #'eq or #'equal test arguments and no other
keywords.
* font-lock.el (font-lock-unique):
Remove this function.
* font-lock.el (font-lock-prepend-text-property):
(font-lock-append-text-property):
Use #'delete-duplicates instead of #'font-lock-unique.
* font.el (font-unique):
Remove this function.
* font.el (font-combine-fonts-internal):
(x-font-families-for-device):
(xft-font-families-for-device):
(ns-font-families-for-device):
Use #'delete-duplicates instead of #'font-unique.
* fontconfig.el (fc-delete-duplicates):
* fontconfig.el (fc-filter):
Remove these functions.
* fontconfig.el (fc-find-available-font-families):
Replace #'fc-delete-duplicates with #'delete-duplicates,
#'fc-filter with #'delete-if-not.
* format.el (format-make-relatively-unique):
Document that this is equivalent to #'nset-exclusive-or with a
test of #'equal.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 08 Feb 2009 18:45:22 +0000 |
parents | c786c3fd0740 |
children | 33b8c874b2c8 |
comparison
equal
deleted
inserted
replaced
4606:88ba7d18dc23 | 4607:517f6887fbc0 |
---|---|
1 2009-02-08 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (delete-duplicates): | |
4 Add a new compiler macro, inlining this function if it's called | |
5 with a literal #'eq or #'equal test arguments and no other | |
6 keywords. | |
7 * font-lock.el (font-lock-unique): | |
8 Remove this function. | |
9 * font-lock.el (font-lock-prepend-text-property): | |
10 (font-lock-append-text-property): | |
11 Use #'delete-duplicates instead of #'font-lock-unique. | |
12 * font.el (font-unique): | |
13 Remove this function. | |
14 * font.el (font-combine-fonts-internal): | |
15 (x-font-families-for-device): | |
16 (xft-font-families-for-device): | |
17 (ns-font-families-for-device): | |
18 Use #'delete-duplicates instead of #'font-unique. | |
19 * fontconfig.el (fc-delete-duplicates): | |
20 * fontconfig.el (fc-filter): | |
21 Remove these functions. | |
22 * fontconfig.el (fc-find-available-font-families): | |
23 Replace #'fc-delete-duplicates with #'delete-duplicates, | |
24 #'fc-filter with #'delete-if-not. | |
25 * format.el (format-make-relatively-unique): | |
26 Document that this is equivalent to #'nset-exclusive-or with a | |
27 test of #'equal. | |
28 | |
1 2009-02-07 Aidan Kehoe <kehoea@parhasard.net> | 29 2009-02-07 Aidan Kehoe <kehoea@parhasard.net> |
2 | 30 |
3 * descr-text.el (describe-text-sexp): | 31 * descr-text.el (describe-text-sexp): |
4 pp is in packages, use cl-prettyprint instead. | 32 pp is in packages, use cl-prettyprint instead. |
5 * mule/mule-coding.el (make-8-bit-generate-helper): | 33 * mule/mule-coding.el (make-8-bit-generate-helper): |