ソースを参照

Add change log entries

Ryan C. Thompson 12 年 前
コミット
199db7613a
1 ファイル変更15 行追加0 行削除
  1. 15 0
      ChangeLog

+ 15 - 0
ChangeLog

@@ -1,3 +1,18 @@
+2013-05-31  Ryan C. Thompson  <ryan@wireless-121-75.scripps.edu>
+
+	* Drop support for Emacs 23 and lower. ido-ubiquitous now uses the
+	`completing-read-function' variable instead of advising
+	`completing-read'.
+
+	* Make ido-ubiquitous work more reliably in interactive commands.
+
+	* Avoid spurious warning when loaded before ido.
+
+	* Disable ido when completion-extra-properties is non-nil
+
+	* The interface for setting old-style completion compatibility has
+	changed.
+
 2012-09-07  Ryan C. Thompson  <rct@thompsonclan.org>
 
 	* Restore compatibility with Emacs 23 and earlier