[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/xclip 7febe164de 2/2: Bump version
From: |
Stefan Monnier |
Subject: |
[elpa] externals/xclip 7febe164de 2/2: Bump version |
Date: |
Thu, 12 Sep 2024 09:28:59 -0400 (EDT) |
branch: externals/xclip
commit 7febe164de2a881b83b9d604d3c7cf20b69f422d
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@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.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 ()