comparison lisp/ChangeLog @ 66114:13abee3a9bc6

* 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'.
author Masatake YAMATO <jet@gyve.org>
date Sun, 16 Oct 2005 09:31:48 +0000
parents 9bb08ad57594
children 8e27f6e245f1
comparison
equal deleted inserted replaced
66113:bfb1c3364c23 66114:13abee3a9bc6
1 2005-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
1 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 42 2005-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.
4 (x-get-selection, mac-select-convert-to-string): Convert from/to 45 (x-get-selection, mac-select-convert-to-string): Convert from/to
5 UTF-16 clipboard data as in native byte order, no BOM. 46 UTF-16 clipboard data as in native byte order, no BOM.