summaryrefslogtreecommitdiff
path: root/lisp/select.el
Commit message (Expand)AuthorAgeFilesLines
* Change gui--selection-value-internal comment into doc stringStefan Kangas2019-09-131-5/+4
* ; * lisp/select.el (xselect--encode-string): Fix a thinko.Eli Zaretskii2019-06-221-1/+1
* Avoid using string-make-unibyte in select.elEli Zaretskii2019-06-221-8/+14
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix a recent commit in select.elEli Zaretskii2019-05-171-9/+9
* (gui-get-selection): Avoid using `string-to-multibyte'Lars Ingebrigtsen2019-05-171-2/+9
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-4/+4
|/
* * lisp/select.el (gui-get-selection): Doc fix.Eli Zaretskii2018-04-141-2/+4
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; * lisp/select.el (select-enable-primary): Add missing period.Philipp Stephani2017-10-291-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Escape NUL bytes in X selections (Bug#6991)Noam Postavsky2017-06-291-0/+3
* Fix ':version' of 'select-enable-primary'Eli Zaretskii2017-01-061-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* In gui-get-primary-selection use gui--selection-value-internal (Bug#20906)Mike FABIAN2015-10-121-1/+1
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-231-18/+17
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.Jan Djärv2014-11-011-1/+1
* * lisp/select.el: Use lexical-binding.Stefan Monnier2014-10-221-2/+2
* Get rid of backend-dependent selection-handling functions for kill/yankStefan Monnier2014-10-211-123/+189
* * lisp/select.el (gui-selection-exists-p-alist): New method.Stefan Monnier2014-10-091-3/+8
* * lisp/select.el: Add commentary discussion.Stefan Monnier2014-10-021-0/+25
* New gui-selection-value consolidating x-selection-value.Stefan Monnier2014-10-021-0/+22
* Consolidate management/ownership of selections.Stefan Monnier2014-10-011-35/+70
* Consolidate x-select-text.Stefan Monnier2014-10-011-0/+35
* Fix bug #15109 with confusing mis-documentation of selection-converter-alist.Eli Zaretskii2014-02-101-1/+2
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* select.el (xselect--encode-string): If a coding is specified for selection, a...Kenichi Handa2012-10-101-1/+11
* Merge from emacs-24; up to 2012-04-20T05:47:55Z!eliz@gnu.orgChong Yidong2012-05-051-18/+24
* Ensure that X selection convertors properly encode returned strings.Chong Yidong2012-04-241-22/+25
* Update some function declarationsGlenn Morris2012-02-111-3/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-301-1/+1
* Move clipboard-manager functionality out of hooks.Chong Yidong2011-05-281-4/+0
* Support X clipboard managers.Chong Yidong2011-05-271-1/+14
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-16/+16
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branchChong Yidong2010-10-311-2/+3
|\ \ | |/
| * * lisp/select.el (x-selection): Mark it as an obsolete alias.Glenn Morris2010-10-271-3/+3
* | Sync docs of selection-coding-system between C and Lisp.Glenn Morris2010-10-231-1/+8
* | Sync Lisp and C docs of next-selection-coding-system.Glenn Morris2010-10-231-9/+9
* | Removed cut-buffer code.Jan Djärv2010-09-021-30/+0
|/