comparison lisp/ChangeLog @ 2611:139afe9fb2ee

[xemacs-hg @ 2005-02-23 22:25:15 by adrian] [PATCH] xemacs-21.5-clean: `region-active-p' to only return t when <zmxwtboa.fsf@smtprelay.t-online.de>
author adrian
date Wed, 23 Feb 2005 22:25:16 +0000
parents 16738b49b833
children 6db7dbf7f88b
comparison
equal deleted inserted replaced
2610:16738b49b833 2611:139afe9fb2ee
1 2005-02-23 Adrian Aichner <adrian@xemacs.org>
2
3 * cmdloop.el (keyboard-quit): Remove workaround for
4 `region-active-p' not making sure active region is in current
5 buffer now that it does.
6 * minibuf.el (minibuffer-keyboard-quit): Ditto.
7 * simple.el (region-active-p): `region-active-p' to only return t
8 when active region is in current buffer.
9
1 2005-02-20 Adrian Aichner <adrian@xemacs.org> 10 2005-02-20 Adrian Aichner <adrian@xemacs.org>
2 11
3 * replace.el (operate-on-non-matching-lines): Append matching 12 * replace.el (operate-on-non-matching-lines): Append matching
4 lines to temp buffer to avoid prohibitive GC as a result of 13 lines to temp buffer to avoid prohibitive GC as a result of
5 enormous string consing. 14 enormous string consing.