comparison lisp/ChangeLog @ 555:93749ba3e629

[xemacs-hg @ 2001-05-21 08:07:13 by yoshiki] Karl M. Hegbloom's patch "[cus-edit.el] Edit faces: Support GTK Window System also.", <87d7bdfwxw.fsf@microsharp.com> * cus-edit.el (custom-display): Support the GTK Window System also.
author yoshiki
date Mon, 21 May 2001 08:07:14 +0000
parents 1638aacf421d
children ed498ef2108b
comparison
equal deleted inserted replaced
554:bc4355ec8a32 555:93749ba3e629
1 2001-03-19 Karl M. Hegbloom <karlheg@microsharp.com>
2
3 * cus-edit.el (custom-display): Support the GTK Window System also.
4
1 2001-05-21 Martin Buchholz <martin@xemacs.org> 5 2001-05-21 Martin Buchholz <martin@xemacs.org>
2 6
3 * byte-optimize.el (=): `=' is not a binary predicate! 7 * byte-optimize.el (=): `=' is not a binary predicate!
4 Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1. 8 Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
5 Use byte-optimize-predicate, not byte-optimize-binary-predicate, 9 Use byte-optimize-predicate, not byte-optimize-binary-predicate,