瀏覽代碼

Version 4.13

Ryan C. Thompson 6 年之前
父節點
當前提交
41b42779e2
共有 3 個文件被更改,包括 10 次插入5 次删除
  1. 5 0
      ChangeLog
  2. 2 2
      ido-completing-read+.el
  3. 3 3
      ido-ubiquitous.el

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2019-07-18  Ryan C. Thompson  <rct@thompsonclan.org>
+
+	* ido-completing-read+.el (ido-completing-read+): Disable
+	workaround for Emacs bug #27807 in Emacs 27.1 and higher
+
 2018-06-27  Ryan C. Thompson  <rct@thompsonclan.org>
 2018-06-27  Ryan C. Thompson  <rct@thompsonclan.org>
 
 
 	* ido-completing-read+.el (ido-cr+-function-blacklist): Disable
 	* ido-completing-read+.el (ido-cr+-function-blacklist): Disable

+ 2 - 2
ido-completing-read+.el

@@ -5,7 +5,7 @@
 ;; Filename: ido-completing-read+.el
 ;; Filename: ido-completing-read+.el
 ;; Author: Ryan Thompson
 ;; Author: Ryan Thompson
 ;; Created: Sat Apr  4 13:41:20 2015 (-0700)
 ;; Created: Sat Apr  4 13:41:20 2015 (-0700)
-;; Version: 4.12
+;; Version: 4.13
 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (s "0.1") (memoize "1.1"))
 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (s "0.1") (memoize "1.1"))
 ;; URL: https://github.com/DarwinAwardWinner/ido-completing-read-plus
 ;; URL: https://github.com/DarwinAwardWinner/ido-completing-read-plus
 ;; Keywords: ido, completion, convenience
 ;; Keywords: ido, completion, convenience
@@ -77,7 +77,7 @@
 ;;
 ;;
 ;;; Code:
 ;;; Code:
 
 
-(defconst ido-completing-read+-version "4.12"
+(defconst ido-completing-read+-version "4.13"
   "Currently running version of ido-completing-read+.
   "Currently running version of ido-completing-read+.
 
 
 Note that when you update ido-completing-read+, this variable may
 Note that when you update ido-completing-read+, this variable may

+ 3 - 3
ido-ubiquitous.el

@@ -4,11 +4,11 @@
 
 
 ;; Author: Ryan C. Thompson
 ;; Author: Ryan C. Thompson
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
-;; Version: 4.12
+;; Version: 4.13
 ;; Created: 2011-09-01
 ;; Created: 2011-09-01
 ;; Keywords: convenience, completion, ido
 ;; Keywords: convenience, completion, ido
 ;; EmacsWiki: InteractivelyDoThings
 ;; EmacsWiki: InteractivelyDoThings
-;; Package-Requires: ((ido-completing-read+ "4.12") (cl-lib "0.5"))
+;; Package-Requires: ((ido-completing-read+ "4.13") (cl-lib "0.5"))
 ;; Filename: ido-ubiquitous.el
 ;; Filename: ido-ubiquitous.el
 
 
 ;; This file is NOT part of GNU Emacs.
 ;; This file is NOT part of GNU Emacs.
@@ -39,7 +39,7 @@
 ;;
 ;;
 ;;; Code:
 ;;; Code:
 
 
-(defconst ido-ubiquitous-version "4.12"
+(defconst ido-ubiquitous-version "4.13"
   "Currently running version of ido-ubiquitous.
   "Currently running version of ido-ubiquitous.
 
 
 Note that when you update ido-ubiquitous, this variable may not
 Note that when you update ido-ubiquitous, this variable may not