* mh-folder.el: Use boundp instead of fboundp when testing existence
[bpt/emacs.git] / lisp / mh-e / ChangeLog
index f3d1682..3c984bf 100644 (file)
@@ -1,3 +1,42 @@
+2011-07-03  Bill Wohler  <wohler@newt.com>
+
+       * mh-folder.el: Use boundp instead of fboundp when testing
+       existence of desktop-buffer-mode-handlers.
+
+2011-05-10  Jim Meyering  <meyering@redhat.com>
+
+       Fix doubled-word typos.
+       * mh-alias.el (mh-alias-minibuffer-confirm-address): if if -> if it
+       * mh-scan.el (mh-scan-destination-width): in in -> in
+
+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,
+       for compatibility with `revert-buffer'.  Doc fix.  (Bug#8431)
+
+2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.3 released.
+
+2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
+
+       * mh-funcs.el (mh-store-msg, mh-store-buffer):
+       * mh-mime.el (mh-mime-save-parts): Use read-directory-name.
+
 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
 
        * mh-comp.el (mh-user-agent-compose): New arg RETURN-ACTION.