summaryrefslogtreecommitdiff
path: root/lisp/select.el
Commit message (Collapse)AuthorAgeFilesLines
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* * select.el (ccl-check-utf-8, string-utf-8-p): New functionsJan Djärv2006-10-191-5/+39
| | | | | | (by Kenichi Handa). (xselect-convert-to-string): Decline requests for UTF8_STRING if the selection is not UTF-8.
* * select.el (xselect-convert-to-string): If UTF8_STRING is requestedJan Djärv2006-09-161-2/+5
| | | | and the data doesn't look like UTF8, send STRING instead.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (x-set-cut-buffer): Cancel previous change.Kenichi Handa2004-10-251-5/+0
|
* (x-set-cut-buffer): Encode STRING if necessary.Kenichi Handa2004-10-251-0/+5
|
* (x-get-selection, x-set-selection): Doc fixes.Luc Teirlinck2004-07-241-7/+16
|
* (xselect-convert-to-string): Move comment to intended line.Luc Teirlinck2004-05-031-1/+1
|
* (xselect-convert-to-string): Bind `inhibit-read-only' to t.Luc Teirlinck2004-05-031-40/+41
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (x-get-selection): If the string returned byKenichi Handa2003-06-171-1/+12
| | | | | x-get-selection-internal has text property `foreign-selection', decode it while preserving that property.
* (x-set-cut-buffer): Fix docstring. Check type with `stringp' instead ofJuanma Barranquero2003-01-291-7/+6
| | | | `substring'.
* (xselect-convert-to-string): If TYPE is non-nil,Kenichi Handa2002-08-141-23/+79
| | | | | | | encode the selection data string. Always return cons of type and string. (selection-converter-alist): Add (UTF8_STRING . xselect-convert-to-string).
* (xselect-convert-to-string): If VALUE is a string,Eli Zaretskii2002-06-051-1/+3
| | | | return a cons of TYPE and the string.
* Follow coding conventions.Pavel Janík2002-05-021-0/+1
|
* (xselect-convert-to-class, xselect-convert-to-name): Documented.Pavel Janík2001-12-141-0/+4
|
* Follow doc-string conventions.Pavel Janík2001-12-121-2/+2
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-151-2/+4
|
* (x-get-selection): Docstring dix.Eli Zaretskii2000-11-271-1/+5
|
* (x-set-selection): Call buffer-substring, notGerd Moellmann1999-11-121-2/+3
| | | | substring. Also fix docstring
* (x-get-selection): Change default for data-typeRichard M. Stallman1997-08-041-2/+2
| | | | back to `STRING'.
* (x-get-selection): Set default data-type of selectionKarl Heuer1997-02-201-2/+4
| | | | | to COMPOUND_TEXT. (selection-converter-alist): Add an entry for COMPOUND_TEXT.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (x-set-selection): Fix up interactive defaults.Richard M. Stallman1995-04-131-9/+13
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (x-valid-simple-selection-p): Accept an overlay.Richard M. Stallman1994-03-201-25/+24
| | | | | | (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.
* (x-set-cut-buffer): New arg PUSH.Richard M. Stallman1993-05-241-3/+5
|
* * select.el (xselect-convert-to-class): Just return "Emacs" here.Jim Blandy1993-05-181-1/+1
| | | | That's what the class will always be.
* All fsets changed to defaliases.Eric S. Raymond1993-04-231-1/+1
|
* Initial revisionEric S. Raymond1993-03-171-0/+304