瀏覽代碼

Bump version to 4.1

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

+ 1 - 1
Cask

@@ -3,7 +3,7 @@
 (source gnu)
 (source melpa)
 
-(package "ido-ubiquitous" "4.0" "Use ido (nearly) everywhere.")
+(package "ido-ubiquitous" "4.1" "Use ido (nearly) everywhere.")
 
 (depends-on "s")
 

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+2017-07-24  Ryan C. Thompson  <rct@thompsonclan.org>
+
+	* ido-completing-read+.el: Further improvements to handling of
+	dynamic completion tables. Among other things, flex matching is
+	now supported for dynamic tables, and idle timers are used to
+	avoid recalculating the list of completions between every
+	keystroke.
+
 2017-07-08  Ryan C. Thompson  <rct@thompsonclan.org>
 
 	* ido-completing-read+.el: Internal change: switch to the new

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

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

+ 3 - 3
ido-ubiquitous.el

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