comparison lisp/ChangeLog @ 5541:ebd367b82ccd

Improve treatment of expected bugs. * * * Simplify Known-Bug-Expect-Error to produce cleaner output.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 08 Aug 2011 13:57:19 +0900
parents 68db75473fc6
children b90c153730c7
comparison
equal deleted inserted replaced
5540:eed303fac325 5541:ebd367b82ccd
1 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * test-harness.el (test-harness-bug-expected):
4 Update docstring.
5 (Known-Bug-Expect-Failure, Known-Bug-Expect-Error):
6 Ask if bug was fixed in PASS message.
7 (Known-Bug-Expect-Error):
8 Simplify code to produce clearer output.
9 Make pass and failure correspond to Check-Error.
10 (Print-Pass):
11 Always print test result for known bugs.
12
1 2011-07-29 Mats Lidell <matsl@xemacs.org> 13 2011-07-29 Mats Lidell <matsl@xemacs.org>
14
2 * process.el (shell-command): 15 * process.el (shell-command):
3 * process.el (shell-command-on-region): API compatible/synced with 16 * process.el (shell-command-on-region): API compatible/synced with
4 FSF 23.3.1. 17 FSF 23.3.1.
5 18
6 2011-07-22 Mats Lidell <matsl@xemacs.or> 19 2011-07-22 Mats Lidell <matsl@xemacs.or>
20
7 * syntax-ppss.el: Synced up with Emacs 23.3 (syntax.el) 21 * syntax-ppss.el: Synced up with Emacs 23.3 (syntax.el)
8 22
9 2011-07-03 Aidan Kehoe <kehoea@parhasard.net> 23 2011-07-03 Aidan Kehoe <kehoea@parhasard.net>
10 24
11 * cl.el (cl-macroexpand): 25 * cl.el (cl-macroexpand):