Mercurial > emacs
diff lisp/ChangeLog @ 66178:6c46e0e1ba7b
Install to the CVS repository what I forgot to install in my
2005-10-16 changes.
* progmodes/python.el (python-complete-symbol): Pass the common
prefix substring of completion to `display-completion-list'.
* textmodes/org.el (org-complete): Ditto.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Tue, 18 Oct 2005 04:31:16 +0000 |
parents | bd98d8a37303 |
children | 5c64978b4698 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Oct 18 04:21:51 2005 +0000 +++ b/lisp/ChangeLog Tue Oct 18 04:31:16 2005 +0000 @@ -1,3 +1,13 @@ +2005-10-18 Masatake YAMATO <jet@gyve.org> + + Install to the CVS repository what I forgot to install in my + 2005-10-16 changes. + + * progmodes/python.el (python-complete-symbol): Pass the common + prefix substring of completion to `display-completion-list'. + + * textmodes/org.el (org-complete): Ditto. + 2005-10-18 Masatake YAMATO <jet@gyve.org> Fix a bug reported by Sven Joachim <sven_joachim@web.de>. @@ -219,12 +229,9 @@ * progmodes/pascal.el (pascal-complete-word) (pascal-show-completions): Ditto. - * progmodes/python.el (python-complete-symbol): Ditto. * textmodes/bibtex.el (bibtex-complete-internal): Ditto. - * textmodes/org.el (org-complete): Ditto. - * simple.el (completion-common-substring): New variable. (completion-setup-function): Use `completion-common-substring' to put faces.