emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mh-e/ChangeLog


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/ChangeLog
Date: Fri, 04 Apr 2003 01:22:38 -0500

Index: emacs/lisp/mh-e/ChangeLog
diff -c emacs/lisp/mh-e/ChangeLog:1.1 emacs/lisp/mh-e/ChangeLog:1.2
*** emacs/lisp/mh-e/ChangeLog:1.1       Mon Feb  3 15:55:30 2003
--- emacs/lisp/mh-e/ChangeLog   Tue Feb  4 08:15:32 2003
***************
*** 37,43 ****
  
        * mh-loaddefs.el: Regenerated (lm-verify fixes).
  
!       * mh-index.el (mh-mairix-next-result): Checkdoc fixes.  
  
        * mh-alias.el: lm-verify fix.
  
--- 37,43 ----
  
        * mh-loaddefs.el: Regenerated (lm-verify fixes).
  
!       * mh-index.el (mh-mairix-next-result): Checkdoc fixes.
  
        * mh-alias.el: lm-verify fix.
  
***************
*** 404,410 ****
        called on a folder holding index search results. Also the now
        removed mh-folder-list-change-hook is called no more.
  
!       * mh-customize.el (mh-auto-folder-collect-flag) 
        (mh-folder-list-change-hook): Removed.
  
        * mh-loaddefs.el: Regenerated.
--- 404,410 ----
        called on a folder holding index search results. Also the now
        removed mh-folder-list-change-hook is called no more.
  
!       * mh-customize.el (mh-auto-folder-collect-flag)
        (mh-folder-list-change-hook): Removed.
  
        * mh-loaddefs.el: Regenerated.
***************
*** 485,491 ****
        that keeps track of the default searching function to be used.
        (mh-pick-mode): Make mh-searching-function buffer local.
        (mh-search-folder): Set mh-searching-function to use pick.
!       (mh-search-folder, mh-pick-menu, mh-pick-mode-help-messages) 
        (mh-pick-mode, mh-do-pick-search, mh-pick-do-search): Rename
        mh-do-pick-search to mh-pick-do-search. But keep
        mh-do-pick-search as a deprecated function.
--- 485,491 ----
        that keeps track of the default searching function to be used.
        (mh-pick-mode): Make mh-searching-function buffer local.
        (mh-search-folder): Set mh-searching-function to use pick.
!       (mh-search-folder, mh-pick-menu, mh-pick-mode-help-messages)
        (mh-pick-mode, mh-do-pick-search, mh-pick-do-search): Rename
        mh-do-pick-search to mh-pick-do-search. But keep
        mh-do-pick-search as a deprecated function.
