summaryrefslogtreecommitdiff
path: root/lisp/select.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-15; Improve documentation of 'gui-get-selection' use on XEli Zaretskii
2025-01-02Update copyright year to 2025Stefan Kangas
2024-07-20Miscellaneous checkdoc fixesStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-26Revise selection documentationPo Lu
2023-05-03Fix inserting selection data into Mozilla programsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-13Prevent selection converter from signalling if buffer is narrowedPo Lu
2022-08-02Delete function alias x-selection obsolete since 23.3Stefan Kangas
2022-07-29; Fix wording of some doc strings in selection.elEli Zaretskii
2022-07-29Don't offer meaningless selection targets during drag-and-dropPo Lu
2022-07-11Improve behavior of `lost-selection-mode' with multiple buffersPo Lu
2022-07-09Add new minor mode to deactivate the region once PRIMARY is lostPo Lu
2022-07-01Fix `clipboard-yank' inserting off the kill ring instead of CLIPBOARDPo Lu
2022-06-30Improve compliance with the XDS and XDND protocolsPo Lu
2022-06-12Fix encoding of multibyte ToolTalk filenamesPo Lu
2022-06-08Improve drag-and-drop testsPo Lu
2022-06-07Improve compatibility with some clients of the Motif drop protocolPo Lu
2022-06-05Fix file name encoding of Motif drop protocol file selectionsPo Lu
2022-06-05Fix drag-and-drop of files with multibyte filenamesPo Lu
2022-06-03Allow dragging multiple files from a Dired bufferPo Lu
2022-06-01Clean up text/uri-list mess inside the Dired drag-and-drop codePo Lu
2022-05-28Fix dired drag-and-drop for certain Motif programsPo Lu
2022-04-02Implement DELETE selection target for cross program dragsPo Lu
2022-04-01Better check for when clipboard or primary selection have changedIgnacio
2022-04-01Make dropping files on Motif programs workPo Lu
2022-03-31Implement Motif drop protocolPo Lu
2022-03-28Fix doc of `gui-get-selection' as to what is really valid as `data'Po Lu
2022-03-24* lisp/select.el (xselect-convert-to-targets): Use `delete-dups` and `delq`Stefan Monnier
2022-03-18Allow dragging files from Dired to other programsPo Lu
2022-03-16Fix minor bugs with XDND supportPo Lu
2022-02-14Improve Haiku selection handlingPo Lu
2022-02-01; * lisp/select.el (gui--selection-value-internal): Fix comment.Po Lu
2022-02-01Only apply last change to the clipboardPo Lu
2022-02-01Avoid extraneous selection querying if we own the selectionPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-13Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-11-11Re-fix charset issues when yanking non-plain-text elementsLars Ingebrigtsen
2021-11-11Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-11-08Revert "Fix charset issues when yanking non-plain-text elements"Lars Ingebrigtsen
2021-11-08Fix charset issues when yanking non-plain-text elementsLars Ingebrigtsen
2021-10-21Remove redundant #' before lambdaStefan Kangas
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd
2021-07-18Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-07-06Make `M-x clipboard-yank' work reliablyLars Ingebrigtsen
2021-03-02Fix unicode strings can't be pasted correctlyYuuki Harano
2021-03-02Support selection type text/plain on waylandYuuki Harano