Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 843:f46864126a0d
[xemacs-hg @ 2002-05-15 15:27:40 by stephent]
fix yank-pop bug correctly <87adr1zbdd.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 15 May 2002 15:27:58 +0000 |
parents | bf645ed7cfe3 |
children | 047d37eb70d7 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue May 14 18:14:30 2002 +0000 +++ b/lisp/ChangeLog Wed May 15 15:27:58 2002 +0000 @@ -1,3 +1,18 @@ +2002-05-09 Stephen J. Turnbull <stephen@xemacs.org> + + This patch is based on Jerry James's patch and analysis. + + * select.el (get-clipboard): + (get-selection): + Update docstrings. + (get-clipboard-foreign): + (get-selection-foreign): + New function for use as `interprogram-paste-function's. + + * simple.el (interprogram-paste-function): Change default to + `get-clipboard-foreign'; improve docstring. + (interprogram-cut-function): Improve dosctring. + 2002-05-13 Ben Wing <ben@xemacs.org> * files.el (revert-buffer):