aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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.