Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5130:4f4672e2aa34 ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 07 Mar 2010 06:20:19 -0600 |
parents | 7be849cb8828 34b22f7e1815 |
children | e84ee15ca495 |
comparison
equal
deleted
inserted
replaced
5129:ebd8cab8629f | 5130:4f4672e2aa34 |
---|---|
1 2010-03-06 Ben Wing <ben@xemacs.org> | |
2 | |
3 * test-harness.el: | |
4 * test-harness.el (test-harness-backtrace): New. | |
5 * test-harness.el (test-harness-assertion-failure-do-debug): | |
6 * test-harness.el (test-harness-unexpected-error-do-debug): | |
7 Use the print settings from edebug.el to make backtraces not | |
8 be so huge. | |
9 | |
10 2010-03-06 Aidan Kehoe <kehoea@parhasard.net> | |
11 | |
12 * bytecomp.el (byte-compile-compiled-obj-to-list): | |
13 Remove this function, printing a compiled object to a string and | |
14 then reading back a substring is senseless, just use the | |
15 compiled-function slot accessor functions. | |
16 | |
1 2010-03-05 Aidan Kehoe <kehoea@parhasard.net> | 17 2010-03-05 Aidan Kehoe <kehoea@parhasard.net> |
2 | 18 |
3 * cl-macs.el (delete-duplicates): | 19 * cl-macs.el (delete-duplicates): |
4 Correct the logic of this compiler macro when :from-end is nil, | 20 Correct the logic of this compiler macro when :from-end is nil, |
5 avoiding a hang in query-coding-tests.el. Thanks for the reports, | 21 avoiding a hang in query-coding-tests.el. Thanks for the reports, |