comparison lisp/ChangeLog @ 106362:d19d1b12196e

(comint-insert-input): Ignore clicks to the right of the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 01 Dec 2009 20:31:57 +0000
parents 2e9a20121a4f
children cb52c961cfa5
comparison
equal deleted inserted replaced
106361:2e9a20121a4f 106362:d19d1b12196e
1 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * comint.el (comint-insert-input): Ignore clicks to the right of
4 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2 5
3 * vc.el (vc-print-log-internal): Don't wait for the prcess to 6 * vc.el (vc-print-log-internal): Don't wait for the prcess to
4 terminate before setting up the major mode. 7 terminate before setting up the major mode.
5 8
6 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just 9 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just