comparison lisp/ChangeLog @ 3006:dcfb8ec6859a

[xemacs-hg @ 2005-10-21 10:23:15 by stephent] Make build-report play nicely in batch. <87k6g7kw4q.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 21 Oct 2005 10:23:16 +0000
parents 5df5ea55d3fc
children b34066456742
comparison
equal deleted inserted replaced
3005:d3dcb668d6c8 3006:dcfb8ec6859a
1 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * build-report.el (build-report): Refactor into interactive
4 portion and `build-report-create-report'.
5 (build-report-create-report): New function.
6 (batch-build-report): Non-interactive version of `build-report'
7 using `build-report-create-report'.
8
1 2005-10-10 Malcolm Purvis <malcolmp@xemacs.org> 9 2005-10-10 Malcolm Purvis <malcolmp@xemacs.org>
2 10
3 * minibuf.el: 11 * minibuf.el:
4 * minibuf.el (read-buffer): Follow GNU Emacs behaviour: Can return 12 * minibuf.el (read-buffer): Follow GNU Emacs behaviour: Can return
5 empty string if require-match is t and default is nil. 13 empty string if require-match is t and default is nil.