summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2024-09-12 09:28:14 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2024-09-12 09:28:14 -0400
commit7febe164de2a881b83b9d604d3c7cf20b69f422d (patch)
treef884043e64c5e724caff7f7a57a018505a015f4a
parent8b25fbb70815e7e6dbc7f664048e681474b6d531 (diff)
Bump versionexternals/xclip
-rw-r--r--xclip.el20
1 files changed, 19 insertions, 1 deletions
diff --git a/xclip.el b/xclip.el
index 0390994..beeb751 100644
--- a/xclip.el
+++ b/xclip.el
@@ -5,7 +5,7 @@
;; Author: Leo Liu <sdl.web@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 ()