***************
*** 511,517 ****
        * mh-e.el (mh-folder-from-address): New function that proposes the
        name of a folder with an alias for the address in the current message.
        (mh-prompt-for-refile-folder): Use it (closes SF #657096).
!       
        * mh-customize.el (mh-default-folder-prefix): New variable used by
        mh-folder-from-address.
        (mh-invisible-header-fields): Edited docstring.
--- 511,517 ----
        * mh-e.el (mh-folder-from-address): New function that proposes the
        name of a folder with an alias for the address in the current message.
        (mh-prompt-for-refile-folder): Use it (closes SF #657096).
! 
        * mh-customize.el (mh-default-folder-prefix): New variable used by
        mh-folder-from-address.
        (mh-invisible-header-fields): Edited docstring.
***************
*** 538,544 ****
  
        * mh-comp.el (mh-insert-x-mailer): Renamed mh-temp-info-buffer to
        mh-info-buffer.
!       
  2003-01-09  Satyaki Das  <address@hidden>
  
        * mh-e.el (mh-folder-size): If the user doesn't have a
--- 538,544 ----
  
        * mh-comp.el (mh-insert-x-mailer): Renamed mh-temp-info-buffer to
        mh-info-buffer.
! 
  2003-01-09  Satyaki Das  <address@hidden>
  
        * mh-e.el (mh-folder-size): If the user doesn't have a
***************
*** 577,583 ****
        * mh-speed.el (mh-speed-folders, mh-speed-folders-cache)
        (mh-speed-folders-actual): Moved to mh-utils.el as mh-sub-folders,
        mh-sub-folders-cache and mh-sub-folders-actual respectively.
!       (mh-speed-invalidate-map, mh-speed-invalidate-map) 
        (mh-speed-add-folder): Use the new names.
  
        * mh-funcs.el (mh-kill-folder): Remove code that used to update
--- 577,583 ----
        * mh-speed.el (mh-speed-folders, mh-speed-folders-cache)
        (mh-speed-folders-actual): Moved to mh-utils.el as mh-sub-folders,
        mh-sub-folders-cache and mh-sub-folders-actual respectively.
!       (mh-speed-invalidate-map, mh-speed-invalidate-map)
        (mh-speed-add-folder): Use the new names.
  
        * mh-funcs.el (mh-kill-folder): Remove code that used to update
***************
*** 628,634 ****
        (mh-index-do-search): New interactive function that takes the
        contents of the search buffer, generates an appropriate query and
        produces the search results buffer by calling mh-index-search.
!       (mh-replace-string, mh-index-parse-search-regexp) 
        (mh-index-add-implicit-ops, mh-index-evaluate): New functions
        which parses the infix search expression that the user enters. A
        parse tree from which queries for different search programs can
--- 628,634 ----
        (mh-index-do-search): New interactive function that takes the
        contents of the search buffer, generates an appropriate query and
        produces the search results buffer by calling mh-index-search.
!       (mh-replace-string, mh-index-parse-search-regexp)
        (mh-index-add-implicit-ops, mh-index-evaluate): New functions
        which parses the infix search expression that the user enters. A
        parse tree from which queries for different search programs can
***************
*** 644,650 ****
        * Makefile (emacs-logs): New target for viewing CVS Emacs logs.
        Useful to see if an Emacs developer has changed MH-E.
  
!       * MH-E-NEWS: Fixed case of MH-E in the "Changes" title. 
  
        * mh-utils.el (mh-temp-info-buffer): New variable to hold name of
        buffer that contains version info.
--- 644,650 ----
        * Makefile (emacs-logs): New target for viewing CVS Emacs logs.
        Useful to see if an Emacs developer has changed MH-E.
  
!       * MH-E-NEWS: Fixed case of MH-E in the "Changes" title.
  
        * mh-utils.el (mh-temp-info-buffer): New variable to hold name of
        buffer that contains version info.
***************
*** 687,693 ****
        (font-lock): The library is loaded to avoid compilation warning
        in CVS Emacs.
  
!       * mh-speed.el (mh-speed-goto-folder, mh-speed-add-folder) 
        (mh-speed-extract-folder-name, mh-speed-invalidate-map): Use
        mh-search-from-end instead of search.
  
--- 687,693 ----
        (font-lock): The library is loaded to avoid compilation warning
        in CVS Emacs.
  
!       * mh-speed.el (mh-speed-goto-folder, mh-speed-add-folder)
        (mh-speed-extract-folder-name, mh-speed-invalidate-map): Use
        mh-search-from-end instead of search.
  
***************
*** 755,762 ****
  
  2002-12-24  Satyaki Das  <address@hidden>
  
!       * mh-customize.el (mh-clean-message-header-flag) 
!       (mh-visible-headers, mh-invisible-headers) 
        (mh-invisible-header-fields-set): Reworded to satisfy checkdoc.
  
        * mh-loaddefs.el: Regenerated.
--- 755,762 ----
  
  2002-12-24  Satyaki Das  <address@hidden>
  
!       * mh-customize.el (mh-clean-message-header-flag)
!       (mh-visible-headers, mh-invisible-headers)
        (mh-invisible-header-fields-set): Reworded to satisfy checkdoc.
  
        * mh-loaddefs.el: Regenerated.
***************
*** 764,771 ****
        * mh-e.el (mh-inc-folder, mh-visit-folder, mh-read-msg-range):
        Handle nil value of mh-large-folder properly.
  
!       * mh-customize.el (mh-tool-bar-show-set, mh-tool-bar-letter-set) 
!       (mh-tool-bar-folder-set, mh-tool-bar-folder-buttons) 
        (mh-invisible-headers, mh-invisible-header-fields-set): Checkdoc
        fixes.
        (mh-large-folder): Updated to allow for infinity. If
--- 764,771 ----
        * mh-e.el (mh-inc-folder, mh-visit-folder, mh-read-msg-range):
        Handle nil value of mh-large-folder properly.
  
!       * mh-customize.el (mh-tool-bar-show-set, mh-tool-bar-letter-set)
!       (mh-tool-bar-folder-set, mh-tool-bar-folder-buttons)
        (mh-invisible-headers, mh-invisible-header-fields-set): Checkdoc
        fixes.
        (mh-large-folder): Updated to allow for infinity. If
***************
*** 888,894 ****
  
        * mh-index.el (mh-index-new-folder): Add new folder to
        mh-folder-list to enable name completion.
!       (mh-glimpse-execute-search, mh-swish-execute-search) 
        (mh-swish++-execute-search): Fix documentation.
  
        * mh-seq.el (mh-thread-generate): Fixed a stupid bug where the wrong
--- 888,894 ----
  
        * mh-index.el (mh-index-new-folder): Add new folder to
        mh-folder-list to enable name completion.
!       (mh-glimpse-execute-search, mh-swish-execute-search)
        (mh-swish++-execute-search): Fix documentation.
  
        * mh-seq.el (mh-thread-generate): Fixed a stupid bug where the wrong
***************
*** 896,902 ****
  
        * mh-index.el (mh-index-search): If optional prefix arg is given
        then the search in the current index buffer is redone.
!       (mh-glimpse-execute-search, mh-swish-execute-search) 
        (mh-namazu-execute-search): Documentation fixes.
  
        * mh-e.el (mh-index-previous-search): New buffer local variable
--- 896,902 ----
  
        * mh-index.el (mh-index-search): If optional prefix arg is given
        then the search in the current index buffer is redone.
!       (mh-glimpse-execute-search, mh-swish-execute-search)
        (mh-namazu-execute-search): Documentation fixes.
  
        * mh-e.el (mh-index-previous-search): New buffer local variable
***************
*** 909,915 ****
  
  2002-12-19  Peter S Galbraith  <address@hidden>
  
!       * mh-alias.el (mh-alias-add-alias): Bug fix. 
  
  2002-12-19  Peter S Galbraith  <address@hidden>
  
--- 909,915 ----
  
  2002-12-19  Peter S Galbraith  <address@hidden>
  
!       * mh-alias.el (mh-alias-add-alias): Bug fix.
  
  2002-12-19  Peter S Galbraith  <address@hidden>
  
***************
*** 967,976 ****
        * mh-comp.el (mh-letter-tool-bar-map): Moved to mh-customize.el
  
        * mh-e.el (mh-folder-tool-bar-map): Moved to mh-customize.el
!       
        * mh-utils.el (mh-get-msg-num): autoloaded.
        (mh-show-tool-bar-map): Moved to mh-customize.el
!       
        * mh-customize.el (mh-tool-bar-item-*): 33 new defconsts for
        tool-bar setup and customization.
        (mh-tool-bar-folder-buttons-set): New function to setup the
--- 967,976 ----
        * mh-comp.el (mh-letter-tool-bar-map): Moved to mh-customize.el
  
        * mh-e.el (mh-folder-tool-bar-map): Moved to mh-customize.el
! 
        * mh-utils.el (mh-get-msg-num): autoloaded.
        (mh-show-tool-bar-map): Moved to mh-customize.el
! 
        * mh-customize.el (mh-tool-bar-item-*): 33 new defconsts for
        tool-bar setup and customization.
        (mh-tool-bar-folder-buttons-set): New function to setup the
***************
*** 1084,1094 ****
        (mh-show-mode-map): Key binding for "v".
  
        * mh-speed.el: Fix credits.
!       (mh-index-folder-speedbar-buttons) 
!       (mh-index-show-speedbar-buttons) 
!       (mh-index-folder-speedbar-key-map) 
!       (mh-index-show-speedbar-key-map) 
!       (mh-index-folder-speedbar-menu-items) 
        (mh-index-show-speedbar-menu-items): Removed since the modes
        mh-index-folder-mode and mh-index-show-mode no longer exist.
        (mh-speed-extract-folder-name): Remove the bits about
--- 1084,1094 ----
        (mh-show-mode-map): Key binding for "v".
  
        * mh-speed.el: Fix credits.
!       (mh-index-folder-speedbar-buttons)
!       (mh-index-show-speedbar-buttons)
!       (mh-index-folder-speedbar-key-map)
!       (mh-index-show-speedbar-key-map)
!       (mh-index-folder-speedbar-menu-items)
        (mh-index-show-speedbar-menu-items): Removed since the modes
        mh-index-folder-mode and mh-index-show-mode no longer exist.
        (mh-speed-extract-folder-name): Remove the bits about
***************
*** 1208,1214 ****
        immediate ancestor or to root message of current thread depending
        on optional argument.
  
!       * mh-utils.el (mh-show-thread-ancestor) 
        (mh-show-thread-next-sibling, mh-show-thread-previous-sibling):
        Interactive functions callable from the show buffer.
        (mh-show-thread-map): Bindings for Tu, Tp and Tn.
--- 1208,1214 ----
        immediate ancestor or to root message of current thread depending
        on optional argument.
  
!       * mh-utils.el (mh-show-thread-ancestor)
        (mh-show-thread-next-sibling, mh-show-thread-previous-sibling):
        Interactive functions callable from the show buffer.
        (mh-show-thread-map): Bindings for Tu, Tp and Tn.
***************
*** 1342,1348 ****
        * mh-alias.el (mh-alias-filenames):
        s/mh-mhparam-component/mh-profile-component/
        (mh-profile-component): Move to mh-utils.el and make interactive.
!       (mh-read-address): Make it autoloaded.  
  
        * mh-loaddefs.el: Regenerated.
  
--- 1342,1348 ----
        * mh-alias.el (mh-alias-filenames):
        s/mh-mhparam-component/mh-profile-component/
        (mh-profile-component): Move to mh-utils.el and make interactive.
!       (mh-read-address): Make it autoloaded.
  
        * mh-loaddefs.el: Regenerated.
  
***************
*** 1369,1375 ****
        (dist, install-emacs): Use MH-E-LOADDEFS.
  
        * mh-comp.el (mh-customize): Moved to mh-customize.el.
!       
        * mh-customize.el (mh-customize): Moved here from mh-comp. Makes
        more sense, doesn't it?
  
--- 1369,1375 ----
        (dist, install-emacs): Use MH-E-LOADDEFS.
  
        * mh-comp.el (mh-customize): Moved to mh-customize.el.
! 
        * mh-customize.el (mh-customize): Moved here from mh-comp. Makes
        more sense, doesn't it?
  
***************
*** 1428,1434 ****
  
  2002-12-03  Bill Wohler  <address@hidden>
  
!       * Makefile (MH-E-SRC, emacs): 
  
  2002-12-03  Satyaki Das  <address@hidden>
  
--- 1428,1434 ----
  
  2002-12-03  Bill Wohler  <address@hidden>
  
!       * Makefile (MH-E-SRC, emacs):
  
  2002-12-03  Satyaki Das  <address@hidden>
  
***************
*** 1441,1447 ****
        * mh-make.el: New script that compiles MH-E.
        (mh-loaddefs-beginning, mh-loaddefs-end): Don't save the autoloads
        file in between. Only save at the end.
!       (mh-emacs-generate-autoloads, mh-xemacs-generate-autoloads) 
        (mh-generate-autoloads): Replace the separate functions in Emacs
        and XEmacs with one that works in both variants. This simplifies
        the script a lot.
--- 1441,1447 ----
        * mh-make.el: New script that compiles MH-E.
        (mh-loaddefs-beginning, mh-loaddefs-end): Don't save the autoloads
        file in between. Only save at the end.
!       (mh-emacs-generate-autoloads, mh-xemacs-generate-autoloads)
        (mh-generate-autoloads): Replace the separate functions in Emacs
        and XEmacs with one that works in both variants. This simplifies
        the script a lot.
***************
*** 1471,1477 ****
  
        * mh-e.el (mh-get-new-mail): Simplify no-new-mail test.
        (mh-add-cur-notation): Remove unnecessary function.
!       
  2002-12-03  Peter S Galbraith  <address@hidden>
  
        * mh-identity.el (mh-identity-make-menu): Check if
--- 1471,1477 ----
  
        * mh-e.el (mh-get-new-mail): Simplify no-new-mail test.
        (mh-add-cur-notation): Remove unnecessary function.
! 
  2002-12-03  Peter S Galbraith  <address@hidden>
  
        * mh-identity.el (mh-identity-make-menu): Check if
***************
*** 1497,1503 ****
        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-e.el (mh-set-cmd-note): Do not update the default mh-cmd-note
        value (closes SF #643701).
  
--- 1497,1503 ----
        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-e.el (mh-set-cmd-note): Do not update the default mh-cmd-note
        value (closes SF #643701).
  
***************
*** 1553,1559 ****
        * mh-funcs.el (mh-pack-folder, mh-sort-folder): Fix the functions
        so that threading is preserved (needed for SF #646794).
  
!       * mh-identity.el (mh-identity-signature-start) 
        (mh-identity-signature-end): Checkdoc fixes.
  
        * mh-e.el (mh-previous-unread-msg, mh-next-unread-msg): Checkdoc
--- 1553,1559 ----
        * mh-funcs.el (mh-pack-folder, mh-sort-folder): Fix the functions
        so that threading is preserved (needed for SF #646794).
  
!       * mh-identity.el (mh-identity-signature-start)
        (mh-identity-signature-end): Checkdoc fixes.
  
        * mh-e.el (mh-previous-unread-msg, mh-next-unread-msg): Checkdoc
***************
*** 1566,1576 ****
  
        * mh-e.el (mh-previous-unread-msg, mh-next-unread-msg): New
        interactive functions that go to next and previous unread
!       messages (closes SF #630328). 
        (mh-folder-mode-map): Add key bindings for M-n and M-p to
        mh-folder-mode-map.
  
!       * mh-utils.el (mh-show-next-unread-msg) 
        (mh-show-previous-unread-msg): New interactive functions that go
        to the next and previous unread messages respectively. These are
        callable from the show buffer.
--- 1566,1576 ----
  
        * mh-e.el (mh-previous-unread-msg, mh-next-unread-msg): New
        interactive functions that go to next and previous unread
!       messages (closes SF #630328).
        (mh-folder-mode-map): Add key bindings for M-n and M-p to
        mh-folder-mode-map.
  
!       * mh-utils.el (mh-show-next-unread-msg)
        (mh-show-previous-unread-msg): New interactive functions that go
        to the next and previous unread messages respectively. These are
        callable from the show buffer.
***************
*** 1581,1587 ****
  
        * mh-mime.el (mh-defun-compat): Make it indent like a defun.
  
!       * mh-index.el (mh-defun-index): Make it indent like a defun.    
  
        * mh-customize.el: New file (closes SF #643722).
  
--- 1581,1587 ----
  
        * mh-mime.el (mh-defun-compat): Make it indent like a defun.
  
!       * mh-index.el (mh-defun-index): Make it indent like a defun.
  
        * mh-customize.el: New file (closes SF #643722).
  
***************
*** 1665,1671 ****
        mh-loaddefs.el (closes half of SF #643722)..
  
        * mh-comp.el, mh-speed.el (mh-utils): Removed require. mh-utils is
!       provided via mh-e.el. 
        Removed MH-E autoloads. These are now provided by mh-loaddefs.el.
        Added ;;;###mh-autoload tag to selected functions so that
        autoloads for those functions can be automatically created in
--- 1665,1671 ----
        mh-loaddefs.el (closes half of SF #643722)..
  
        * mh-comp.el, mh-speed.el (mh-utils): Removed require. mh-utils is
!       provided via mh-e.el.
        Removed MH-E autoloads. These are now provided by mh-loaddefs.el.
        Added ;;;###mh-autoload tag to selected functions so that
        autoloads for those functions can be automatically created in
***************
*** 1726,1732 ****
        completing-read-multiple to prompt for multiple entries.
        (mh-alias-PC-complete-address): Deleted.
        (mh-alias-learn-aliases): Use mh-exec-cmd-quiet instead of old kludge.
!       (mh-alias-letter-mode-expand-alias-hook): Simplify. 
        (mh-alias-hostname): Deleted.
        (mh-alias-substitute-aliases-flag): Change default to nil.
        (mh-alias-display-blind-name-on-completion-flag) Change default to
--- 1726,1732 ----
        completing-read-multiple to prompt for multiple entries.
        (mh-alias-PC-complete-address): Deleted.
        (mh-alias-learn-aliases): Use mh-exec-cmd-quiet instead of old kludge.
!       (mh-alias-letter-mode-expand-alias-hook): Simplify.
        (mh-alias-hostname): Deleted.
        (mh-alias-substitute-aliases-flag): Change default to nil.
        (mh-alias-display-blind-name-on-completion-flag) Change default to
***************
*** 1755,1765 ****
        mh-mime.el, mh-pick.el, mh-seq.el, mh-speed.el, mh-utils.el:
        Ran indent-region, reformatted long lines, ran untabify.
        (indent-tabs-mode): Set file local variable to nil.
!       
  2002-11-29  Bill Wohler  <address@hidden>
  
        * Released MH-E version 7.0.
!       
        * mh-e.el (Version, mh-version): Updated for release 7.0.
  
        * mh-comp.el (subseq, search): Require cl instead of autoloading
--- 1755,1765 ----
        mh-mime.el, mh-pick.el, mh-seq.el, mh-speed.el, mh-utils.el:
        Ran indent-region, reformatted long lines, ran untabify.
        (indent-tabs-mode): Set file local variable to nil.
! 
  2002-11-29  Bill Wohler  <address@hidden>
  
        * Released MH-E version 7.0.
! 
        * mh-e.el (Version, mh-version): Updated for release 7.0.
  
        * mh-comp.el (subseq, search): Require cl instead of autoloading
***************
*** 1784,1790 ****
  2002-11-21  Bill Wohler  <address@hidden>
  
        * Released MH-E version 6.1.91.
!       
        * mh-e.el (Version, mh-version): Updated for release 6.1.91.
  
        * MH-E-NEWS: Inline HTML parts supported with Gnus 5.10, not 5.9.
--- 1784,1790 ----
  2002-11-21  Bill Wohler  <address@hidden>
  
        * Released MH-E version 6.1.91.
! 
        * mh-e.el (Version, mh-version): Updated for release 6.1.91.
  
        * MH-E-NEWS: Inline HTML parts supported with Gnus 5.10, not 5.9.
***************
*** 1808,1814 ****
  2002-11-15  Bill Wohler  <address@hidden>
  
        * Released MH-E version 6.1.90.
!       
        * README (Compile): New section. Users must now compile MH-E due
        to the vagaries of the various versions of gnus.
  
--- 1808,1814 ----
  2002-11-15  Bill Wohler  <address@hidden>
  
        * Released MH-E version 6.1.90.
! 
        * README (Compile): New section. Users must now compile MH-E due
        to the vagaries of the various versions of gnus.
  
***************
*** 1870,1876 ****
        * mh-utils.el (mh-show-limit-map): Same.
  
        * mh-seq.el (mh-delete-subject): Renamed from
!       mh-delete-subject-sequence. 
        (mh-narrow-to-subject): Renamed from mh-narrow-to-subject-sequence.
        (mh-next-unseen-subject-sequence): Removed. :-(
        * mh-e.el: Use 'em
--- 1870,1876 ----
        * mh-utils.el (mh-show-limit-map): Same.
  
        * mh-seq.el (mh-delete-subject): Renamed from
!       mh-delete-subject-sequence.
        (mh-narrow-to-subject): Renamed from mh-narrow-to-subject-sequence.
        (mh-next-unseen-subject-sequence): Removed. :-(
        * mh-e.el: Use 'em
***************
*** 1890,1896 ****
  2002-11-13  Peter S Galbraith  <address@hidden>
  
        * mh-e.el (mh-folder-message-menu): Make key binding "o" appear in
!       menu for mh-refile-msg. 
  
  2002-11-13  Satyaki Das  <address@hidden>
  
--- 1890,1896 ----
  2002-11-13  Peter S Galbraith  <address@hidden>
  
        * mh-e.el (mh-folder-message-menu): Make key binding "o" appear in
!       menu for mh-refile-msg.
  
  2002-11-13  Satyaki Das  <address@hidden>
  
***************
*** 1947,1967 ****
        these variables since they were only used for glimpse and grep.
        Now the functionality of all the indexing programs will be
        uniform.
!       (mh-index-search, mh-index-insert-scan, mh-defun-index) 
        (mh-index-show): Simplify functions since matches are no longer
        shown.
        (mh-index-parse-match): Remove function.
  
!       * mh-e.el (mh-scan-cmd-note-width, mh-scan-destination-width) 
!       (mh-scan-date-width, mh-scan-date-flag-width) 
        (mh-scan-from-mbox-width, mh-scan-from-mbox-sep-width): New
        variables to keep track of the widths of the different fields in
        the scan lines.
!       (mh-scan-field-from-start-offset, mh-scan-field-from-end-offset) 
        (mh-scan-field-subject-start-offset): Offsets that are computed
        from the scan line widths.
  
!       * mh-seq.el (mh-copy-seq-to-eob, mh-thread-inc) 
        (mh-thread-parse-scan-line): Use new variables that remember the
        various offsets in place of integer constants.
        (mh-thread-generate-scan-lines): Space shouldn't be added here!
--- 1947,1967 ----
        these variables since they were only used for glimpse and grep.
        Now the functionality of all the indexing programs will be
        uniform.
!       (mh-index-search, mh-index-insert-scan, mh-defun-index)
        (mh-index-show): Simplify functions since matches are no longer
        shown.
        (mh-index-parse-match): Remove function.
  
!       * mh-e.el (mh-scan-cmd-note-width, mh-scan-destination-width)
!       (mh-scan-date-width, mh-scan-date-flag-width)
        (mh-scan-from-mbox-width, mh-scan-from-mbox-sep-width): New
        variables to keep track of the widths of the different fields in
        the scan lines.
!       (mh-scan-field-from-start-offset, mh-scan-field-from-end-offset)
        (mh-scan-field-subject-start-offset): Offsets that are computed
        from the scan line widths.
  
!       * mh-seq.el (mh-copy-seq-to-eob, mh-thread-inc)
        (mh-thread-parse-scan-line): Use new variables that remember the
        various offsets in place of integer constants.
        (mh-thread-generate-scan-lines): Space shouldn't be added here!
***************
*** 2010,2016 ****
  
        * mh-index.el (mh-index-search): Made default prompt more
        intuitive (I hope!).
!       
  2002-11-11  Peter S Galbraith  <address@hidden>
  
        * mh-identity.el (mh-header-field-delete): Remove save-excursion.
--- 2010,2016 ----
  
        * mh-index.el (mh-index-search): Made default prompt more
        intuitive (I hope!).
! 
  2002-11-11  Peter S Galbraith  <address@hidden>
  
        * mh-identity.el (mh-header-field-delete): Remove save-excursion.
***************
*** 2046,2052 ****
        mh-print-background.
        * mh-funcs.el (mh-print-msg): Use it.
        This addresses part of SF #627015.
!       
        * mh-comp.el (mh-delete-yanked-msg-window-flag): Renamed from
        mh-delete-yanked-msg-window.
        (mh-yank-from-start-of-msg, mh-yank-cur-msg): Use it.
--- 2046,2052 ----
        mh-print-background.
        * mh-funcs.el (mh-print-msg): Use it.
        This addresses part of SF #627015.
! 
        * mh-comp.el (mh-delete-yanked-msg-window-flag): Renamed from
        mh-delete-yanked-msg-window.
        (mh-yank-from-start-of-msg, mh-yank-cur-msg): Use it.
***************
*** 2076,2084 ****
  
        * mh-utils.el (mh-decode-mime-flag): Renamed from
        mh-decode-mime.
!       * mh-utils.el (mh-show-mode, mh-show-xface) 
        (mh-decode-quoted-printable, mh-display-msg, mh-display-msg): Use it.
!       * mh-mime.el (mh-graphical-smileys-flag) 
        (mh-graphical-emphasis-flag): Ditto.
        * mh-index.el (mh-index-search, mh-index-show): Ditto.
        * mh-e.el (mh-header-display): Ditto.
--- 2076,2084 ----
  
        * mh-utils.el (mh-decode-mime-flag): Renamed from
        mh-decode-mime.
!       * mh-utils.el (mh-show-mode, mh-show-xface)
        (mh-decode-quoted-printable, mh-display-msg, mh-display-msg): Use it.
!       * mh-mime.el (mh-graphical-smileys-flag)
        (mh-graphical-emphasis-flag): Ditto.
        * mh-index.el (mh-index-search, mh-index-show): Ditto.
        * mh-e.el (mh-header-display): Ditto.
***************
*** 2177,2185 ****
  
        * mh-utils.el (mh-tool-bar-search-command): New defcustom to set
        what search function to use in tool-bar.
!       (mh-show-tool-bar-map): Use it. 
!       
!       * mh-e.el (mh-folder-tool-bar-map): Use it. 
  
  2002-11-05  Bill Wohler  <address@hidden>
  
--- 2177,2185 ----
  
        * mh-utils.el (mh-tool-bar-search-command): New defcustom to set
        what search function to use in tool-bar.
!       (mh-show-tool-bar-map): Use it.
! 
!       * mh-e.el (mh-folder-tool-bar-map): Use it.
  
  2002-11-05  Bill Wohler  <address@hidden>
  
***************
*** 2340,2346 ****
  
        * mh-index.el (mh-index-show-hook): Moved defvar to defcustom.
        (mh-index-show): Made verbiage about hook consistent throughout.
!       
        * mh-mime.el (mh-edit-mhn-hook): Moved defvar to defcustom.
        (mh-edit-mhn): Added missing documentation about hook.
  
--- 2340,2346 ----
  
        * mh-index.el (mh-index-show-hook): Moved defvar to defcustom.
        (mh-index-show): Made verbiage about hook consistent throughout.
! 
        * mh-mime.el (mh-edit-mhn-hook): Moved defvar to defcustom.
        (mh-edit-mhn): Added missing documentation about hook.
  
***************
*** 2450,2456 ****
        (all): Use these targets instead of calling specific targets.
        (.PHONY): Added emacs, xemacs, autoloads, custom-loads. Broke up
        target and moved pieces into their own sections.
!       
  
  2002-10-30  Peter S Galbraith  <address@hidden>
  
--- 2450,2456 ----
        (all): Use these targets instead of calling specific targets.
        (.PHONY): Added emacs, xemacs, autoloads, custom-loads. Broke up
        target and moved pieces into their own sections.
! 
  
  2002-10-30  Peter S Galbraith  <address@hidden>
  
***************
*** 2460,2466 ****
  
  2002-10-29  Jeffrey C Honig  <address@hidden>
  
!       * mh-comp.el (mh-letter-insert-signature-hook) 
        (mh-insert-signature): Add a hook to be called before inserting
        the signature.  Do not attempt to insert the signature if
        mh-insert-signature-file-name is nil.
--- 2460,2466 ----
  
  2002-10-29  Jeffrey C Honig  <address@hidden>
  
!       * mh-comp.el (mh-letter-insert-signature-hook)
        (mh-insert-signature): Add a hook to be called before inserting
        the signature.  Do not attempt to insert the signature if
        mh-insert-signature-file-name is nil.
***************
*** 2486,2496 ****
  
  2002-10-29  Peter S Galbraith  <address@hidden>
  
!       * mh-e.el (mh-folder-refiled-face, mh-folder-cur-msg-number-face) 
        (mh-folder-to-face, mh-folder-body-face): Define faces instead of
        copying them from font-lock faces.  This mh-e will look the same
        in XEmacs as it does in Emacs.
!       * mh-utils.el (mh-show-cc-face, mh-show-date-face) 
        (mh-show-header-face): Ditto.
  
  2002-10-29  Jeffrey C Honig  <address@hidden>
--- 2486,2496 ----
  
  2002-10-29  Peter S Galbraith  <address@hidden>
  
!       * mh-e.el (mh-folder-refiled-face, mh-folder-cur-msg-number-face)
        (mh-folder-to-face, mh-folder-body-face): Define faces instead of
        copying them from font-lock faces.  This mh-e will look the same
        in XEmacs as it does in Emacs.
!       * mh-utils.el (mh-show-cc-face, mh-show-date-face)
        (mh-show-header-face): Ditto.
  
  2002-10-29  Jeffrey C Honig  <address@hidden>
***************
*** 2532,2538 ****
  
        * mh-utils.el (mh-show-update-sequences): Added to
        mh-defun-show-buffer builds; needed for menu.
!       (mh-show-sequence-menu, mh-show-message-menu) 
        (mh-show-folder-menu): 3 new menus in mh-show-mode-map that mirror
        the menus used in mh-folder-mode.
        (mh-show-mode): easy-menu-add the 3 menus.
--- 2532,2538 ----
  
        * mh-utils.el (mh-show-update-sequences): Added to
        mh-defun-show-buffer builds; needed for menu.
!       (mh-show-sequence-menu, mh-show-message-menu)
        (mh-show-folder-menu): 3 new menus in mh-show-mode-map that mirror
        the menus used in mh-folder-mode.
        (mh-show-mode): easy-menu-add the 3 menus.
***************
*** 2619,2625 ****
  
        * mh-utils.el: Byte-compiler warning suppression.
        (mh-gnus-article-highlight-citation): Rather than redefining
!       'gnus-cite-face-list', just re-order it. 
        (mh-show-mode): Force turning on font-lock in XEmacs.
  
        * mh-seq.el: Byte-compiler warning suppression.
--- 2619,2625 ----
  
        * mh-utils.el: Byte-compiler warning suppression.
        (mh-gnus-article-highlight-citation): Rather than redefining
!       'gnus-cite-face-list', just re-order it.
        (mh-show-mode): Force turning on font-lock in XEmacs.
  
        * mh-seq.el: Byte-compiler warning suppression.
***************
*** 2629,2635 ****
        * mh-comp.el: Byte-compiler warning suppression.
  
        * mh-xemacs-compat.el: Add defaliases for 'timerp' &
!       'cancel-timer' to the equivalent 'itimer' functions. 
        (rfc822): Require it for 'rfc822-goto-eoh'.
        Byte-compiler warning suppression.
  
--- 2629,2635 ----
        * mh-comp.el: Byte-compiler warning suppression.
  
        * mh-xemacs-compat.el: Add defaliases for 'timerp' &
!       'cancel-timer' to the equivalent 'itimer' functions.
        (rfc822): Require it for 'rfc822-goto-eoh'.
        Byte-compiler warning suppression.
  
***************
*** 2644,2650 ****
  
        * Makefile: Reorganize to allow for building also compiling for
        XEmacs too. Sanitize so that it will work using least-common
!       denominator versions of 'make'. Tested using GNU make, Solaris make, 
        and Berkely make.
        (all): Use recursive invokation based on the emacs or xemacs
        executable passed on the 'make EMACS=xemacs' command line.
--- 2644,2650 ----
  
        * Makefile: Reorganize to allow for building also compiling for
        XEmacs too. Sanitize so that it will work using least-common
!       denominator versions of 'make'. Tested using GNU make, Solaris make,
        and Berkely make.
        (all): Use recursive invokation based on the emacs or xemacs
        executable passed on the 'make EMACS=xemacs' command line.
***************
*** 2654,2660 ****
        (clean): Ditto.
        (autoloads): Ditto.
        (custom-loads): Ditto.
!       
  2002-10-26  Satyaki Das  <address@hidden>
  
        * mh-e.el (mh-last-msg): Add call to mh-recenter.
--- 2654,2660 ----
        (clean): Ditto.
        (autoloads): Ditto.
        (custom-loads): Ditto.
! 
  2002-10-26  Satyaki Das  <address@hidden>
  
        * mh-e.el (mh-last-msg): Add call to mh-recenter.
***************
*** 2740,2746 ****
        * mh-utils.el (mh-show-maximum-size): New variable to control
        the display of large messages.
        (mh-display-msg): Use it (Closes SF #488696).
!       
        * mh-seq.el (mh-toggle-threads): Checkdoc fix.
  
        * mh-e.el (mh-reset-threads-and-narrowing): Checkdoc fix.
--- 2740,2746 ----
        * mh-utils.el (mh-show-maximum-size): New variable to control
        the display of large messages.
        (mh-display-msg): Use it (Closes SF #488696).
! 
        * mh-seq.el (mh-toggle-threads): Checkdoc fix.
  
        * mh-e.el (mh-reset-threads-and-narrowing): Checkdoc fix.
***************
*** 2752,2763 ****
        mh-reply-show-message-p. Update docstring.
        (mh-reply): Use it.
        This addresses part of SF #627015.
!       
        * mh-e.el (mh-recenter-summary-flag): Renamed from
        mh-recenter-summary-p. Update docstring.
        (mh-set-scan-mode): Use it.
        This addresses part of SF #627015.
!       
  2002-10-25  Satyaki Das  <address@hidden>
  
        * mh-e.el (mh-reset-threads-and-narrowing): New function which
--- 2752,2763 ----
        mh-reply-show-message-p. Update docstring.
        (mh-reply): Use it.
        This addresses part of SF #627015.
! 
        * mh-e.el (mh-recenter-summary-flag): Renamed from
        mh-recenter-summary-p. Update docstring.
        (mh-set-scan-mode): Use it.
        This addresses part of SF #627015.
! 
  2002-10-25  Satyaki Das  <address@hidden>
  
        * mh-e.el (mh-reset-threads-and-narrowing): New function which
***************
*** 2777,2783 ****
  2002-10-24  Bill Wohler  <address@hidden>
  
          * mh-e is completely checkdoc clean now.
!       
        * mh-utils.el (mh-clean-message-header-flag): Renamed from
        mh-clean-message-header.
        (mh-bury-show-buffer-flag): Renamed from mh-bury-show-buffer.
--- 2777,2783 ----
  2002-10-24  Bill Wohler  <address@hidden>
  
          * mh-e is completely checkdoc clean now.
! 
        * mh-utils.el (mh-clean-message-header-flag): Renamed from
        mh-clean-message-header.
        (mh-bury-show-buffer-flag): Renamed from mh-bury-show-buffer.
***************
*** 2799,2805 ****
        (mh-clean-message-header-flag): Renamed from
        mh-clean-message-header.
        This addresses part of SF #627015.
!       
        * mh-comp.el: checkdoc fixes.
  
  2002-10-24  Satyaki Das  <address@hidden>
--- 2799,2805 ----
        (mh-clean-message-header-flag): Renamed from
        mh-clean-message-header.
        This addresses part of SF #627015.
! 
        * mh-comp.el: checkdoc fixes.
  
  2002-10-24  Satyaki Das  <address@hidden>
***************
*** 2822,2830 ****
        (mh-narrow-to-seq, mh-widen): Remember the scan-line map when
        narrowing and restore it when widening.
  
!       * mh-e.el (mh-folder-threaded-view-flag, mh-folder-folder-menu) 
!       (mh-regenerate-headers, mh-get-new-mail) 
!       (mh-make-folder-mode-line, mh-process-commands) 
        (mh-delete-scan-msgs): Remove mh-folder-threaded-view-flag.
        Instead (memq 'unthread mh-view-ops) is used to test if the folder
        is threaded.
--- 2822,2830 ----
        (mh-narrow-to-seq, mh-widen): Remember the scan-line map when
        narrowing and restore it when widening.
  
!       * mh-e.el (mh-folder-threaded-view-flag, mh-folder-folder-menu)
!       (mh-regenerate-headers, mh-get-new-mail)
!       (mh-make-folder-mode-line, mh-process-commands)
        (mh-delete-scan-msgs): Remove mh-folder-threaded-view-flag.
        Instead (memq 'unthread mh-view-ops) is used to test if the folder
        is threaded.
***************
*** 2852,2858 ****
        breakage from partial switch to mh-container-real-child-flag and
        to dupl-flag.
  
!       * mh-comp.el (mh-yank-cur-msg): Bug fix: specify 
          (eq t mh-yank-from-start-of-msg) when that's what we want.
  
  2002-10-24  Mark D. Baushke  <address@hidden>
--- 2852,2858 ----
        breakage from partial switch to mh-container-real-child-flag and
        to dupl-flag.
  
!       * mh-comp.el (mh-yank-cur-msg): Bug fix: specify
          (eq t mh-yank-from-start-of-msg) when that's what we want.
  
  2002-10-24  Mark D. Baushke  <address@hidden>
***************
*** 2913,2919 ****
        (mh-mml-secure-message-sign-pgpmime): Use
        mh-gnus-pgp-support-flag.
        This addresses part of SF #627015.
!       
        * mh-utils.el (mh-page-to-next-msg-flag): Renamed from
        mh-page-to-next-msg-p.
        (mh-show-msg): Use mh-page-to-next-msg-flag.
--- 2913,2919 ----
        (mh-mml-secure-message-sign-pgpmime): Use
        mh-gnus-pgp-support-flag.
        This addresses part of SF #627015.
! 
        * mh-utils.el (mh-page-to-next-msg-flag): Renamed from
        mh-page-to-next-msg-p.
        (mh-show-msg): Use mh-page-to-next-msg-flag.
***************
*** 2964,2970 ****
        * mh-comp.el (mh-yank-from-start-of-msg, mh-reply): Use -noformat
        flag to reply when 'autosupercite or 'autoattrib are specified to
        prevent duplicate cites of the body of a message.
!       
  2002-10-23  Satyaki Das  <address@hidden>
  
        * mh-utils.el (font-lock-default-fontify-region): Add autoload to
--- 2964,2970 ----
        * mh-comp.el (mh-yank-from-start-of-msg, mh-reply): Use -noformat
        flag to reply when 'autosupercite or 'autoattrib are specified to
        prevent duplicate cites of the body of a message.
! 
  2002-10-23  Satyaki Das  <address@hidden>
  
        * mh-utils.el (font-lock-default-fontify-region): Add autoload to
***************
*** 3003,3009 ****
  
  2002-10-23  Mark D. Baushke  <address@hidden>
  
!       * MH-E-NEWS: 
        s/mh-adaptive-cmd-note/mh-adaptive-cmd-note-flag/
        s/mh-show-use-xface/mh-show-use-xface-flag/
        s/mh-tool-bar-reply-3-buttons/mh-tool-bar-reply-3-buttons-flag/
--- 3003,3009 ----
  
  2002-10-23  Mark D. Baushke  <address@hidden>
  
!       * MH-E-NEWS:
        s/mh-adaptive-cmd-note/mh-adaptive-cmd-note-flag/
        s/mh-show-use-xface/mh-show-use-xface-flag/
        s/mh-tool-bar-reply-3-buttons/mh-tool-bar-reply-3-buttons-flag/
***************
*** 3018,3024 ****
        mh-mml-compose-insert-p.
        (mh-send-letter): Use mh-mml-compose-insert-flag.
        This addresses part of SF #627015.
!       
        * mh-e.el:
        s/mh-folder-threaded-view-p/mh-folder-threaded-view-flag/
        s/mh-adaptive-cmd-note/mh-adaptive-cmd-note-flag/
--- 3018,3024 ----
        mh-mml-compose-insert-p.
        (mh-send-letter): Use mh-mml-compose-insert-flag.
        This addresses part of SF #627015.
! 
        * mh-e.el:
        s/mh-folder-threaded-view-p/mh-folder-threaded-view-flag/
        s/mh-adaptive-cmd-note/mh-adaptive-cmd-note-flag/
***************
*** 3033,3044 ****
        mh-make-folder-mode-line, mh-process-commands,
        mh-delete-scan-msgs): Use mh-folder-threaded-view-flag.
        This addresses part of SF #627015.
!       
        * mh-index.el:
        s/mh-adaptive-cmd-note/mh-adaptive-cmd-note-flag/
        (mh-index-search): Use mh-adaptive-cmd-note-flag.
        This addresses part of SF #627015.
!       
        * mh-mime.el:
        s/mh-mml-compose-insert-p/mh-mml-compose-insert-flag/
        s/mh-xemacs-p/mh-xemacs-flag/
--- 3033,3044 ----
        mh-make-folder-mode-line, mh-process-commands,
        mh-delete-scan-msgs): Use mh-folder-threaded-view-flag.
        This addresses part of SF #627015.
! 
        * mh-index.el:
        s/mh-adaptive-cmd-note/mh-adaptive-cmd-note-flag/
        (mh-index-search): Use mh-adaptive-cmd-note-flag.
        This addresses part of SF #627015.
! 
        * mh-mime.el:
        s/mh-mml-compose-insert-p/mh-mml-compose-insert-flag/
        s/mh-xemacs-p/mh-xemacs-flag/
***************
*** 3048,3060 ****
        mh-mml-secure-message-encrypt-pgpmime): Use it.
        (gnus-local-map-property): Use mh-xemacs-flag.
        This addresses part of SF #627015.
!       
        * mh-seq.el:
        s/mh-folder-threaded-view-p/mh-folder-threaded-view-flag/
        (mh-thread-generate, mh-thread-folder, mh-toggle-threads): Use
        mh-folder-threaded-view-flag.
        This addresses part of SF #627015.
!       
        * mh-speed.el:
        s/mh-speed-run-flists-p/mh-speed-run-flists-flag/
        s/mh-speed-refresh-p/mh-speed-refresh-flag/
--- 3048,3060 ----
        mh-mml-secure-message-encrypt-pgpmime): Use it.
        (gnus-local-map-property): Use mh-xemacs-flag.
        This addresses part of SF #627015.
! 
        * mh-seq.el:
        s/mh-folder-threaded-view-p/mh-folder-threaded-view-flag/
        (mh-thread-generate, mh-thread-folder, mh-toggle-threads): Use
        mh-folder-threaded-view-flag.
        This addresses part of SF #627015.
! 
        * mh-speed.el:
        s/mh-speed-run-flists-p/mh-speed-run-flists-flag/
        s/mh-speed-refresh-p/mh-speed-refresh-flag/
***************
*** 3064,3070 ****
        (mh-speed-update-current-folder, mh-speed-invalidate-map,
        mh-speed-add-folder): Use it.
        This addresses part of SF #627015.
!       
        * mh-utils.el:
        s/mh-xemacs-p/mh-xemacs-flag/
        s/mh-tool-bar-reply-3-buttons/mh-tool-bar-reply-3-buttons-flag/
--- 3064,3070 ----
        (mh-speed-update-current-folder, mh-speed-invalidate-map,
        mh-speed-add-folder): Use it.
        This addresses part of SF #627015.
! 
        * mh-utils.el:
        s/mh-xemacs-p/mh-xemacs-flag/
        s/mh-tool-bar-reply-3-buttons/mh-tool-bar-reply-3-buttons-flag/
***************
*** 3080,3086 ****
        mh-xemacs-flag.
        (mh-show-xface): Use mh-show-use-xface-flag.
        This addresses part of SF #627015.
!       
  2002-10-23  Bill Wohler  <address@hidden>
  
        * Makefile (all): Rather than have to run "make clean all" all the
--- 3080,3086 ----
        mh-xemacs-flag.
        (mh-show-xface): Use mh-show-use-xface-flag.
        This addresses part of SF #627015.
! 
  2002-10-23  Bill Wohler  <address@hidden>
  
        * Makefile (all): Rather than have to run "make clean all" all the
***************
*** 3253,3260 ****
  
  2002-10-20  Satyaki Das  <address@hidden>
  
!       * mh-utils.el (mh-show-mode-map, mh-show-folder-map) 
!       (mh-show-sequence-map, mh-show-thread-map, mh-show-extract-map) 
        (mh-show-digest-map, mh-show-mime-map): Interactive functions
        callable in show buffer are now prefixed with mh-show.
  
--- 3253,3260 ----
  
  2002-10-20  Satyaki Das  <address@hidden>
  
!       * mh-utils.el (mh-show-mode-map, mh-show-folder-map)
!       (mh-show-sequence-map, mh-show-thread-map, mh-show-extract-map)
        (mh-show-digest-map, mh-show-mime-map): Interactive functions
        callable in show buffer are now prefixed with mh-show.
  
***************
*** 3287,3293 ****
  2002-10-20  Peter S Galbraith  <address@hidden>
  
        * mh-seq.el (mh-narrow-to-subject-sequence): Renamed from
!       mh-narrow-to-subject-thread. 
        (mh-subject-to-sequence): Renamed from mh-subject-thread-to-sequence.
        (mh-delete-subject-sequence): Renamed from mh-delete-subject-thread.
        (mh-next-unseen-subject-sequence): Renamed from
--- 3287,3293 ----
  2002-10-20  Peter S Galbraith  <address@hidden>
  
        * mh-seq.el (mh-narrow-to-subject-sequence): Renamed from
!       mh-narrow-to-subject-thread.
        (mh-subject-to-sequence): Renamed from mh-subject-thread-to-sequence.
        (mh-delete-subject-sequence): Renamed from mh-delete-subject-thread.
        (mh-next-unseen-subject-sequence): Renamed from
***************
*** 3299,3305 ****
  
        * mh-utils.el: s/subject-thread/subject-sequence/
        (mh-show-thread-map): Bind mh-widen to "w".
!       
  2002-10-20  Satyaki Das  <address@hidden>
  
        * mh-seq.el (mh-thread-folder): This function is no longer
--- 3299,3305 ----
  
        * mh-utils.el: s/subject-thread/subject-sequence/
        (mh-show-thread-map): Bind mh-widen to "w".
! 
  2002-10-20  Satyaki Das  <address@hidden>
  
        * mh-seq.el (mh-thread-folder): This function is no longer
***************
*** 3593,3599 ****
        cheat sheets in the minibuffer (closes SF #493740). It would be
        nice to refactor these two into a single function if possible.
  
!       * mh-e.el (mh-folder-mode-map, mh-folder-map, mh-sequence-map) 
        (mh-thread-map, mh-extract-map): Added ? keybinding for `mh-help'
        and `mh-prefix-help' (closes SF #493740).
        (mh-help-messages): New variable to hold various help messages.
--- 3593,3599 ----
        cheat sheets in the minibuffer (closes SF #493740). It would be
        nice to refactor these two into a single function if possible.
  
!       * mh-e.el (mh-folder-mode-map, mh-folder-map, mh-sequence-map)
        (mh-thread-map, mh-extract-map): Added ? keybinding for `mh-help'
        and `mh-prefix-help' (closes SF #493740).
        (mh-help-messages): New variable to hold various help messages.
***************
*** 3699,3705 ****
        * Makefile (EMACS_OPTIONS): New macro for command-line compile
        options.
        (EMACS): Allow the user to specify which emacs command to use for
!       the compile. 
        (COMPILE_COMMAND): Combine the compile command with its options.
        (.el.elc): Use the new $(COMPILE_COMMAND).
  
--- 3699,3705 ----
        * Makefile (EMACS_OPTIONS): New macro for command-line compile
        options.
        (EMACS): Allow the user to specify which emacs command to use for
!       the compile.
        (COMPILE_COMMAND): Combine the compile command with its options.
        (.el.elc): Use the new $(COMPILE_COMMAND).
  
***************
*** 3732,3738 ****
  
  2002-10-09  Peter S Galbraith  <address@hidden>
  
!       * mh-utils.el (mh-exchange-point-and-mark-preserving-active-mark): 
        Simplify code for all emacsen to avoid byte-compilation warnings.
  
  2002-10-09  Satyaki Das  <address@hidden>
--- 3732,3738 ----
  
  2002-10-09  Peter S Galbraith  <address@hidden>
  
!       * mh-utils.el (mh-exchange-point-and-mark-preserving-active-mark):
        Simplify code for all emacsen to avoid byte-compilation warnings.
  
  2002-10-09  Satyaki Das  <address@hidden>
***************
*** 3757,3763 ****
        line-beginning-position and line-end-position instead of
        point-at-bol and point-at-eol XEmacs functions.
        * mh-xemacs-compat.el: Added line-end-position and
!       line-beginning-position compatibility aliases. 
  
  2002-10-08  Mark D. Baushke  <address@hidden>
  
--- 3757,3763 ----
        line-beginning-position and line-end-position instead of
        point-at-bol and point-at-eol XEmacs functions.
        * mh-xemacs-compat.el: Added line-end-position and
!       line-beginning-position compatibility aliases.
  
  2002-10-08  Mark D. Baushke  <address@hidden>
  
***************
*** 3771,3777 ****
        beginning of the `mh-scan-format-nmh' or `mh-scan-format-mh' format
        strings. The `mh-update-scan-format' allows for using zero-filled
        message numbers.
!       
  2002-10-08  Peter S Galbraith  <address@hidden>
  
        * mh-e.el (mh-folder-folder-menu): Add entry for "Thread Folder".
--- 3771,3777 ----
        beginning of the `mh-scan-format-nmh' or `mh-scan-format-mh' format
        strings. The `mh-update-scan-format' allows for using zero-filled
        message numbers.
! 
  2002-10-08  Peter S Galbraith  <address@hidden>
  
        * mh-e.el (mh-folder-folder-menu): Add entry for "Thread Folder".
***************
*** 3794,3800 ****
        defsubst using 'buffer-substring-no-properties' so we don't grab
        any extents.
        (rfc822-goto-eoh): Removed.  This exists in the XEmacs mail-lib
!       package. 
        (mail-header-end): Ditto.
        (mail-mode-fill-paragraph): Ditto.
  
--- 3794,3800 ----
        defsubst using 'buffer-substring-no-properties' so we don't grab
        any extents.
        (rfc822-goto-eoh): Removed.  This exists in the XEmacs mail-lib
!       package.
        (mail-header-end): Ditto.
        (mail-mode-fill-paragraph): Ditto.
  
***************
*** 3831,3837 ****
          (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.
  
  2002-09-30  Peter S Galbraith  <address@hidden>
--- 3831,3837 ----
          (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.
  
  2002-09-30  Peter S Galbraith  <address@hidden>
***************
*** 3981,3987 ****
        so X-Mailer header is more exact about what we are using.
  
        * mh-mime.el (mh-mhn-compose-insertion, mh-mhn-compose-anon-ftp,
!       mh-mml-attach-file): 
        "Jeffrey P. Morgenthaler" <address@hidden> reported
        that "require" in emacs 20.3 doesn't handle 3 arguments.  We
        use "load" at the top of file elsewhere anyway to handle such a
--- 3981,3987 ----
        so X-Mailer header is more exact about what we are using.
  
        * mh-mime.el (mh-mhn-compose-insertion, mh-mhn-compose-anon-ftp,
!       mh-mml-attach-file):
        "Jeffrey P. Morgenthaler" <address@hidden> reported
        that "require" in emacs 20.3 doesn't handle 3 arguments.  We
        use "load" at the top of file elsewhere anyway to handle such a
***************
*** 4056,4067 ****
  2002-07-15  Mark D. Baushke  <address@hidden>
  
        * mh-utils.el (mm-decode): Use load for the Non-fatal depencency
!       on the mm-decode library. 
        * mh-mime.el (mm-decode, mm-uu, mm-view): Use load for the
        Non-fatal depencencies on the mm-decode, mm-uu and mm-view
        libraries.
  
! 2002-07-15  Satyaki Das <address@hidden>
  
        * mh-utils.el (mh-require, mh-autoload): Remove these macros.
        (mh-decode-mime): Initialized to t iff the mm-decode library is
--- 4056,4067 ----
  2002-07-15  Mark D. Baushke  <address@hidden>
  
        * mh-utils.el (mm-decode): Use load for the Non-fatal depencency
!       on the mm-decode library.
        * mh-mime.el (mm-decode, mm-uu, mm-view): Use load for the
        Non-fatal depencencies on the mm-decode, mm-uu and mm-view
        libraries.
  
! 2002-07-15  Satyaki Das  <address@hidden>
  
        * mh-utils.el (mh-require, mh-autoload): Remove these macros.
        (mh-decode-mime): Initialized to t iff the mm-decode library is
***************
*** 4157,4163 ****
        with mh-cmd-note via mh-set-cmd-note. The mh-scan-format function
        is now where the updated mh-cmd-note value is put into the scan
        format.
!       
        * mh-e.el (mh-generate-new-cmd-note): Add documentation string.
        (mh-scan-format): Use mh-update-scan-format to get updated copies
        of mh-scan-format-nmh and mh-scan-format-mh to avoid format skew.
--- 4157,4163 ----
        with mh-cmd-note via mh-set-cmd-note. The mh-scan-format function
        is now where the updated mh-cmd-note value is put into the scan
        format.
! 
        * mh-e.el (mh-generate-new-cmd-note): Add documentation string.
        (mh-scan-format): Use mh-update-scan-format to get updated copies
        of mh-scan-format-nmh and mh-scan-format-mh to avoid format skew.
***************
*** 4208,4214 ****
        (mh-set-default-cmd-note): Replaced by mh-set-cmd-note.
        (mh-set-cmd-note): New function to replace update mh-cmd-note
        value.
!       
        * mh-e.el (mh-regenerate-headers): If mh-adaptive-cmd-note is
        non-nil, use mh-set-cmd-note on empty folder buffers.
        (mh-make-folder): Ditto.
--- 4208,4214 ----
        (mh-set-default-cmd-note): Replaced by mh-set-cmd-note.
        (mh-set-cmd-note): New function to replace update mh-cmd-note
        value.
! 
        * mh-e.el (mh-regenerate-headers): If mh-adaptive-cmd-note is
        non-nil, use mh-set-cmd-note on empty folder buffers.
        (mh-make-folder): Ditto.
***************
*** 4391,4397 ****
        (mh-invisible-headers-show-xface): variable now defaults to value
        of mh-show-use-xface.
        (mh-show-mode): When mh-show-use-xface is t, invoke
!       external package x-face to display the x-face.  
  
  2002-06-15  Satyaki Das  <address@hidden>
  
--- 4391,4397 ----
        (mh-invisible-headers-show-xface): variable now defaults to value
        of mh-show-use-xface.
        (mh-show-mode): When mh-show-use-xface is t, invoke
!       external package x-face to display the x-face.
  
  2002-06-15  Satyaki Das  <address@hidden>
  
***************
*** 4674,4680 ****
        (mh-filter-out-non-text): New function to filter out attachments
        from message being yanked.
  
! 2002-05-20  Bill Wohler <address@hidden>
  
        * mh-utils.el (mh-invisible-headers-show-xface): First sentence of
        docstring was not entirely on first line so was truncated in
--- 4674,4680 ----
        (mh-filter-out-non-text): New function to filter out attachments
        from message being yanked.
  
! 2002-05-20  Bill Wohler  <address@hidden>
  
        * mh-utils.el (mh-invisible-headers-show-xface): First sentence of
        docstring was not entirely on first line so was truncated in
***************
*** 4730,4736 ****
        mh-e does its own X-Face decoding (or this variable will be replaced
        by one telling mh-e to decode the X-Face).  We may not ship the
        next release with this variable.
!       
  2002-05-07  Peter S Galbraith  <address@hidden>
  
        * mh-comp.el (mh-x-face-file): New defcustom variable. File name
--- 4730,4736 ----
        mh-e does its own X-Face decoding (or this variable will be replaced
        by one telling mh-e to decode the X-Face).  We may not ship the
        next release with this variable.
! 
  2002-05-07  Peter S Galbraith  <address@hidden>
  
        * mh-comp.el (mh-x-face-file): New defcustom variable. File name
***************
*** 4761,4767 ****
  2002-04-10  Peter S Galbraith  <address@hidden>
  
        * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo): XEmacs fix; Add
!       check to see if mark-active is bound, because Mandrake Linux include 
        XEmacs initialization code that binds transient-mark-mode.  This
        fix gets around a problem in Mandrake only.  It wasn't a problem
        on XEmacs generally.  Fixes SF #541915.
--- 4761,4767 ----
  2002-04-10  Peter S Galbraith  <address@hidden>
  
        * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo): XEmacs fix; Add
!       check to see if mark-active is bound, because Mandrake Linux include
        XEmacs initialization code that binds transient-mark-mode.  This
        fix gets around a problem in Mandrake only.  It wasn't a problem
        on XEmacs generally.  Fixes SF #541915.
***************
*** 4808,4814 ****
        (mh-folder-unseen-seq-name): Refactored to make default sequence
        name more explicit and to handle undefined Unseen-Sequence MH
        profile entry better.
!       
  2002-04-02  Peter S Galbraith  <address@hidden>
  
        * mh-e.el: 'defvar mh-folder-unseen-seq-name' called a function to
--- 4808,4814 ----
        (mh-folder-unseen-seq-name): Refactored to make default sequence
        name more explicit and to handle undefined Unseen-Sequence MH
        profile entry better.
! 
  2002-04-02  Peter S Galbraith  <address@hidden>
  
        * mh-e.el: 'defvar mh-folder-unseen-seq-name' called a function to
***************
*** 4841,4851 ****
  
  2002-01-15  Peter S Galbraith  <address@hidden>
  
!       * mh-comp.el (mh-insert-prefix-string): Wrap a 
        "(let ((zmacs-regions nil))" around (mark) so it works in XEmacs.
        Bug reported and fix suggested by Will Partain <address@hidden>
        Indeed, this is how it appears in XEmacs-21's mh-comp.el.
!       
  2001-12-16  Jeffrey C Honig  <address@hidden>
  
        * mh-comp.el (mh-forward): Move the assignment to `fwd-msg-file'
--- 4841,4851 ----
  
  2002-01-15  Peter S Galbraith  <address@hidden>
  
!       * mh-comp.el (mh-insert-prefix-string): Wrap a
        "(let ((zmacs-regions nil))" around (mark) so it works in XEmacs.
        Bug reported and fix suggested by Will Partain <address@hidden>
        Indeed, this is how it appears in XEmacs-21's mh-comp.el.
! 
  2001-12-16  Jeffrey C Honig  <address@hidden>
  
        * mh-comp.el (mh-forward): Move the assignment to `fwd-msg-file'
***************
*** 4855,4861 ****
  
        * mh-utils.el: Add defcustoms for `mh-temp-folders-buffer' and
        `mh-temp-sequences-buffer'.
!       
        * mh-e.el (mh-quit): If they exist, kill 'mh-temp-buffer,
        'mh-temp-folders-buffer and 'mh-temp-sequences-buffer when
        quitting.
--- 4855,4861 ----
  
        * mh-utils.el: Add defcustoms for `mh-temp-folders-buffer' and
        `mh-temp-sequences-buffer'.
! 
        * mh-e.el (mh-quit): If they exist, kill 'mh-temp-buffer,
        'mh-temp-folders-buffer and 'mh-temp-sequences-buffer when
        quitting.
***************
*** 4864,4870 ****
        (a defcustom initialized to "*Folders*") for folder listing.  Put
        into view mode and set it up to kill the buffer when exiting view
        mode.
!       
        * mh-seq.el (mh-list-sequences): Use `mh-temp-sequences-buffer'
        (a defcustom initialized to "*Sequences") for sequences listing.
        Put into view mode and set it up to kill the buffer when exiting
--- 4864,4870 ----
        (a defcustom initialized to "*Folders*") for folder listing.  Put
        into view mode and set it up to kill the buffer when exiting view
        mode.
! 
        * mh-seq.el (mh-list-sequences): Use `mh-temp-sequences-buffer'
        (a defcustom initialized to "*Sequences") for sequences listing.
        Put into view mode and set it up to kill the buffer when exiting
***************
*** 4903,4909 ****
        (MH-E-IMG2): New variable to hold images in mail sub-directory.
        (dist): Updated target to make mail sub-directory and copy
        MH-E-IMG2 images there.
!       
        * mh-xemacs-compat.el: Modified docs per GNU coding conventions.
  
        * mh-e.el: Reorganized variables having to do with the scan line.
--- 4903,4909 ----
        (MH-E-IMG2): New variable to hold images in mail sub-directory.
        (dist): Updated target to make mail sub-directory and copy
        MH-E-IMG2 images there.
! 
        * mh-xemacs-compat.el: Modified docs per GNU coding conventions.
  
        * mh-e.el: Reorganized variables having to do with the scan line.
***************
*** 4945,4952 ****
        bound in XEmacs.
  
        * mh-xemacs-compat.el: GNU Emacs Functions needed by XEmacs.
!       New file. 
!       * mh-e.el: (require 'mh-xemacs-compat) when running XEmacs. 
  
  2001-12-12  Peter S Galbraith  <address@hidden>
  
--- 4945,4952 ----
        bound in XEmacs.
  
        * mh-xemacs-compat.el: GNU Emacs Functions needed by XEmacs.
!       New file.
!       * mh-e.el: (require 'mh-xemacs-compat) when running XEmacs.
  
  2001-12-12  Peter S Galbraith  <address@hidden>
  
***************
*** 4960,4969 ****
        transient-mark-mode not bound in XEmacs.  The feature of
        operations made on all messages in the selected range when
        transient-mark-mode is on doesn't work in XEmacs.
!       
        * mh-e.el, mh-utils: Conditionalize calls to
        'add-to-list 'facemenu-unlisted-faces for XEmacs.
!  
  2001-12-11  Jeffrey C Honig  <address@hidden>
  
        * mh-e.el (mh-scan-format): Add `mh-scan-format-file' variable to
--- 4960,4969 ----
        transient-mark-mode not bound in XEmacs.  The feature of
        operations made on all messages in the selected range when
        transient-mark-mode is on doesn't work in XEmacs.
! 
        * mh-e.el, mh-utils: Conditionalize calls to
        'add-to-list 'facemenu-unlisted-faces for XEmacs.
! 
  2001-12-11  Jeffrey C Honig  <address@hidden>
  
        * mh-e.el (mh-scan-format): Add `mh-scan-format-file' variable to
***************
*** 4980,4993 ****
        (mh-scan.font-lock-regexp): Adapted to new format.
        (mh-folder-font-lock-keywords): Use new format.
  
!       * mh-e.el (page-down.xpm): Icon renamed from nextpage. 
  
        * mh-utils.el (mh-decode-quoted-printable): Bug fix.  Better check
        on what actually is a quoted-printable attachment.
  
  2001-12-06  Eric Ding  <address@hidden>
  
!       * mh-mime.el (mh-mhn-compose-insertion, mh-mhn-compose-anon-ftp): 
        require mailcap.el here rather than using autoload at top of
        mh-mime.
        (mh-file-mime-type): get rid of unused variables (why were they
--- 4980,4993 ----
        (mh-scan.font-lock-regexp): Adapted to new format.
        (mh-folder-font-lock-keywords): Use new format.
  
!       * mh-e.el (page-down.xpm): Icon renamed from nextpage.
  
        * mh-utils.el (mh-decode-quoted-printable): Bug fix.  Better check
        on what actually is a quoted-printable attachment.
  
  2001-12-06  Eric Ding  <address@hidden>
  
!       * mh-mime.el (mh-mhn-compose-insertion, mh-mhn-compose-anon-ftp):
        require mailcap.el here rather than using autoload at top of
        mh-mime.
        (mh-file-mime-type): get rid of unused variables (why were they
***************
*** 5031,5039 ****
        * mh-e.el (mh-cur-scan-msg-regexp): Match 0 is the whole line.
        (mh-folder-current-msg-face): New face with only a background
        settings, used in font-lock for the current message.
!       (mh-folder-font-lock-keywords): Use mh-folder-current-msg-face for 
        mh-cur-scan-msg-regexp.
!       
        * mh-utils.el (mh-show-from-face): Use red3 instead of red for
        light backgrounds.  It's not as bright on the eyes.
        (mh-show-subject-face): copy from mh-folder-subject-face instead.
--- 5031,5039 ----
        * mh-e.el (mh-cur-scan-msg-regexp): Match 0 is the whole line.
        (mh-folder-current-msg-face): New face with only a background
        settings, used in font-lock for the current message.
!       (mh-folder-font-lock-keywords): Use mh-folder-current-msg-face for
        mh-cur-scan-msg-regexp.
! 
        * mh-utils.el (mh-show-from-face): Use red3 instead of red for
        light backgrounds.  It's not as bright on the eyes.
        (mh-show-subject-face): copy from mh-folder-subject-face instead.
***************
*** 5081,5087 ****
  2001-12-04  Bill Wohler  <address@hidden>
  
        * Released mh-e version 5.0.92.
!       
        * mh-utils.el (gnus-cite-face-list)
        (mh-gnus-article-highlight-citation): Don't autoload. Revert to
        requiring in `mh-gnus-article-highlight-citation' as before. With
--- 5081,5087 ----
  2001-12-04  Bill Wohler  <address@hidden>
  
        * Released mh-e version 5.0.92.
! 
        * mh-utils.el (gnus-cite-face-list)
        (mh-gnus-article-highlight-citation): Don't autoload. Revert to
        requiring in `mh-gnus-article-highlight-citation' as before. With
***************
*** 5091,5097 ****
  2001-12-03  Bill Wohler  <address@hidden>
  
        * Released mh-e version 5.0.91.
!       
        * MH-E-NEWS: Removed info about bumping up `max-specpdl-size' now
        that workaround has been implemented.
  
--- 5091,5097 ----
  2001-12-03  Bill Wohler  <address@hidden>
  
        * Released mh-e version 5.0.91.
! 
        * MH-E-NEWS: Removed info about bumping up `max-specpdl-size' now
        that workaround has been implemented.
  
***************
*** 5100,5115 ****
        (clean): New target that blows away MH-E-OBJ.
        (dist): Added $(MH-E-OBJ) to tarball.
  
!       
        Attempt to quiet compilation errors to a dull roar.
!       
        * mh-e.el: Require easymenu, added autoload of info.
        (mh-smail, mh-smail-other-window): Comment says these were needed
!       by Emacs 18. Out!       
  
        * mh-utils.el: Don't require sendmail, but require mh-e.
        Moved autoloads to top of file, and autoload gnus-cite and
!       sendmail too.   
  
        * mh-pick.el: Require easymenu. Remove cond on
        `easy-menu-define'--it exists.
--- 5100,5115 ----
        (clean): New target that blows away MH-E-OBJ.
        (dist): Added $(MH-E-OBJ) to tarball.
  
! 
        Attempt to quiet compilation errors to a dull roar.
! 
        * mh-e.el: Require easymenu, added autoload of info.
        (mh-smail, mh-smail-other-window): Comment says these were needed
!       by Emacs 18. Out!
  
        * mh-utils.el: Don't require sendmail, but require mh-e.
        Moved autoloads to top of file, and autoload gnus-cite and
!       sendmail too.
  
        * mh-pick.el: Require easymenu. Remove cond on
        `easy-menu-define'--it exists.
***************
*** 5119,5125 ****
        * mh-comp.el: Require mh-e and easymenu, moved autoloads to top of
        file.
  
!       
        * Makefile: (EMACS): New constant to hold emacs calling sequence.
        (install): Renamed to install-emacs.
        (compile): New target to compile all files.
--- 5119,5125 ----
        * mh-comp.el: Require mh-e and easymenu, moved autoloads to top of
        file.
  
! 
        * Makefile: (EMACS): New constant to hold emacs calling sequence.
        (install): Renamed to install-emacs.
        (compile): New target to compile all files.
***************
*** 5133,5139 ****
  2001-12-03  Peter S Galbraith  <address@hidden>
  
        * mh-e.el (mh-folder-tool-bar-map): Change tooltip for exec icon.
!       
        * mh-e.el (mh-folder-subject-face): Change to IndianRed1.
        (mh-folder-followup-face): Change to IndianRed.
        (mh-folder-deleted-face): Use sedate face instead of bright one.
--- 5133,5139 ----
  2001-12-03  Peter S Galbraith  <address@hidden>
  
        * mh-e.el (mh-folder-tool-bar-map): Change tooltip for exec icon.
! 
        * mh-e.el (mh-folder-subject-face): Change to IndianRed1.
        (mh-folder-followup-face): Change to IndianRed.
        (mh-folder-deleted-face): Use sedate face instead of bright one.
***************
*** 5190,5203 ****
  
        Keymap changes and rationale. The sub-keymaps allowed some
        consistency (e.g., esp. with l(ist) and k(ill).
!        
        e               Deleted. Already have x. Now used by mh-edit-again.
        a               Deleted. Already have r. Now used by mh-extract-rej..
        j               Deleted. Already have g.
!       
        M-a -> e        Better mnemonic. Matches rmail. Frees movement cmd.
        M-e -> a        Try `a'gain!
!       
        M-f -> Fv       Frees movement command
        M-f -> Ff       Alias (keep?)
        M-f -> Fo       Alias (keep?)
--- 5190,5203 ----
  
        Keymap changes and rationale. The sub-keymaps allowed some
        consistency (e.g., esp. with l(ist) and k(ill).
! 
        e               Deleted. Already have x. Now used by mh-edit-again.
        a               Deleted. Already have r. Now used by mh-extract-rej..
        j               Deleted. Already have g.
! 
        M-a -> e        Better mnemonic. Matches rmail. Frees movement cmd.
        M-e -> a        Try `a'gain!
! 
        M-f -> Fv       Frees movement command
        M-f -> Ff       Alias (keep?)
        M-f -> Fo       Alias (keep?)
***************
*** 5207,5213 ****
        M-r -> Fr       Frees movement command
        M-s -> Fs       No reason but to keep with folder commands
        M-u -> Fu       No reason but to keep with folder commands
!       
        M-% -> Sd       Better mnemonic
        M-# -> Sk       Better mnemonic
        M-q -> Sl       Better mnemonic
--- 5207,5213 ----
        M-r -> Fr       Frees movement command
        M-s -> Fs       No reason but to keep with folder commands
        M-u -> Fu       No reason but to keep with folder commands
! 
        M-% -> Sd       Better mnemonic
        M-# -> Sk       Better mnemonic
        M-q -> Sl       Better mnemonic
***************
*** 5232,5238 ****
        (mh-folder-mode-map): Defined by gnus-define-keys. Otherwise than
        the new threading functions, no changes to the UI were made at
        this point--saving that for the next check-in.
!       
        * mh-pick.el (mh-pick-mode-map): Use gnus-define-keys. Now
        requires gnus-util.
  
--- 5232,5238 ----
        (mh-folder-mode-map): Defined by gnus-define-keys. Otherwise than
        the new threading functions, no changes to the UI were made at
        this point--saving that for the next check-in.
! 
        * mh-pick.el (mh-pick-mode-map): Use gnus-define-keys. Now
        requires gnus-util.
  
***************
*** 5311,5317 ****
        mh-delete-line.  Using invisible text property is nicer in some
        ways, but winds up with somewhat mysterious behavior should user
        kill/yank stuff from the header (i.e., text gets yanked invisibly
!       and won't be seen by user until file is reloaded).      
  
  2001-11-29  Bill Wohler  <address@hidden>
  
--- 5311,5317 ----
        mh-delete-line.  Using invisible text property is nicer in some
        ways, but winds up with somewhat mysterious behavior should user
        kill/yank stuff from the header (i.e., text gets yanked invisibly
!       and won't be seen by user until file is reloaded).
  
  2001-11-29  Bill Wohler  <address@hidden>
  
***************
*** 5331,5341 ****
        mh-scan-subject-regexp instead.
        (mh-folder-font-lock-keywords): Use mh-folder-font-lock-subject
        instead of obsolete mh-scan-followup-regexp variable.
!       (mh-folder-date-face, mh-folder-msg-number-face): 
!       (mh-folder-subject-face, mh-folder-followup-face): 
        Now defined as proper faces instead of copied from font-lock
        faces.
!       
        * mh-mime.el (mh-media-type-regexp): New variable. Regexp matching
        valid media types used in MIME attachment compositions.
        (mh-file-mime-type): Use mh-media-type-regexp instead of
--- 5331,5341 ----
        mh-scan-subject-regexp instead.
        (mh-folder-font-lock-keywords): Use mh-folder-font-lock-subject
        instead of obsolete mh-scan-followup-regexp variable.
!       (mh-folder-date-face, mh-folder-msg-number-face):
!       (mh-folder-subject-face, mh-folder-followup-face):
        Now defined as proper faces instead of copied from font-lock
        faces.
! 
        * mh-mime.el (mh-media-type-regexp): New variable. Regexp matching
        valid media types used in MIME attachment compositions.
        (mh-file-mime-type): Use mh-media-type-regexp instead of
***************
*** 5370,5376 ****
        second paren expression is the user match.
        (mh-folder-font-lock-keywords): Change from 1st to 2nd parenthesized
        expression to match user name, after Jeffrey's change to the regexps.
!       
  2001-11-29  Bill Wohler  <address@hidden>
  
        * mh-utils.el (mh-clean-message-header): Default is now t.
--- 5370,5376 ----
        second paren expression is the user match.
        (mh-folder-font-lock-keywords): Change from 1st to 2nd parenthesized
        expression to match user name, after Jeffrey's change to the regexps.
! 
  2001-11-29  Bill Wohler  <address@hidden>
  
        * mh-utils.el (mh-clean-message-header): Default is now t.
***************
*** 5447,5459 ****
        * mh-utils.el (mh-show-font-lock-keywords): and various
        faces... scoped within eval-after-load "font-lock" to avoid
        requiring font-lock to use its faces.
!       * mh-e.el (mh-folder-font-lock-keywords): Same. 
  
  2001-11-27  Jeffrey C Honig  <address@hidden>
  
        * mh-mime.el (mh-file-mime-type): Use mh-temp-buffer instead of
        " *mh-temp".
!       
        * mh-comp.el (mh-insert-x-mailer): Kill mh-temp-buffer after use.
  
  2001-11-26  Eric Ding  <address@hidden>
--- 5447,5459 ----
        * mh-utils.el (mh-show-font-lock-keywords): and various
        faces... scoped within eval-after-load "font-lock" to avoid
        requiring font-lock to use its faces.
!       * mh-e.el (mh-folder-font-lock-keywords): Same.
  
  2001-11-27  Jeffrey C Honig  <address@hidden>
  
        * mh-mime.el (mh-file-mime-type): Use mh-temp-buffer instead of
        " *mh-temp".
! 
        * mh-comp.el (mh-insert-x-mailer): Kill mh-temp-buffer after use.
  
  2001-11-26  Eric Ding  <address@hidden>
***************
*** 5514,5520 ****
        (mh-decode-quoted-printable-region): Move (require 'hexl) outside
        while loop.
        (mh-decode-quoted-printable): give user a choice between using
!       internal code or external program to decode quoted-printable 
        content.  Resurrect code that calls external mimedecode program.
  
  2001-11-25  Peter S Galbraith  <address@hidden>
--- 5514,5520 ----
        (mh-decode-quoted-printable-region): Move (require 'hexl) outside
        while loop.
        (mh-decode-quoted-printable): give user a choice between using
!       internal code or external program to decode quoted-printable
        content.  Resurrect code that calls external mimedecode program.
  
  2001-11-25  Peter S Galbraith  <address@hidden>
***************
*** 5577,5583 ****
        * mh-utils.el (mh-show-mouse): New function to click on a message
        in folder-mode and show that message.
        * mh-e.el (mh-folder-mode-map): Bind mh-show-mouse to mouse-2.
!       
        * mh-e.el (mh-page-msg): Show buffer first if not displayed,
        instead of simply complaining there's no other window.
  
--- 5577,5583 ----
        * mh-utils.el (mh-show-mouse): New function to click on a message
        in folder-mode and show that message.
        * mh-e.el (mh-folder-mode-map): Bind mh-show-mouse to mouse-2.
! 
        * mh-e.el (mh-page-msg): Show buffer first if not displayed,
        instead of simply complaining there's no other window.
  
***************
*** 5586,5598 ****
  
        * mh-mime.el (mh-have-file-command): try to non-fatally load
        executable.el because emacs20 doesn't autoload it.
!       * mh-utils.el (load "executable" t t): Idem. 
  
        * mh-utils.el (mh-clean-msg-header): Bug fix. locally bind
        after-change-functions to nil, working around a strange font-lock
!       bug in emacs20 when (add-hook 'mh-show-mode-hook 'turn-on-font-lock) 
        was used.
!       
        * mh-comp.el (require 'sendmail): Moved from mh-comp.el to
        mh-utils.el because it is needed in reading mail too.
        (mh-header-field-end, mh-in-header-p): Moved to mh-utils.el
--- 5586,5598 ----
  
        * mh-mime.el (mh-have-file-command): try to non-fatally load
        executable.el because emacs20 doesn't autoload it.
!       * mh-utils.el (load "executable" t t): Idem.
  
        * mh-utils.el (mh-clean-msg-header): Bug fix. locally bind
        after-change-functions to nil, working around a strange font-lock
!       bug in emacs20 when (add-hook 'mh-show-mode-hook 'turn-on-font-lock)
        was used.
! 
        * mh-comp.el (require 'sendmail): Moved from mh-comp.el to
        mh-utils.el because it is needed in reading mail too.
        (mh-header-field-end, mh-in-header-p): Moved to mh-utils.el
***************
*** 5640,5646 ****
        to customizing mh-compose group.
  
        * mh-utils.el (mh-show-mode): font-lock bug fix. Locally set
!       font-lock-support-mode to nil. 
        (mh-letter-header-font-lock, mh-header-field-font-lock): font-lock
        bug fix. Don't return match beyond font-lock search limit.
  
--- 5640,5646 ----
        to customizing mh-compose group.
  
        * mh-utils.el (mh-show-mode): font-lock bug fix. Locally set
!       font-lock-support-mode to nil.
        (mh-letter-header-font-lock, mh-header-field-font-lock): font-lock
        bug fix. Don't return match beyond font-lock search limit.
  
***************
*** 5650,5656 ****
  2001-11-19  Peter S Galbraith  <address@hidden>
  
        * mh-comp.el (mh-letter-tool-bar-map): tool-bar help button goes
!       to 'Draft Editing' info node. 
  
        * mh-utils.el (mh-show-from-face, mh-show-to-face): New faces used
        for font-lock.
--- 5650,5656 ----
  2001-11-19  Peter S Galbraith  <address@hidden>
  
        * mh-comp.el (mh-letter-tool-bar-map): tool-bar help button goes
!       to 'Draft Editing' info node.
  
        * mh-utils.el (mh-show-from-face, mh-show-to-face): New faces used
        for font-lock.
***************
*** 5677,5684 ****
  
        * mh-comp.el (mh-letter-tool-bar-map): made both references to
        mh-letter-tool-bar-map conditional on tool-bar-mode, instead of
!       just one. 
!       
  2001-11-19  Bill Wohler  <address@hidden>
  
        * mh-comp.el (mh-position-on-field): Move to the end of the header
--- 5677,5684 ----
  
        * mh-comp.el (mh-letter-tool-bar-map): made both references to
        mh-letter-tool-bar-map conditional on tool-bar-mode, instead of
!       just one.
! 
  2001-11-19  Bill Wohler  <address@hidden>
  
        * mh-comp.el (mh-position-on-field): Move to the end of the header
***************
*** 5750,5756 ****
        version correctly. Cleaned up output and display mh-progs, etc.
        (Closes SF #405620.)
  
! 2001-11-15  Peter S Galbraith  <address@hidden>       
  
        * mh-comp.el (mh-letter-tool-bar-map): New tool-bar support for
        mh-letter-mode in emacs21.  Uses icons from gnus/message.el.
--- 5750,5756 ----
        version correctly. Cleaned up output and display mh-progs, etc.
        (Closes SF #405620.)
  
! 2001-11-15  Peter S Galbraith  <address@hidden>
  
        * mh-comp.el (mh-letter-tool-bar-map): New tool-bar support for
        mh-letter-mode in emacs21.  Uses icons from gnus/message.el.
***************
*** 5764,5770 ****
        * mh-utils.el (mh-decode-quoted-printable-have-mimedecode): same
        as above.
        * mh-mime.el (mh-file-mime-type): Bug Fix.  Some versions of
!       'file' output a string like "file: Using regular magic file..." 
        to stderr, so discard stderr when using call-process with 'file'.
  
  2001-11-14  Peter S Galbraith  <address@hidden>
--- 5764,5770 ----
        * mh-utils.el (mh-decode-quoted-printable-have-mimedecode): same
        as above.
        * mh-mime.el (mh-file-mime-type): Bug Fix.  Some versions of
!       'file' output a string like "file: Using regular magic file..."
        to stderr, so discard stderr when using call-process with 'file'.
  
  2001-11-14  Peter S Galbraith  <address@hidden>
***************
*** 5802,5808 ****
  
        * mh-utils.el (mh-find-progs): Bug fix.  Add "mh/etc" to the
        subdirectories to search for "components".  On BSD/OS, nmh is in
!       "/usr/contrib/mh/*". 
  
  2001-11-13  Peter S Galbraith  <address@hidden>
  
--- 5802,5808 ----
  
        * mh-utils.el (mh-find-progs): Bug fix.  Add "mh/etc" to the
        subdirectories to search for "components".  On BSD/OS, nmh is in
!       "/usr/contrib/mh/*".
  
  2001-11-13  Peter S Galbraith  <address@hidden>
  
***************
*** 5847,5865 ****
  
  2001-11-08  Peter S Galbraith  <address@hidden>
  
!       * mh-utils.el (mh-update-sequences-after-mh-show): 
        New customizable variable telling whether to run
        mh-update-sequences in mh-show-mode.  Default is t.
!       * mh-utils.el (mh-show-msg): Run mh-update-sequences when       
        mh-update-sequences-after-mh-show is set.
  
  2001-11-08  Peter S Galbraith  <address@hidden>
  
!       * mh-utils.el (mh-decode-quoted-printable-have-mimedecode): 
        New variable telling whether command 'mimedecode' is on system.
        (http://www.freesoft.org/CIE/FAQ/mimedeco.c)
!       * mh-utils.el (mh-decode-quoted-printable): 
!       New customizable variable telling whether to run mimedecode on 
        MIME message containing quoted-printable parts.  mimedecode will
        only alter quoted-printable parts , leaving others intact, and the
        resulting message is still fully MIME.
--- 5847,5865 ----
  
  2001-11-08  Peter S Galbraith  <address@hidden>
  
!       * mh-utils.el (mh-update-sequences-after-mh-show):
        New customizable variable telling whether to run
        mh-update-sequences in mh-show-mode.  Default is t.
!       * mh-utils.el (mh-show-msg): Run mh-update-sequences when
        mh-update-sequences-after-mh-show is set.
  
  2001-11-08  Peter S Galbraith  <address@hidden>
  
!       * mh-utils.el (mh-decode-quoted-printable-have-mimedecode):
        New variable telling whether command 'mimedecode' is on system.
        (http://www.freesoft.org/CIE/FAQ/mimedeco.c)
!       * mh-utils.el (mh-decode-quoted-printable):
!       New customizable variable telling whether to run mimedecode on
        MIME message containing quoted-printable parts.  mimedecode will
        only alter quoted-printable parts , leaving others intact, and the
        resulting message is still fully MIME.
***************
*** 5869,5875 ****
        mh-decode-quoted-printable function if mh-decode-quoted-printable
        variable is set, to view messages containing quoted-printable
        characters into 8-bit.
!       
  2001-11-08  Peter S Galbraith  <address@hidden>
  
        * mh-comp.el (mh-letter-mode): Set mh-mhn-compose-insert-p if
--- 5869,5875 ----
        mh-decode-quoted-printable function if mh-decode-quoted-printable
        variable is set, to view messages containing quoted-printable
        characters into 8-bit.
! 
  2001-11-08  Peter S Galbraith  <address@hidden>
  
        * mh-comp.el (mh-letter-mode): Set mh-mhn-compose-insert-p if
***************
*** 5919,5925 ****
        * mh-mime.el (mh-mhn-compose-insert-p): New buffer-local variable
        to tell when a MIME insertion was done in a letter.
        * mh-mime.el (mh-mhn-compose-type): Set mh-mhn-compose-insert-p.
!       * mh-mime.el (mh-mhn-compose-external-type): 
        Set mh-mhn-compose-insert-p.
        * mh-mime.el (mh-mhn-compose-forw): Set mh-mhn-compose-insert-p.
        * mh-mime.el (mh-edit-mhn): Clear mh-mhn-compose-insert-p.
--- 5919,5925 ----
        * mh-mime.el (mh-mhn-compose-insert-p): New buffer-local variable
        to tell when a MIME insertion was done in a letter.
        * mh-mime.el (mh-mhn-compose-type): Set mh-mhn-compose-insert-p.
!       * mh-mime.el (mh-mhn-compose-external-type):
        Set mh-mhn-compose-insert-p.
        * mh-mime.el (mh-mhn-compose-forw): Set mh-mhn-compose-insert-p.
        * mh-mime.el (mh-edit-mhn): Clear mh-mhn-compose-insert-p.
***************
*** 5944,5951 ****
  
  2001-10-25  Peter S Galbraith  <address@hidden>
  
!       * mh-utils.el (mh-recenter): Clarify docs and change '(t) to 
!       (list 4) to match elisp doc on what C-u prefix argument actually is. 
  
  2001-10-23  Peter S Galbraith  <address@hidden>
  
--- 5944,5951 ----
  
  2001-10-25  Peter S Galbraith  <address@hidden>
  
!       * mh-utils.el (mh-recenter): Clarify docs and change '(t) to
!       (list 4) to match elisp doc on what C-u prefix argument actually is.
  
  2001-10-23  Peter S Galbraith  <address@hidden>
  
***************
*** 5991,5997 ****
        * mh-e.el: Change font-lock patterns for folders.
        Fontify scan.font-lock patterns (which will be documented)
        and fontify subject lines prefixed with "Re:" differently.
!       * mh-comp.el (mh-letter-mode): Add font-lock support as in 
        mh-show-mode.
  
  2001-04-14  chad brown  <address@hidden>
--- 5991,5997 ----
        * mh-e.el: Change font-lock patterns for folders.
        Fontify scan.font-lock patterns (which will be documented)
        and fontify subject lines prefixed with "Re:" differently.
!       * mh-comp.el (mh-letter-mode): Add font-lock support as in
        mh-show-mode.
  
  2001-04-14  chad brown  <address@hidden>
***************
*** 6003,6009 ****
        * preliminary (somewhat boring) font-lock support for mh-e.  More
        interesting font-lock support probably wants to have better
        support for multiple format files
!       
  2001-02-24  chad brown  <address@hidden>
  
        * add default nmh paths to mh-find-prog in mh-utils.el.
--- 6003,6009 ----
        * preliminary (somewhat boring) font-lock support for mh-e.  More
        interesting font-lock support probably wants to have better
        support for multiple format files
! 
  2001-02-24  chad brown  <address@hidden>
  
        * add default nmh paths to mh-find-prog in mh-utils.el.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]