Browse Source

Version 2.5

Ryan C. Thompson 11 years ago
parent
commit
f53c9dd6cc
2 changed files with 13 additions and 3 deletions
  1. 7 0
      ChangeLog
  2. 6 3
      ido-ubiquitous.el

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+2013-09-26  Ryan C. Thompson  <rct@thompsonclan.org>
+
+	* Fix a few minor and unlikely-to-ever-occur bugs
+
+	* Replace collection function whitelist with overrides (overrides
+	can now force ido completion when collection is a function)
+
 2013-09-23  Ryan C. Thompson  <rct@thompsonclan.org>
 
 	* Implement collection function whitelist

+ 6 - 3
ido-ubiquitous.el

@@ -4,7 +4,7 @@
 
 ;; Author: Ryan C. Thompson
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
-;; Version: 2.4
+;; Version: 2.5
 ;; Created: 2011-09-01
 ;; Keywords: convenience
 ;; EmacsWiki: InteractivelyDoThings
@@ -40,8 +40,11 @@
 
 ;;; Code:
 
-(defconst ido-ubiquitous-version "2.4"
-  "Currently running version of ido-ubiquitous.")
+(defconst ido-ubiquitous-version "2.5"
+  "Currently running version of ido-ubiquitous.
+
+Note that when you update ido-ubiquitous, this variable may not
+be updated until you restart Emacs.")
 
 (eval-when-compile
   (when (or (not (boundp 'completing-read-function))