branch: externals/xclip commit 7febe164de2a881b83b9d604d3c7cf20b69f422d Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Bump version --- xclip.el | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/xclip.el b/xclip.el index 0390994ae1..beeb751ec3 100644 --- a/xclip.el +++ b/xclip.el @@ -5,7 +5,7 @@ ;; Author: Leo Liu <sdl....@gmail.com> ;; Keywords: convenience, tools ;; Created: 2007-12-30 -;; Version: 1.11 +;; Version: 1.11.1 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -50,6 +50,24 @@ ;; copy/pasting from an external application to Emacs and not from Emacs to ;; another application (for which it relies on the default code). +;;; News: + +;; Since 1.11: +;; +;; - Bugfixes only so far. +;; +;; Changes in 1.11: +;; +;; - Add tentative WSL support +;; +;; Changes in 1.9: +;; +;; - Add support for Termux and Wayland. +;; +;; Changes in 1.7: +;; +;; - Add `emacs' method to use built-in GUI code i.s.o external executable. + ;;; Code: (defgroup xclip ()