Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5144:9f2f39c80660
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 13 Mar 2010 12:35:54 -0600 |
parents | e5380fdaf8f1 54700d784be9 |
children | 0b0241ae382f |
comparison
equal
deleted
inserted
replaced
5143:186aebf7f6c6 | 5144:9f2f39c80660 |
---|---|
4 Undo change of e.g. (Assert (equalp ...)) to (Assert-equalp ...). | 4 Undo change of e.g. (Assert (equalp ...)) to (Assert-equalp ...). |
5 Get rid of `Assert-equalp' and friends, `Assert-test', and | 5 Get rid of `Assert-equalp' and friends, `Assert-test', and |
6 `Assert-test-not'. Instead, make `Assert' smart enough to do the | 6 `Assert-test-not'. Instead, make `Assert' smart enough to do the |
7 equivalent functionality when an expression like (Assert (equalp ...)) | 7 equivalent functionality when an expression like (Assert (equalp ...)) |
8 is seen. | 8 is seen. |
9 | |
10 2010-03-11 Aidan Kehoe <kehoea@parhasard.net> | |
11 | |
12 * setup-paths.el (paths-find-emacs-roots) | |
13 (paths-construct-info-path): | |
14 Pass :from-end t to the delete-duplicates calls in these | |
15 functions, now the compiler macro no longer defaults it to t. | |
9 | 16 |
10 2010-03-07 Ben Wing <ben@xemacs.org> | 17 2010-03-07 Ben Wing <ben@xemacs.org> |
11 | 18 |
12 * disp-table.el: | 19 * disp-table.el: |
13 * disp-table.el (standard-display-g1): | 20 * disp-table.el (standard-display-g1): |