]> code.delx.au - gnu-emacs/blobdiff - lisp/mh-e/ChangeLog
Fix typos.
[gnu-emacs] / lisp / mh-e / ChangeLog
index 7b48dcbbe83c6abe430726d18ff64ac43e79c6a8..71686eb294cc0f6a3a97576e008250cfac5f328f 100644 (file)
@@ -1,8 +1,152 @@
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * mh-utils.el (mh-folder-list): Fix typo.
+       (mh-children-p): Move part of the docstring to a comment.
+
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * mh-search.el (mh-pick-parse-search-buffer): Fix typo.
+
+2011-09-20  Bill Wohler  <wohler@newt.com>
+
+       Release MH-E version 8.3.
+
+       * mh-e.el (Version, mh-version): Update for release 8.3.
+
+2011-07-30  Bill Wohler  <wohler@newt.com>
+
+       * mh-show.el (mh-unvisit-file): Clarify language in yes-or-no-p
+       and error messages.
+
+2011-07-17  Bill Wohler  <wohler@newt.com>
+
+       Release MH-E version 8.2.93.
+
+       * mh-e.el (Version, mh-version): Update for release 8.2.93.
+
+       * mh-compat.el (mh-pop-to-buffer-same-window): Delete.
+       * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
+       (mh-make-folder): Revert to switch-to-buffer, as the Emacs folks
+       decided that it was fine to use it in programs.
+
+2011-07-16  Bill Wohler  <wohler@newt.com>
+
+       Release MH-E version 8.2.92.
+
+       * mh-e.el (Version, mh-version): Update for release 8.2.92.
+
+2011-07-12  Bill Wohler  <wohler@newt.com>
+
+       Release MH-E version 8.2.91.
+
+       * mh-e.el (Version, mh-version): Update for release 8.2.91.
+
+       * mh-compat.el (mh-pop-to-buffer-same-window): Add compatibility
+       function to call switch-to-buffer on systems that lack
+       pop-to-buffer-same-window.
+       * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
+       (mh-make-folder): Call mh-pop-to-buffer-same-window instead of
+       switch-to-buffer. The previous change which used pop-to-buffer
+       produced the wrong behavior.
+
+2011-07-12  Henrique Martins  <henrique@martins.cc>  (tiny change)
+
+       * mh-xface.el (mh-picon-get-image): Remove quote from block
+       argument.
+       * mh-mime.el (mh-mh-directive-present-p): Ditto.
+
+2011-07-10  Bill Wohler  <wohler@newt.com>
+
+       Release MH-E version 8.2.90.
+
+       * mh-e.el (Version, mh-version): Update for release 8.2.90.
+
+       * mh-utils.el (mh-sub-folders-actual): Remove FIXME question.
+
+       * mh-mime.el (mh-decode-message-subject): Fix case of Subject.
+
+       * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
+       (mh-make-folder): Replace calls to switch-to-buffer with of
+       pop-to-buffer. The former is intended for interactive use only and
+       generates warnings in Emacs 24.
+
+2011-07-09  Bill Wohler  <wohler@newt.com>
+
+       * mh-speed.el (mh-speed-toggle,mh-speed-view): Document "ignored"
+       arguments to keep checkdoc happy.
+
+       * mh-search.el (mh-flists-execute): Ditto.
+
+       * mh-funcs.el (mh-undo-folder): Ditto.
+
+       * mh-comp.el (mh-user-agent-compose): Ditto.
+
+       * mh-xface.el (mh-face-to-png, mh-uncompface)
+       (mh-picon-file-contents): Only call set-buffer-multibyte if it
+       exists, which it doesn't in XEmacs.
+
+2011-07-04  Bill Wohler  <wohler@newt.com>
+
+       * mh-e.el: Just require mh-loaddefs since loading it in an
+       eval-and-compile block causes compilation errors in XEmacs.
+
+       * mh-acros.el,  mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:
+       * mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in
+       mh-do-in-xemacs block.
+
+       * mh-compat.el (mh-window-full-height-p): Add compatibility
+       function for XEmacs.
+       * mh-show.el (mh-show-msg): Use it, and avoid compiler warning on
+       XEmacs.
+
+       * mh-letter.el (mh-letter-mode-map, mh-letter-complete)
+       (mh-complete-word): Remove FIXME comments since these functions
+       are still needed in other Emacsen. However, they can probably
+       stand to be generalized like completion-at-point.
+       (mh-letter-complete-or-space): Remove unused variable.
+
+2011-07-03  Bill Wohler  <wohler@newt.com>
+
+       * mh-compat.el (mh-test-completion): Add compatibility function
+       for XEmacs.
+       * mh-alias.el (mh-alias-letter-expand-alias): Use it, and avoid
+       compiler warning on XEmacs.
+
+       * mh-utils.el:
+       * mh-mime.el: Shush XEmacs compiler in mh-do-in-xemacs block.
+
+       * 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):
 
 2008-06-20  Stephen Eglen  <stephen@gnu.org>
 
-       * mh-show.el (mh-defun-show-buffer): Use `...' rather than than
+       * mh-show.el (mh-defun-show-buffer): Use `...' rather than
        "..." in generated docstrings.
 
 2008-06-12  Glenn Morris  <rgm@gnu.org>