aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMasatake YAMATO2005-10-16 09:31:48 +0000
committerMasatake YAMATO2005-10-16 09:31:48 +0000
commitf5fab556d45e13d12f83b2d8cd49fe343546c2f6 (patch)
treeb7b647699c7aaf6d26553dbfe2090e0bead36fd2 /lisp/ChangeLog
parent2416ec641247bc8d59cca8cac038cd00eba646f9 (diff)
downloademacs-f5fab556d45e13d12f83b2d8cd49fe343546c2f6.tar.gz
emacs-f5fab556d45e13d12f83b2d8cd49fe343546c2f6.zip
* message.el (message-expand-group): Pass the common
prefix substring of completion to `display-completion-list'. * mh-comp.el (mh-complete-word): Pass the common prefix substring of completion to `display-completion-list'. * dabbrev.el (dabbrev-completion): Pass the common prefix substring of completion to `display-completion-list'. * filecache.el (file-cache-minibuffer-complete) (file-cache-complete): Ditto. * tempo.el (tempo-display-completions): Ditto. * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. * eshell/em-hist.el (eshell-list-history): Ditto. * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. * progmodes/etags.el (complete-tag): Ditto. * progmodes/make-mode.el (makefile-complete): Ditto. * progmodes/meta-mode.el (meta-complete-symbol): Ditto. * progmodes/octave-mod.el (octave-complete-symbol): Ditto. * progmodes/pascal.el (pascal-complete-word) (pascal-show-completions): Ditto. * textmodes/bibtex.el (bibtex-complete-internal): Ditto. * simple.el (completion-common-substring): New variable. (completion-setup-function): Use `completion-common-substring' to put faces. * minibuf.c (Fdisplay_completion_list): Add new optional argument COMMON_SUBSTRING. Bind `completion-common-substring' to the optional argument during running `completion-setup-hook'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e5a4976e73a..a40199fd91c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,44 @@
12005-10-16 Masatake YAMATO <jet@gyve.org>
2
3 * dabbrev.el (dabbrev-completion): Pass the common
4 prefix substring of completion to `display-completion-list'.
5
6 * filecache.el (file-cache-minibuffer-complete)
7 (file-cache-complete): Ditto.
8
9 * tempo.el (tempo-display-completions): Ditto.
10
11 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12
13 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14
15 * eshell/em-hist.el (eshell-list-history): Ditto.
16
17 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
18
19 * mail/mailalias.el (mail-complete): Ditto.
20
21 * progmodes/etags.el (complete-tag): Ditto.
22
23 * progmodes/make-mode.el (makefile-complete): Ditto.
24
25 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
26
27 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
28
29 * progmodes/pascal.el (pascal-complete-word)
30 (pascal-show-completions): Ditto.
31
32 * progmodes/python.el (python-complete-symbol): Ditto.
33
34 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
35
36 * textmodes/org.el (org-complete): Ditto.
37
38 * simple.el (completion-common-substring): New variable.
39 (completion-setup-function): Use `completion-common-substring'
40 to put faces.
41
12005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 422005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 43
3 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el. 44 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.