comparison lisp/ChangeLog @ 1037:3a01f3148bff

[xemacs-hg @ 2002-10-08 03:24:18 by youngs] 2002-09-03 John Paul Wallington <jpw@shootybangbang.com> * subr.el (with-output-to-string): Synch with GNU Emacs 21; avoids leaking temp buffers by killing rather than erasing them, and doesn't execute BODY in temporary `standard-output' buffer.
author youngs
date Tue, 08 Oct 2002 03:24:22 +0000
parents 75469d7df0a9
children 4bc5bb3ea5ad
comparison
equal deleted inserted replaced
1036:b33a835c21cc 1037:3a01f3148bff
1 2002-09-03 John Paul Wallington <jpw@shootybangbang.com>
2
3 * subr.el (with-output-to-string): Synch with GNU Emacs 21;
4 avoids leaking temp buffers by killing rather than erasing
5 them, and doesn't execute BODY in temporary `standard-output'
6 buffer.
7
1 2002-10-07 Katsumi Yamaoka <yamaoka@jpl.org> 8 2002-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2 9
3 * keydefs.el (global-map): Bind C-xrd to delete-rectangle per GNU. 10 * keydefs.el (global-map): Bind C-xrd to delete-rectangle per GNU.
4 11
5 2002-10-03 Stephen J. Turnbull <stephen@xemacs.org> 12 2002-10-03 Stephen J. Turnbull <stephen@xemacs.org>