Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | Glenn Morris | 2006-12-05 | 1 | -1/+1 |
| | |||||
* | * select.el (ccl-check-utf-8, string-utf-8-p): New functions | Jan Djärv | 2006-10-19 | 1 | -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 requested | Jan Djärv | 2006-09-16 | 1 | -2/+5 |
| | | | | and the data doesn't look like UTF8, send STRING instead. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (x-set-cut-buffer): Cancel previous change. | Kenichi Handa | 2004-10-25 | 1 | -5/+0 |
| | |||||
* | (x-set-cut-buffer): Encode STRING if necessary. | Kenichi Handa | 2004-10-25 | 1 | -0/+5 |
| | |||||
* | (x-get-selection, x-set-selection): Doc fixes. | Luc Teirlinck | 2004-07-24 | 1 | -7/+16 |
| | |||||
* | (xselect-convert-to-string): Move comment to intended line. | Luc Teirlinck | 2004-05-03 | 1 | -1/+1 |
| | |||||
* | (xselect-convert-to-string): Bind `inhibit-read-only' to t. | Luc Teirlinck | 2004-05-03 | 1 | -40/+41 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (x-get-selection): If the string returned by | Kenichi Handa | 2003-06-17 | 1 | -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 of | Juanma Barranquero | 2003-01-29 | 1 | -7/+6 |
| | | | | `substring'. | ||||
* | (xselect-convert-to-string): If TYPE is non-nil, | Kenichi Handa | 2002-08-14 | 1 | -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 Zaretskii | 2002-06-05 | 1 | -1/+3 |
| | | | | return a cons of TYPE and the string. | ||||
* | Follow coding conventions. | Pavel Janík | 2002-05-02 | 1 | -0/+1 |
| | |||||
* | (xselect-convert-to-class, xselect-convert-to-name): Documented. | Pavel Janík | 2001-12-14 | 1 | -0/+4 |
| | |||||
* | Follow doc-string conventions. | Pavel Janík | 2001-12-12 | 1 | -2/+2 |
| | |||||
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-15 | 1 | -2/+4 |
| | |||||
* | (x-get-selection): Docstring dix. | Eli Zaretskii | 2000-11-27 | 1 | -1/+5 |
| | |||||
* | (x-set-selection): Call buffer-substring, not | Gerd Moellmann | 1999-11-12 | 1 | -2/+3 |
| | | | | substring. Also fix docstring | ||||
* | (x-get-selection): Change default for data-type | Richard M. Stallman | 1997-08-04 | 1 | -2/+2 |
| | | | | back to `STRING'. | ||||
* | (x-get-selection): Set default data-type of selection | Karl Heuer | 1997-02-20 | 1 | -2/+4 |
| | | | | | to COMPOUND_TEXT. (selection-converter-alist): Add an entry for COMPOUND_TEXT. | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (x-set-selection): Fix up interactive defaults. | Richard M. Stallman | 1995-04-13 | 1 | -9/+13 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (x-valid-simple-selection-p): Accept an overlay. | Richard M. Stallman | 1994-03-20 | 1 | -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. Stallman | 1993-05-24 | 1 | -3/+5 |
| | |||||
* | * select.el (xselect-convert-to-class): Just return "Emacs" here. | Jim Blandy | 1993-05-18 | 1 | -1/+1 |
| | | | | That's what the class will always be. | ||||
* | All fsets changed to defaliases. | Eric S. Raymond | 1993-04-23 | 1 | -1/+1 |
| | |||||
* | Initial revision | Eric S. Raymond | 1993-03-17 | 1 | -0/+304 |