Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
842:dc12269565c9 | 843:f46864126a0d |
---|---|
1 2002-05-09 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 This patch is based on Jerry James's patch and analysis. | |
4 | |
5 * select.el (get-clipboard): | |
6 (get-selection): | |
7 Update docstrings. | |
8 (get-clipboard-foreign): | |
9 (get-selection-foreign): | |
10 New function for use as `interprogram-paste-function's. | |
11 | |
12 * simple.el (interprogram-paste-function): Change default to | |
13 `get-clipboard-foreign'; improve docstring. | |
14 (interprogram-cut-function): Improve dosctring. | |
15 | |
1 2002-05-13 Ben Wing <ben@xemacs.org> | 16 2002-05-13 Ben Wing <ben@xemacs.org> |
2 | 17 |
3 * files.el (revert-buffer): | 18 * files.el (revert-buffer): |
4 Andy's patch from 21.4. Fix evil nasty problems with revert-buffer. | 19 Andy's patch from 21.4. Fix evil nasty problems with revert-buffer. |
5 | 20 |