Ryan C. Thompson 10 年 前
コミット
ca837d9314
3 ファイル変更16 行追加6 行削除
  1. 10 0
      ChangeLog
  2. 4 4
      ido-completing-read+.el
  3. 2 2
      ido-ubiquitous.el

+ 10 - 0
ChangeLog

@@ -1,3 +1,13 @@
+2015-06-18  Ryan C. Thompson  <rct@thompsonclan.org>
+
+	* ido-ubiquitous.el: Ignore and warn about invalid overrides
+	instead of crashing
+
+	* ido-completing-read+.el: Fix some variable declaration warnings
+
+	* ido-ubiquitous.el (ido-ubiquitous-default-command-overrides):
+	Add override for "where-is" command
+
 2015-05-28  Ryan C. Thompson  <rct@thompsonclan.org>
 
 	* ido-ubiquitous.el (ido-ubiquitous-version): Fix a typo in the previous version

+ 4 - 4
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: 3.3
+;; Version: 3.4
 ;; Package-Requires: ((emacs "24.1"))
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
 ;; Keywords: ido, completion, convenience
@@ -41,11 +41,11 @@
 ;;
 ;;; Code:
 
-(defconst ido-ubiquitous-version "3.3"
+(defconst ido-completing-read+-version "3.4"
   "Currently running version of ido-ubiquitous.
 
-Note that when you update ido-ubiquitous, this variable may not
-be updated until you restart Emacs.")
+Note that when you update ido-completing-read+, this variable may
+not be updated until you restart Emacs.")
 
 (require 'ido)
 (require 'cl-macs)

+ 2 - 2
ido-ubiquitous.el

@@ -4,7 +4,7 @@
 
 ;; Author: Ryan C. Thompson
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
-;; Version: 3.3
+;; Version: 3.4
 ;; Created: 2011-09-01
 ;; Keywords: convenience, completion, ido
 ;; EmacsWiki: InteractivelyDoThings
@@ -70,7 +70,7 @@
 ;;
 ;;; Code:
 
-(defconst ido-ubiquitous-version "3.3"
+(defconst ido-ubiquitous-version "3.4"
   "Currently running version of ido-ubiquitous.
 
 Note that when you update ido-ubiquitous, this variable may not