comparison lisp/ChangeLog @ 5476:f2881cb841b4

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 26 Apr 2011 23:41:47 +0200
parents 248176c74e6b e79916901603
children f5a0b32f4687
comparison
equal deleted inserted replaced
5475:248176c74e6b 5476:f2881cb841b4
1 2011-04-26 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * XEmacs 21.5.30 "garlic" is released.
4
5 2011-04-24 Aidan Kehoe <kehoea@parhasard.net>
6
7 * cl-macs.el (symbol-macrolet):
8 * cl-macs.el (lexical-let):
9 * cl.el:
10 * cl.el (cl-macroexpand):
11 Distinct symbol macros with identical string names should
12 nonetheless expand to different things; implement this, storing
13 the symbol's eq-hash in the macro environment, rather than its
14 string name.
15
16 2011-04-23 Aidan Kehoe <kehoea@parhasard.net>
17
18 * cl-extra.el (define-char-comparisons):
19 Add type-checking when the various character-specific comparison
20 predicates are used; don't check types if
21 byte-compile-delete-errors is non-nil at compile-time, instead use
22 the corresponding built-in numeric byte codes.
23
1 2011-04-23 Aidan Kehoe <kehoea@parhasard.net> 24 2011-04-23 Aidan Kehoe <kehoea@parhasard.net>
2 25
3 * font.el: 26 * font.el:
4 * font.el (font-warn): Removed. 27 * font.el (font-warn): Removed.
5 * font.el (font-hex-string-to-number): Removed. 28 * font.el (font-hex-string-to-number): Removed.