diff lisp/ChangeLog @ 73078:4bf12abbb384

2006-09-23 Ken Manheimer <ken.manheimer@gmail.com> * icomplete.el (icomplete-with-completion-tables): List of specialized completion tables with which icomplete should operate. Include the new `internal-complete-buffer', so icomplete works with interactive buffer-selection. (icomplete-simple-completing-p): Add acceptance of specialized completion tables listed in icomplete-with-completion-tables.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 23 Sep 2006 18:39:22 +0000
parents 623926b10449
children 30dd192351cc
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 23 18:30:44 2006 +0000
+++ b/lisp/ChangeLog	Sat Sep 23 18:39:22 2006 +0000
@@ -1,3 +1,12 @@
+2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
+
+	* icomplete.el (icomplete-with-completion-tables): List of
+	specialized completion tables with which icomplete should
+	operate.  Include the new `internal-complete-buffer', so icomplete
+	works with interactive buffer-selection.
+	(icomplete-simple-completing-p): Add acceptance of specialized
+	completion tables listed in icomplete-with-completion-tables.
+
 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* frame.el (focus-follows-mouse): Set default to nil on Mac.