浏览代码

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