diff lisp/ChangeLog @ 105727:65c5d19965b2

(pcomplete-common-suffix, pcomplete-table-subvert): New funs. (pcomplete-std-complete): Use them. Obey pcomplete-termination-string. (pcomplete-comint-setup): Don't modify a global var via accidental side-effects. (pcomplete-shell-setup): Adjust call accordingly. (pcomplete-parse-comint-arguments): Use push.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 23 Oct 2009 17:37:09 +0000
parents 597007306f48
children 414178e8f10d
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 23 17:33:52 2009 +0000
+++ b/lisp/ChangeLog	Fri Oct 23 17:37:09 2009 +0000
@@ -1,3 +1,13 @@
+2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
+	New funs.
+	(pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
+	(pcomplete-comint-setup): Don't modify a global var via
+	accidental side-effects.
+	(pcomplete-shell-setup): Adjust call accordingly.
+	(pcomplete-parse-comint-arguments): Use push.
+
 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
 
 	* emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):