summaryrefslogtreecommitdiff
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2011-04-28 12:32:28 -0300
committerStefan Monnier <monnier@iro.umontreal.ca>2011-04-28 12:32:28 -0300
commitd1bb66232235211a8383356ef2851f68ac864a3f (patch)
treeca3ca65e7daa640854d7c00ffbe83f691e9b5e9a /lisp/mh-e/ChangeLog
parentd178f871644d97853be0f89d05a8fc5649e5d620 (diff)
downloademacs-d1bb66232235211a8383356ef2851f68ac864a3f.tar.gz
Make MH-E use completion-at-point
* lisp/mh-e/mh-letter.el (mh-letter-completion-at-point): New function, extracted from mh-letter-complete (mh-letter-mode, mh-letter-complete, mh-letter-complete-or-space): Use it. (mh-complete-word): Only use the common-substring arg when it works. (mh-folder-expand-at-point): * lisp/mh-e/mh-alias.el (mh-alias-letter-expand-alias): Return data suitable for completion-at-point-functions. * lisp/mh-e/mh-utils.el (mh-folder-completion-function): Make it work like file-name completion, so partial-completion can do its job. * lisp/minibuffer.el (completion-at-point, completion-help-at-point): Don't presume that a given completion-at-point-function will always use the same calling convention.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index f8e94412836..5228dc86fa2 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,17 @@
+2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * mh-utils.el (mh-folder-completion-function): Make it work like
+ file-name completion, so partial-completion can do its job.
+
+ * mh-letter.el (mh-letter-completion-at-point): New function, extracted
+ from mh-letter-complete
+ (mh-letter-mode, mh-letter-complete, mh-letter-complete-or-space):
+ Use it.
+ (mh-complete-word): Only use the common-substring arg when it works.
+ (mh-folder-expand-at-point):
+ * mh-alias.el (mh-alias-letter-expand-alias): Return data suitable for
+ completion-at-point-functions.
+
2011-04-06 Juanma Barranquero <lekktu@gmail.com>
* mh-funcs.el (mh-undo-folder): Accept and ignore arguments,