diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-09-12 09:28:14 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-09-12 09:28:14 -0400 |
| commit | 7febe164de2a881b83b9d604d3c7cf20b69f422d (patch) | |
| tree | f884043e64c5e724caff7f7a57a018505a015f4a | |
| parent | 8b25fbb70815e7e6dbc7f664048e681474b6d531 (diff) | |
Bump versionexternals/xclip
| -rw-r--r-- | xclip.el | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -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 () |
