diff options
| author | Glenn Morris | 2012-02-11 19:13:13 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-11 19:13:13 -0800 |
| commit | bd7da63eec720259e9c45216d3db169a610c9726 (patch) | |
| tree | 6754caa92bae3c69903f7ced080e71a82f3db672 /src/ChangeLog | |
| parent | 27463e3eae155f5021ebfc1ca55396f3682975c8 (diff) | |
| download | emacs-bd7da63eec720259e9c45216d3db169a610c9726.tar.gz emacs-bd7da63eec720259e9c45216d3db169a610c9726.zip | |
Yet more syncing of xselect docs and argument specs
* src/xselect.c (Fx_own_selection_internal)
(Fx_get_selection_internal, Fx_disown_selection_internal)
(Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
* src/nsselect.m (Fx_own_selection_internal)
(Fx_disown_selection_internal, Fx_selection_exists_p)
(Fx_selection_owner_p, Fx_get_selection_internal):
Sync docs and argument specs with the xselect.c versions.
* lisp/term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
(x-disown-selection-internal, x-get-selection-internal):
Sync docs with the xselect.c versions.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d18c1b0344e..cfbd29dbc85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-02-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * xselect.c (Fx_own_selection_internal) | ||
| 4 | (Fx_get_selection_internal, Fx_disown_selection_internal) | ||
| 5 | (Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes. | ||
| 6 | * nsselect.m (Fx_own_selection_internal) | ||
| 7 | (Fx_disown_selection_internal, Fx_selection_exists_p) | ||
| 8 | (Fx_selection_owner_p, Fx_get_selection_internal): | ||
| 9 | Sync docs and argument specs with the xselect.c versions. | ||
| 10 | |||
| 1 | 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org> | 11 | 2012-02-11 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 12 | ||
| 3 | * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails. | 13 | * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails. |