Browse Source

Version 3.15

Ryan C. Thompson 9 years ago
parent
commit
950afaed5d
3 changed files with 13 additions and 5 deletions
  1. 8 0
      ChangeLog
  2. 2 2
      ido-completing-read+.el
  3. 3 3
      ido-ubiquitous.el

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+2016-06-23  Ryan C. Thompson  <rct@thompsonclan.org>
+
+	* ido-ubiquitous.el (ido-ubiquitous-default-command-overrides):
+	Remove the recently-added overrides for "describe-function" and
+	"describe-variable". Ido completion interferes with a new feature
+	of the completion for these functions, so it should be disabled
+	unless ido can be made compatible with this feature.
+
 2016-06-18  Ryan C. Thompson  <rct@thompsonclan.org>
 2016-06-18  Ryan C. Thompson  <rct@thompsonclan.org>
 
 
 	* ido-ubiquitous.el (completing-read-ido-ubiquitous): Fix an edge
 	* ido-ubiquitous.el (completing-read-ido-ubiquitous): Fix an edge

+ 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: 3.14
+;; Version: 3.15
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 ;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
 ;; Keywords: ido, completion, convenience
 ;; Keywords: ido, completion, convenience
@@ -41,7 +41,7 @@
 ;;
 ;;
 ;;; Code:
 ;;; Code:
 
 
-(defconst ido-completing-read+-version "3.14"
+(defconst ido-completing-read+-version "3.15"
   "Currently running version of ido-ubiquitous.
   "Currently running version of ido-ubiquitous.
 
 
 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: 3.14
+;; Version: 3.15
 ;; Created: 2011-09-01
 ;; Created: 2011-09-01
 ;; Keywords: convenience, completion, ido
 ;; Keywords: convenience, completion, ido
 ;; EmacsWiki: InteractivelyDoThings
 ;; EmacsWiki: InteractivelyDoThings
-;; Package-Requires: ((emacs "24.1") (ido-completing-read+ "3.14") (cl-lib "0.5"))
+;; Package-Requires: ((emacs "24.1") (ido-completing-read+ "3.15") (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.
@@ -69,7 +69,7 @@
 ;;
 ;;
 ;;; Code:
 ;;; Code:
 
 
-(defconst ido-ubiquitous-version "3.14"
+(defconst ido-ubiquitous-version "3.15"
   "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