Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5700:37479d841681
Fix subsetp based on patch by Benson and Steven Mitchell.
Add appropriate short-circuits for null set arguments.
Add tests (mostly from Steven Mitchell) to test suite.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 24 Dec 2012 14:12:51 +0900 |
parents | 0bd991c31cd1 |
children | ad35a0cd95f5 |
comparison
equal
deleted
inserted
replaced
5699:a95c89dc9695 | 5700:37479d841681 |
---|---|
1 2012-12-24 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 Based on patch by Benson and Steven Mitchell on XEmacs Beta | |
4 <50D16FF7.4090708@bnin.net>. | |
5 | |
6 * sequence.c (venn): Fix bug in handling null arguments. | |
7 Add null set short circuits, conditional on caller is `subsetp'. | |
8 | |
1 2012-10-18 Stephen J. Turnbull <stephen@xemacs.org> | 9 2012-10-18 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 10 |
3 * fontcolor-xlike-inc.c (xft_find_charset_font): | 11 * fontcolor-xlike-inc.c (xft_find_charset_font): |
4 Improve charset not in table warning message. | 12 Improve charset not in table warning message. |
5 | 13 |