Add 2012 to FSF copyright years for Emacs files
[bpt/emacs.git] / lisp / mh-e / ChangeLog.1
index 54cd828..8b49819 100644 (file)
        Synced with manual.
        (mh-junk-program): Use double-quotes on non-symbols.
 
-       * mh-pick.el: (mh-search-folder): Synced docstrings with manual.
+       * mh-pick.el (mh-search-folder): Synced docstrings with manual.
 
-       * mh-index.el: (mh-index-search, mh-pick-execute-search)
+       * mh-index.el (mh-index-search, mh-pick-execute-search)
        (mh-grep-execute-search, mh-mairix-execute-search)
        (mh-swish-execute-search, mh-swish++-execute-search)
        (mh-namazu-execute-search): Synced docstrings with manual. Note
 2004-11-08  Satyaki Das  <satyaki@theforce.stanford.edu>
 
        * mh-acros.el (mh-funcall-if-exists): In XEmacs, presence of a
-       function at compile time doesn't guarantee it's existence at run
+       function at compile time doesn't guarantee its existence at run
        time. So make the macro handle that situation better.
 
 2004-11-05  Satyaki Das  <satyaki@theforce.stanford.edu>
        'utils) (mh-require-cl) calls:
 
          (eval-when-compile (require 'mh-acros))
-          (mh-require-cl)
+         (mh-require-cl)
 
 2004-08-10  Bill Wohler  <wohler@newt.com>
 
 
        * mh-mime.el (mh-display-with-external-viewer): Checkdoc fixes.
 
-       * mh-identity.el: (mh-identity-attribution-verb-end): Stripped
+       * mh-identity.el (mh-identity-attribution-verb-end): Stripped
        trailing space; checkdoc fixes.
 
        * mh-e.el (mh-restore-desktop-buffer): Checkdoc fixes.
 
-       * mh-customize.el: (mh-inc-spool-list,
-       mh-compose-forward-as-mime-flag, defcustom): Stripped trailing
+       * mh-customize.el (mh-inc-spool-list)
+       (mh-compose-forward-as-mime-flag, defcustom): Stripped trailing
        space; checkdoc fixes.
 
        * mh-comp.el (mh-reply): Stripped trailing space.
        variable `mh-scan-date-regexp'.
 
        * mh-customize.el (mh-auto-fields-prompt-flag): Made reference to
-       `mh-auto-fileds-lists'.
+       `mh-auto-fields-lists'.
        (mh-forward-hook): Fixed docstring typo.
 
 2004-08-07  Bill Wohler  <wohler@newt.com>
 
        Merged in 7.4.4 changes, described below.
 
-       * mh-e.el (Version, mh-version):  Set to 7.4.4+cvs.
+       * mh-e.el (Version, mh-version): Set to 7.4.4+cvs.
 
 2004-07-10  Bill Wohler  <wohler@newt.com>
 
        and byte-compiles all the source files with a single instance of
        XEmacs.
        (dist): Added $(MH-E-XEMACS-SRC) to tarball.
-       (AUTO_PRELOADS): Removed, in favour of 'AUTOLOAD_PACKAGE_NAME' and
+       (AUTO_PRELOADS): Removed, in favor of 'AUTOLOAD_PACKAGE_NAME' and
        'AUTOLOAD_FILE'.
        (AUTOLOAD_PACKAGE_NAME): New.
        (AUTOLOAD_FILE): New.
        * mh-loaddefs.el: Regenerated.
 
        * mh-index.el (mh-indexer-choices): Remove option for the non-free
-       glimpse indexer (closes SF #831276).
+       glimpse indexer (closes SF #831276).
        (mh-glimpse-binary, mh-glimpse-directory)
        (mh-glimpse-execute-search, mh-glimpse-next-result): Functions
        and variables to implement glimpse support are removed.
 
        * Makefile (XEMACS_OPTIONS): Add '-no-autoloads' to give a cleaner
        build environment.
-       (AUTO_PRELOADS): Removed, in favour of 'AUTOLOAD_PACKAGE_NAME' and
+       (AUTO_PRELOADS): Removed, in favor of 'AUTOLOAD_PACKAGE_NAME' and
        'AUTOLOAD_FILE'.
        (AUTOLOAD_PACKAGE_NAME): New.
        (AUTOLOAD_FILE): New.
 
        * mh-mime.el (mh-mml-secure-message-sign-pgpmime): Add an optional
        dontsign argument to remove an existing secure message directive.
-       Update the docstring -- this fuction does not allow for
+       Update the docstring -- this function does not allow for
        encrypt/sign, just sign directives.
 
        * mh-mime.el (mh-mml-secure-message-sign-pgpmime): Use
        * mh-alias.el (Commentary): Removed as it is now in the manual.
        (mh-alias-system-aliases): Moved here from mh-customize.el. By
        definition, "system" definitions are not user-visible, and user
-       filenames are in the the Aliasfile: profile component, so this
+       filenames are in the Aliasfile: profile component, so this
        variable really shouldn't be a defcustom.
        (mh-alias-tstamp, mh-alias-filenames, mh-alias-reload)
        (mh-alias-add-alias, mh-alias-grab-from-field)
        * mh-e.el (mh-version): Do something sensible when
        mh-variant-in-use is undefined.
        * mh-junk.el (mh-spamassassin-blacklist)
-       (mh-spamassassin-whitelist): Change options to be compatoble with
+       (mh-spamassassin-whitelist): Change options to be compatible with
        old version of spamassassin (V2.20).
 
 2003-09-07  Mark D. Baushke  <mdb@gnu.org>
 
 2003-08-19  Bill Wohler  <wohler@newt.com>
 
-       * mh-seq.el: (mh-edit-pick-expr): Renamed from mh-read-pick-regexp
+       * mh-seq.el (mh-edit-pick-expr): Renamed from mh-read-pick-regexp
        since the new name is more indicative of what the function does.
        Prompt now says "Pick expression" instead of "Pick regexp".
        (mh-narrow-to-subject): Rewrote function to behave like other
        switch between available variants.
        (mh-variants): Available MH variants are described in this variable.
        (mh-variant-in-use, mh-variant-p): Developers may check which
-        variant is currently in use with the variable `mh-variant-in-use'
-        or the function `mh-variant-p'.
+       variant is currently in use with the variable `mh-variant-in-use'
+       or the function `mh-variant-p'.
 
 2003-08-15  Bill Wohler  <wohler@newt.com>
 
        * mh-comp.el (mh-send-letter): Go to the top of the draft so that
        the user can see which header fields have been inserted. I think
        this is more important than leaving point alone or going to the
-       end to see the signature since Mail-Followup-To or Bcc or cc could
+       end to see the signature since Mail-Followup-To or Bcc or cc could
        have some deleterious effects.
 
        * mh-customize.el (mh-auto-fields-prompt-flag): New variable.
        * mh-comp.el (mh-extract-rejected-mail, mh-letter-mode-message):
        Ditto.
 
-       * mh-e.el (mh-refile-a-msg):  Ditto.
+       * mh-e.el (mh-refile-a-msg): Ditto.
 
        * mh-funcs.el (mh-undo-folder): Ditto.
 
 
 2003-07-28  Peter S Galbraith  <psg@debian.org>
 
-       * mh-comp.el (mh-insert-letter):  Remove `mh-visible-headers'
+       * mh-comp.el (mh-insert-letter): Remove `mh-visible-headers'
        operation.
 
        * mh-mime.el (mh-mm-inline-message): Same.
        for users who have customized it to a long list now redundant with
        `mh-invisible-header-fields-default'.
        (mh-invisible-header-fields-default-override): New defcustom.
-       Users check off the fields they want displyed from what we
+       Users check off the fields they want displayed from what we
        included in `mh-invisible-header-fields-default'.
        (mh-invisible-headers): Function adapted to new variables.
 
 
 2003-06-24  Bill Wohler  <wohler@newt.com>
 
-       * mh-e.el (Version, mh-version):  Set to 7.4.1+cvs.
+       * mh-e.el (Version, mh-version): Set to 7.4.1+cvs.
 
 2003-06-25  Bill Wohler  <wohler@newt.com>
 
 
 2003-06-24  Bill Wohler  <wohler@newt.com>
 
-       * mh-e.el (Version, mh-version):  Set to 7.4+cvs.
+       * mh-e.el (Version, mh-version): Set to 7.4+cvs.
 
 2003-06-24  Bill Wohler  <wohler@newt.com>
 
        replacement text.
        (mh-index-parse-search-regexp): Preserve case of search terms.
        This is needed to take advantage of the acronym indexing in
-       swish++ (closes SF #755718).
+       swish++ (closes SF #755718).
 
 2003-06-13  Satyaki Das  <satyakid@stanford.edu>
 
        (mh-tick-add-overlay, mh-tick-remove-overlay, mh-notate-tick):
        These functions aren't needed any more, since overlays aren't used
        any more. Also overlays aren't portable to XEmacs, so nasty
-       conditional code that used overlays in Emacs and extents in Xemacs
+       conditional code that used overlays in Emacs and extents in XEmacs
        have been eliminated.
        (mh-toggle-tick): Generalize it to work on a range of messages
        like the other interactive messages.
 
 2003-05-08  Satyaki Das  <satyakid@stanford.edu>
 
-       * mh-seq.el (mh-translate-range): Take into account differnt
+       * mh-seq.el (mh-translate-range): Take into account different
        semantics of split-string in Emacs and XEmacs.
        (mh-read-pick-regexp, mh-narrow-to-from, mh-narrow-to-cc)
        (mh-narrow-to-to, mh-narrow-to-header-field)
 
 2003-04-06  Bill Wohler  <wohler@newt.com>
 
-       * mh-comp.el (mh-forward):  Updated docstrings to indicate that a
+       * mh-comp.el (mh-forward): Updated docstrings to indicate that a
        list of messages is acceptable as well.
 
        * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion, mh-refile-msg)
 
 2003-04-04  Peter S Galbraith  <psg@debian.org>
 
-       * mh-e.el (mh-folder-from-address):  Minor Fix.  Wrong ending of
+       * mh-e.el (mh-folder-from-address): Minor Fix.  Wrong ending of
        `when' block.
 
 2003-04-04  Satyaki Das  <satyaki@theforce.stanford.edu>
 
        * mh-xemacs-toolbar.el: Remove the code since that gets generated
        when mh-tool-bar-define is expanded.
-       (mh-xemacs-icon-map): A alist to map GNU Emacs icon names to the
+       (mh-xemacs-icon-map): An alist to map GNU Emacs icon names to the
        actual icons to be used in XEmacs. This is used in
        mh-tool-bar-define.
 
        * mh-utils.el (mh-truncate-log-buffer): Modify the function to
        return the current size of mh-log-buffer. Also we are now a bit
        more careful in adding separators between consecutive messages.
-       (mh-exec-cmd): Fix a bug where the the log buffer would be
+       (mh-exec-cmd): Fix a bug where the log buffer would be
        displayed even if no error happened in the current command but
        the log buffer had messages from a previous error.
 
 
        * mh-utils.el (mh-face-display-function): Fix bug that was
        corrupting xface images when displayed with XEmacs' internal
-       xface image support.  Also make XEmacs honour 'mh-show-xface-face'
+       xface image support.  Also make XEmacs honor 'mh-show-xface-face'
        when using internal xface image support.
 
 2003-02-12  Peter S Galbraith  <psg@debian.org>
 
        * import-emacs: MH-E now has its own directory in Emacs.
 
-       * mh-e.el: (mh-version): Set to 7.2+cvs.
+       * mh-e.el (mh-version): Set to 7.2+cvs.
 
 2003-02-03  Bill Wohler  <wohler@newt.com>
 
        from mh-exec-cmd.
 
        * mh-utils.el (mh-temp-folders-buffer): Sequences and folders
-       loose the -temp from their buffer names as they are interesting to
+       lose the -temp from their buffer names as they are interesting to
        the user.
 
        * mh-seq.el (mh-list-sequences): New name, mh-sequences-buffer as
        to allow the user a customizable variable which will turn off
        folders based completion.
        (mh-prompt-for-folder): Use mh-folder-completing-read to read in
-       the folder name with hierachical completion (closes SF #664821).
+       the folder name with hierarchical completion (closes SF #664821).
 
        * mh-speed.el (mh-speed-folders, mh-speed-folders-cache)
        (mh-speed-folders-actual): Moved to mh-utils.el as mh-sub-folders,
        * mh-e.el (mh-add-cur-notation): New function to mark the
        current message with the mh-note-cur character.
        (mh-get-new-mail): Use mh-add-cur-notation to undo the work of
-       mh-remove-cur-notation if there was no new mail (closes SF #647681).
+       mh-remove-cur-notation if there was no new mail (closes SF #647681).
 
        * mh-e.el (mh-set-cmd-note): Do not update the default mh-cmd-note
        value (closes SF #643701).
 
 2002-11-13  Mark D. Baushke  <mdb@gnu.org>
 
-       * mh-identity.el (mh-insert-identity):  A value of either nil or
+       * mh-identity.el (mh-insert-identity): A value of either nil or
        "" should cause the field to be removed.
        (mh-identity-list): Update the docstring.
 
        (mh-visit-folder) alias, and v (mh-visit-folder).
        (mh-index-folder-mode-help-messages): Changes for above.
        (mh-index-folder-message-menu, mh-index-folder-folder-menu): New
-       menus. I decided to delete the unavailable items since greying out
+       menus. I decided to delete the unavailable items since graying out
        implies that the user can do something to access them. In this
        case, that's not the case. Well, that's not entirely true--the
        user could write code for those functions ;-).
        (mh-folder-font-lock-subject): Adapt to new mh-scan-subject-regexp.
        * mh-seq.el (mh-subject-to-sequence): Ditto.
 
-       * mh-e.el (mh-folder-sequence-menu):  Remove "Toggle Subject
+       * mh-e.el (mh-folder-sequence-menu): Remove "Toggle Subject
        Thread" from menu.   mh-toggle-threads is in the Folder menu.
 
        * mh-e.el (mh-folder-sequence-menu): Minor menu text edits.
 2002-10-26  Peter S Galbraith  <psg@debia.org>
 
        * mh-comp.el (mh-search-addr-regexp, mh-re-search-to-cc): Remove
-       `mh-re-search-to-cc' in favour of more generalized new function
+       `mh-re-search-to-cc' in favor of more generalized new function
        `mh-search-addr-regexp'.
        (mh-insert-mail-followup-to): Use it.
 
 
 2002-10-24  Bill Wohler  <wohler@newt.com>
 
-        * mh-e is completely checkdoc clean now.
+       * mh-e is completely checkdoc clean now.
 
        * mh-utils.el (mh-clean-message-header-flag): Renamed from
        mh-clean-message-header.
        (mh-thread-generate-scan-lines): Renamed dupl-p as dupl-flag.
        This addresses part of SF #627015.
 
-       * mh-index.el (mh-index-advance):  Renamed backward-p
+       * mh-index.el (mh-index-advance): Renamed backward-p
        local variable as backward-flag.
        (mh-index-next-button): Renamed backward-p
        argument as backward-flag.
        mail-header-separator.
        (mh-send-letter): The default BCC encapsulation will make a MIME
        message unreadable.  If we are running nmh and the letter contains
-       a Bcc: and a Content-Type: field, add the -mime switch to to the
+       a Bcc: and a Content-Type: field, add the -mime switch to the
        arguments to send.
 
 2002-10-21  Peter S Galbraith  <psg@debian.org>
        %number(msg).
        (mh-scan-msg-format-string): Format to be used with the current
        maximum width of message number for the folder in the
-       `mh-upate-scan-format' function.
+       `mh-update-scan-format' function.
        (mh-update-scan-format): Use `mh-scan-msg-format-regexp' for greater
        flexibility. The message number is no longer anchored to the
        beginning of the `mh-scan-format-nmh' or `mh-scan-format-mh' format
        font, you may set this variable to expand the single reply
        button into three buttons that won't lead to minibuffer prompt
        about who to reply to.
-        (mh-folder-tool-bar-map): Use mh-tool-bar-reply-3-buttons to
+       (mh-folder-tool-bar-map): Use mh-tool-bar-reply-3-buttons to
        decide how many buttons to use for replying.
 
        * mh-mime.el (mh-file-mime-type-substitutions)
-       (mh-file-mime-type-substitute):  Fix typos and doc strings.
+       (mh-file-mime-type-substitute): Fix typos and doc strings.
 
 2002-09-30  Peter S Galbraith  <psg@debian.org>
 
 2002-08-19  Peter S Galbraith  <psg@debian.org>
 
        * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm,
-       * reply-all.xpm, reply-all.pbm:  New icons for various reply methods.
+       * reply-all.xpm, reply-all.pbm: New icons for various reply methods.
        * mh-e.el (mh-folder-tool-bar-map): Split reply button into three
        that won't prompt for "from", "to" and "all".
        * mh-comp.el (mh-reply): Put variable reply-to in the interactive
        Non-fatal depencencies on the mm-decode, mm-uu and mm-view
        libraries.
 
-2002-07-15  Satyaki Das <satyaki@theforce.stanford.edu>
+2002-07-15  Satyaki Das  <satyaki@theforce.stanford.edu>
 
        * mh-utils.el (mh-require, mh-autoload): Remove these macros.
        (mh-decode-mime): Initialized to t iff the mm-decode library is
 2002-07-15  Mark D Baushke  <mdb@gnu.org>
 
        * mh-utils.el (mh-update-scan-format): Rewrite for compatibility
-       with Xemacs as replace-match appears not to have identical
-       functionality with FSF emacs.
+       with XEmacs as replace-match appears not to have identical
+       functionality with GNU Emacs.
        (mh-scan-msg-format-regexp): Deleted. This regexp is now hardcoded
        into the mh-update-scan-format function.
 
 2002-06-27  Satyaki Das  <satyaki@theforce.stanford.edu>
 
        * mh-e.el (mh-next-undeleted-msg): Get rid of optional arg
-       reverse-p. If there are no more undeleted messages the the point
+       reverse-p. If there are no more undeleted messages the point
        remains at its original position and a message is produced (closes
        SF #494304).
        (mh-previous-undeleted-msg): Change similar to
        to `mh-mml-to-mime' in `mh-send-letter'.
        (mh-mml-secure-message-sign-pgpmime): New function.
        Front end to mml-secure-message-sign-pgpmime.
-       (mh-mml-secure-message-encrypt-pgpmime):  New function.
+       (mh-mml-secure-message-encrypt-pgpmime): New function.
        Front end to mml-secure-message-encrypt-pgpmime.
 
        * mh-comp.el (mh-send-letter): automatic call to `mh-mml-to-mime'
        if mh-mml-compose-insert-p is set.
        (mh-letter-mode-map): Add keys for new mh-mime functions above.
-       * mh-comp.el:  Added autoloads for new mh-mime functions above.
+       * mh-comp.el: Added autoloads for new mh-mime functions above.
 
 2002-06-17  Peter S Galbraith  <psg@debian.org>
 
 2002-04-02  Peter S Galbraith  <psg@debian.org>
 
        * mh-e.el: 'defvar mh-folder-unseen-seq-name' called a function to
-       set it's value, and this happens also on byte-compilation (where
+       set its value, and this happens also on byte-compilation (where
        it can fail if the user's MH environment is not setup correctly).
        I now set the value of mh-folder-unseen-seq-name at runtime when I
        first need it.  This should fix Debian bugs
        arguments in XEmacs.
        (mh-send-letter): sendmail-coding-system not bound in XEmacs.
        (mh-send-letter): default-buffer-file-coding-system not bound in
-       Xemacs.
+       XEmacs.
 
        * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo):
        transient-mark-mode not bound in XEmacs.  The feature of
 
 2001-12-04  Eric Ding  <ericding@alum.mit.edu>
 
-        * mh-e.el: changes to face colors on dark backgrounds.
-        (mh-folder-followup-face): change to LightGoldenRod.
-        (mh-folder-date-face): change to snow3.
-        (mh-folder-msg-number-face): change to snow4.
+       * mh-e.el: changes to face colors on dark backgrounds.
+       (mh-folder-followup-face): change to LightGoldenRod.
+       (mh-folder-date-face): change to snow3.
+       (mh-folder-msg-number-face): change to snow4.
 
 2001-12-04  Bill Wohler  <wohler@newt.com>
 
        * mh-comp.el: Require mh-e and easymenu, moved autoloads to top of
        file.
 
-       * Makefile: (EMACS): New constant to hold emacs calling sequence.
+       * Makefile (EMACS): New constant to hold emacs calling sequence.
        (install): Renamed to install-emacs.
        (compile): New target to compile all files.
        (dist): Make dependent on compile.
 
 2001-11-29  Jeffrey C Honig  <jch@honig.net>
 
-       * mh-utils.el: (mh-find-progs): Change mh-find-progs to rely on
+       * mh-utils.el (mh-find-progs): Change mh-find-progs to rely on
        the existence of mhparam.  The location of mhparam is used to find
        `mh-progs'.  It uses the libdir and etcdir to find the
        `mh-lib-progs' and `mh-lib' directories.  If etcdir doesn't return
        set mh-page-to-next-msg-p to t. The second time the end of page is
        hit, go to the next message.
 
-       * mh-utils.el: (mh-show-msg): Initialize mh-page-to-next-msg-p to
+       * mh-utils.el (mh-show-msg): Initialize mh-page-to-next-msg-p to
        nil.
 
 2001-11-27  Bill Wohler  <wohler@newt.com>
 2001-11-21  Peter S Galbraith  <psg@debian.org>
 
        * mh-comp.el (mh-reply-show-message-p): The setting of this
-       variable determines whether the MH show-buffer is diplayed with
+       variable determines whether the MH show-buffer is displayed with
        the current message when using mh-reply without a prefix argument.
        Set it to nil if you already include the message automatically in
        your draft using "repl: -filter repl.filter" in your ~/.mh_profile
 2001-11-20  Peter S Galbraith  <psg@debian.org>
 
        * mh-comp.el (mh-letter-mode): Make font-lock-defaults a local variable
-       * mh-e.el (mh-folder-mode):  Same.
-       * mh-utils.el (mh-show-mode):  Same.
+       * mh-e.el (mh-folder-mode): Same.
+       * mh-utils.el (mh-show-mode): Same.
 
        * mh-e.el (mh-scan-msg-num-regexp): Delete variable and replace
        with mh-good-msg-regexp.
        line, starting with Re:
        (mh-scan-body-regexp):
        Regexp matching the message body beginning displayed in scan lines.
-       (mh-scan.font-lock-regexp): Regexp matching output of the the
+       (mh-scan.font-lock-regexp): Regexp matching output of the
        optional scan.font-lock format file.
        (mh-folder-font-lock-keywords): New font-lock for folder-mode that
        uses the above regexps.
        * mh-e.el (mh-refile-msg): Mark messages in region for refiling if
        mark is active and in transient-mark-mode.
        * mh-e.el (mh-undo): Undo message marks for refile or deletion if
-       region if mark is active and in transient-mark-mode.
+       region if mark is active and in transient-mark-mode.
 
 2001-11-06  Peter S Galbraith  <psg@debian.org>
 
        typically have 70 lines in my Emacs frame, so having a default of
        4 was silly for my case.
        * mh-e.el (mh-update-sequences): Check for nil value of
-        mh-current-folder, which happens if mh-summary-height < 4
+       mh-current-folder, which happens if mh-summary-height < 4
        although I haven't tracked doen why that happens.
 
 2001-10-22  Peter S Galbraith  <psg@debian.org>
        (dist): Leave release in current directory.
 
 
-  Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+  Copyright (C) 2003-2012  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;; arch-tag: 2577172b-b1bf-4d87-acfb-c9d8780e8851