Mercurial > hg > xemacs-beta
annotate etc/toolbar/undo-xx.xpm @ 5370:4c4b96b13f70
Address the easy test failures in tests/automated.
src/ChangeLog addition:
2011-03-11 Aidan Kehoe <kehoea@parhasard.net>
* bytecode.c (optimize_byte_code):
Only transform assignments to keywords to Bdiscard if
NEED_TO_HANDLE_21_4_CODE is turned on. Cf. similar code in
reject_constant_symbols().
tests/ChangeLog addition:
2011-03-11 Aidan Kehoe <kehoea@parhasard.net>
* automated/byte-compiler-tests.el:
(defconst :foo 1) now gives a warning when byte-compiled, check
for that.
(setq :foo 1) now errors with interpreted code, but succeeds with
byte-compiled code; check for the former, wrap a
Known-Bug-Expect-Failure around a check for the error in the
latter case, we can't yet remove this behaviour while we're using
packages compiled by 21.4.
* automated/lisp-tests.el (wrong-type-argument):
Integer zero is a valid argument to #'substring-no-properties, use
Assert not Check-Error for it. Check some other aspects of the
functionality of #'substring-no-properties in passing.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 11 Mar 2011 20:40:01 +0000 |
parents | 376386a54a3c |
children | 7910031dd78a |
rev | line source |
---|---|
0 | 1 /* XPM */ |
2 static char * undo[] = { | |
3 "28 28 5 1", | |
4 "X c Gray75 s backgroundToolBarColor", | |
5 "o c Gray60", | |
6 "O c Gray60", | |
7 "+ c Gray90", | |
8 "@ c white", | |
9 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
10 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
11 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
12 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
13 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
14 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
15 "XXXXXXXXXXXXXXXXXXXooXXXXXXX", | |
16 "XXXXXXXXXXXXXXXXXooOOooooXXX", | |
17 "XXXXXXXXXXXXXXXooOOOOOOOOooX", | |
18 "XXXXXXXXXXXXXooOOOOOOOOOooXX", | |
19 "XXXXXXXXXXXoo++ooooOOOooOoXX", | |
20 "XXXXXXXXXoo++++++++oooOOoXXX", | |
21 "XXXXXXXoo+++++++++oooOOOoXXX", | |
22 "XXXXXoo+++++++++oo++oOOoXXXX", | |
23 "XXXXoo++++++++oo+++oOooXXXXX", | |
24 "XXXo++oooo++oo+++++ooXXXXXXX", | |
25 "XXXo++++++oo+++++ooXXXXXXXXX", | |
26 "XXo+++++++o++++ooXXXXXXXXXXX", | |
27 "XXo+++++++o++ooXXXXXXXXXXXXX", | |
28 "Xoo++++++o+ooXXXXXXXXXXXXXXX", | |
29 "X@@oooo++ooXXXXXXXXXXXXXXXXX", | |
30 "X@@@@@@ooXXXXXXXXXXXXXXXXXXX", | |
31 "X@@@@@@XXXXXXXXXXXXXXXXXXXXX", | |
32 "X@@@@XXXXXXXXXXXXXXXXXXXXXXX", | |
33 "X@@@XXXXXXXXXXXXXXXXXXXXXXXX", | |
34 "X@XXXXXXXXXXXXXXXXXXXXXXXXXX", | |
35 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
36 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"}; |