1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
Glenn Morris
4837b516ea Replace `iff' in doc-strings and comments. 2007-08-08 07:40:09 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Glenn Morris
c90f275771 Update copyright years. 2006-12-05 07:06:08 +00:00
Jan Djärv
1df04e22ca * select.el (ccl-check-utf-8, string-utf-8-p): New functions
(by Kenichi Handa).
 (xselect-convert-to-string): Decline requests for UTF8_STRING if
 the selection is not UTF-8.
2006-10-19 07:16:27 +00:00
Jan Djärv
b984fed926 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
and the data doesn't look like UTF8, send STRING instead.
2006-09-16 17:12:38 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Kenichi Handa
832fe7204e (x-set-cut-buffer): Cancel previous change. 2004-10-25 00:46:04 +00:00
Kenichi Handa
c0f7266a85 (x-set-cut-buffer): Encode STRING if necessary. 2004-10-25 00:22:02 +00:00
Luc Teirlinck
15a24762a4 (x-get-selection, x-set-selection): Doc fixes. 2004-07-24 21:53:10 +00:00
Luc Teirlinck
b36ee2a6ec (xselect-convert-to-string): Move comment to intended line. 2004-05-03 21:46:00 +00:00
Luc Teirlinck
deae888e00 (xselect-convert-to-string): Bind `inhibit-read-only' to t. 2004-05-03 01:24:47 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Kenichi Handa
f147fd76db (x-get-selection): If the string returned by
x-get-selection-internal has text property `foreign-selection',
decode it while preserving that property.
2003-06-17 10:54:39 +00:00
Juanma Barranquero
47fb27231c (x-set-cut-buffer): Fix docstring. Check type with `stringp' instead of
`substring'.
2003-01-29 09:19:46 +00:00
Kenichi Handa
eb1416b9bc (xselect-convert-to-string): If TYPE is non-nil,
encode the selection data string.  Always return cons of type and
string.
(selection-converter-alist): Add (UTF8_STRING .
xselect-convert-to-string).
2002-08-14 00:57:55 +00:00
Eli Zaretskii
d176a839b0 (xselect-convert-to-string): If VALUE is a string,
return a cons of TYPE and the string.
2002-06-05 17:14:16 +00:00
Pavel Janík
307645975c Follow coding conventions. 2002-05-02 05:41:46 +00:00
Pavel Janík
47a31c6bab (xselect-convert-to-class, xselect-convert-to-name): Documented. 2001-12-14 19:58:10 +00:00
Pavel Janík
8157ac1432 Follow doc-string conventions. 2001-12-12 20:07:32 +00:00
Pavel Janík
60370d4073 Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
Eli Zaretskii
76058c27ab (x-get-selection): Docstring dix. 2000-11-27 15:35:32 +00:00
Gerd Moellmann
1b270b55c0 (x-set-selection): Call buffer-substring, not
substring.  Also fix docstring
1999-11-12 13:09:37 +00:00
Richard M. Stallman
4029fd9a3f (x-get-selection): Change default for data-type
back to `STRING'.
1997-08-04 07:46:26 +00:00
Karl Heuer
79501c8dd3 (x-get-selection): Set default data-type of selection
to COMPOUND_TEXT.
(selection-converter-alist): Add an entry for COMPOUND_TEXT.
1997-02-20 05:49:58 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
5038b790cf (x-set-selection): Fix up interactive defaults. 1995-04-13 02:34:03 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Richard M. Stallman
6eac0de696 (x-valid-simple-selection-p): Accept an overlay.
(xselect-convert-to-string, xselect-convert-to-length):
(xselect-convert-to-filename xselect-convert-to-charpos):
(xselect-convert-to-lineno, xselect-convert-to-colno): Likewise.
1994-03-20 21:12:45 +00:00
Richard M. Stallman
39479f7efa (x-set-cut-buffer): New arg PUSH. 1993-05-24 21:19:26 +00:00
Jim Blandy
7e773fb425 * select.el (xselect-convert-to-class): Just return "Emacs" here.
That's what the class will always be.
1993-05-18 23:25:21 +00:00
Eric S. Raymond
31e1d9206b All fsets changed to defaliases. 1993-04-23 06:51:44 +00:00
Eric S. Raymond
3109d63f84 Initial revision 1993-03-17 17:19:16 +00:00