aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | (mh-inc-folder): Call mh-process-or-undo-commandsJeffrey C Honig2011-12-271-0/+6
| | | | | | | | | | before running to insure we do not lose any pending changes. (closes SF #2321115).
* | Merge Jeff's updates to mh-invisible-header-fields-internal.Bill Wohler2011-12-271-0/+13
|\ \
| * | (mh-invisible-header-fields-internal): Added:Jeffrey C Honig2011-12-271-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bounces-To:, Bounces_to:, X-ACL-Warn:, X-BFI:, X-BPS1:, X-BPS2:, X-Campaign-Id:, X-Campaign:, X-Cloudmark-SP-, X-Destination-ID:, X-detected-operating-system:, X-DocGen-Version:, X-EM-, X-Email-Type-Id:, X-FB-SS:, X-FuHaFi:, X-MailFlowPolicy:, X-mail_abuse-inquires, X-MailingID:, X-Match:, X-MaxCode-Template:, X-ME-Bayesian:, X-Sendergroup:, X-SFDC-, X-SMFBL:, X-SMHeaderMap:, X-VGI-OESCD:, X-VirtualServer:, X-VirtualServerGroup:, X-XPT-XSL-Name:, X-Y-GMX-Trusted:, X-XWALL-, X-ZixNet:. Changed X-Habeas-SWE- to X-Habeas-. Updated the comment. (addresses SF #1916032).
* | | Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-271-1/+2
|\ \ \ | | |/ | |/| | | | Merge from trunk.
| * | Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-271-1/+2
| | |
* | | Postpone junk processing (closes SF #2945712). Patch submitted by TedBill Wohler2011-12-271-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Phelps and refined by Bill Wohler. * mh-e.el (mh-blacklist, mh-whitelist): New variables. (mh-whitelist-preserves-sequences-flag): New option. (mh-before-commands-processed-hook): Update documentation. (mh-blacklist-msg-hook, mh-whitelist-msg-hook): New hooks. (mh-folder-blacklisted, mh-folder-whitelisted): New faces. * mh-folder.el (mh-folder-message-menu): Add "Junk" to "Undo." (mh-folder-font-lock-keywords): Add regexps for blacklisted and whitelisted messages. (mh-folder-mode): Add mh-blacklist and mh-whitelist variables. (mh-execute-commands): Update documentation. (mh-undo, mh-outstanding-commands-p, mh-process-commands) (mh-delete-a-msg, mh-refile-a-msg, mh-undo-msg): Handle blacklisted and whitelisted messages. * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Update to put messages in blacklist and whitelist respectively for latter processing. (mh-blacklist-a-msg, mh-junk-whitelist-a-msg): New function to support previous functions. (mh-junk-blacklist-disposition): New function. (mh-junk-process-blacklist, mh-junk-process-whitelist): New functions that perform the blacklisting and whitelisting respectively that used to be performed by mh-junk-blacklist and mh-junk-whitelist. * mh-scan.el (mh-scan-blacklisted-msg-regexp) (mh-scan-whitelisted-msg-regexp): New scan line regexps. (mh-scan-good-msg-regexp): Add B and W characters to regexp. (mh-scan-cmd-note-width): Update documentation. (mh-note-blacklisted, mh-note-whitelisted): New scan line characters. * mh-search.el (mh-index-execute-commands): Handle blacklisted and whitelisted messages.
* | | * ChangeLog: Fix typo.Bill Wohler2011-12-271-1/+1
| |/ |/|
* | (mh-yank-cur-msg): Replace usage of set-buffer withJeffrey C Honig2011-12-271-0/+5
| | | | | | | | | | | | with-current-buffer in mh-yang-cur-msg, semantics changed in emacs 23 and we do not want to use set-buffer unless we actually want to change the buffer the user is looking at (cloases SF #2830504).
* | * mh-e.el (mh-invisible-header-fields-internal): Add X-AnalysisOut,Bill Wohler2011-12-271-0/+10
| | | | | | | | | | | | | | | | | | X-Authentication-Info, X-Auto-Response-Suppress, X-Bayes-Prob, X-Cam-, X-CanIt-Geo, X-Completed, X-Facebook, X-Forwarded-, X-Generated-By, X-Headers-End, X-IEEE-UCE, X-Jira-Fingerprint, X-Junkmail-, X-Launchpad-, X-MXL-Hash, X-Notification-, X-Notifications, X-Oracle-Calendar. Replace X-DCC-Usenix-Metrics with X-DCC- (addresses SF #1916032).
* | (mh-show-folder-map): Add missing key binding for mh-show-pack-folderJeffrey C Honig2011-12-271-0/+5
| | | | | | | | (closes SF #3466086).
* | Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-261-1/+1
|\ \ | |/ | | | | Merge from trunk.
| * Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-261-1/+1
| |
* | * mh-e.el (Version, mh-version): Add +bzr to version.Bill Wohler2011-12-251-0/+4
|/
* Spelling fixes.Paul Eggert2011-11-241-2/+1
|
* * mh-e.el (Version, mh-version): Update for release 8.3.1.Bill Wohler2011-11-201-0/+6
|
* Fix typos.Juanma Barranquero2011-11-201-1/+1
|
* Fix typos.Juanma Barranquero2011-11-201-0/+5
|
* Fix typos.Juanma Barranquero2011-11-161-1/+5
|
* * mh-e.el (Version, mh-version): Update for release 8.3.mh-e-8.3Bill Wohler2011-09-191-0/+6
|
* * mh-show.el (mh-unvisit-file): Clarify language in yes-or-no-p andBill Wohler2011-09-191-0/+5
| | | | error messages.
* * mh-e.el (Version, mh-version): Update for release 8.2.93.Bill Wohler2011-07-171-0/+4
|
* * mh-compat.el (mh-pop-to-buffer-same-window): Delete.Bill Wohler2011-07-171-0/+7
| | | | | | * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) (mh-make-folder): Revert to switch-to-buffer, as the Emacs folks decided that it was fine to use it in programs.
* * mh-e.el (Version, mh-version): Update for release 8.2.92.mh-e-8.2.92Bill Wohler2011-07-161-0/+6
|
* * mh-e.el (Version, mh-version): Update for release 8.2.91.Bill Wohler2011-07-111-0/+4
|
* * mh-compat.el (mh-pop-to-buffer-same-window): Add compatibilityBill Wohler2011-07-111-0/+10
| | | | | | | | | function to call switch-to-buffer on systems that lack pop-to-buffer-same-window. * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder) (mh-make-folder): Call mh-pop-to-buffer-same-window instead of switch-to-buffer. The previous change which used pop-to-buffer produced the wrong behavior.
* * mh-xface.el (mh-picon-get-image): Remove quote from block argument.Bill Wohler2011-07-111-0/+6
| | | | * mh-mime.el (mh-mh-directive-present-p): Ditto.
* Fix typoAndreas Schwab2011-07-111-1/+1
|
* * mh-e.el (Version, mh-version): Update for release 8.2.90.mh-e-8.2.90Bill Wohler2011-07-101-0/+4
|
* * mh-utils.el (mh-sub-folders-actual): Remove FIXME question.Bill Wohler2011-07-101-0/+4
|
* * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)Bill Wohler2011-07-101-0/+7
| | | | | | (mh-make-folder): Replace calls to switch-to-buffer with of pop-to-buffer. The former is intended for interactive use only and generates warnings in Emacs 24.
* Document "ignored" arguments to keep checkdoc happy.Bill Wohler2011-07-091-0/+15
| | | | | | | * mh-speed.el (mh-speed-toggle,mh-speed-view): Ditto * mh-search.el (mh-flists-execute): Ditto. * mh-funcs.el (mh-undo-folder): Ditto. * mh-comp.el (mh-user-agent-compose): Ditto.
* * mh-e.el: Just require mh-loaddefs since loading it in anBill Wohler2011-07-031-0/+3
| | | | eval-and-compile block causes compilation errors in XEmacs.
* * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el:Bill Wohler2011-07-031-0/+4
| | | | | * mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in mh-do-in-xemacs block.
* * mh-compat.el (mh-window-full-height-p): Add compatibility functionBill Wohler2011-07-031-2/+8
| | | | | | for XEmacs. * mh-show.el (mh-show-msg): Use it, and avoid compiler warning on XEmacs.
* * mh-letter.el (mh-letter-mode-map, mh-letter-complete)Bill Wohler2011-07-031-0/+8
| | | | | | | (mh-complete-word): Remove FIXME comments since these functions are still needed in other Emacsen. However, they can probably stand to be generalized like completion-at-point. (mh-letter-complete-or-space): Remove unused variable.
* * mh-compat.el (mh-test-completion): Add compatibility function forBill Wohler2011-07-031-0/+4
| | | | | systems without test-completion. * mh-alias.el (mh-alias-letter-expand-alias): Use it
* * mh-utils.el:Bill Wohler2011-07-031-0/+3
| | | | * mh-mime.el: Shush XEmacs compiler in mh-do-in-xemacs block.
* * mh-folder.el: Use boundp instead of fboundp when testing existenceBill Wohler2011-07-031-0/+5
| | | | of desktop-buffer-mode-handlers.
* Put ChangeLog entries in the correct files.Glenn Morris2011-05-121-0/+6
|
* Make MH-E use completion-at-pointStefan Monnier2011-04-281-0/+14
| | | | | | | | | | | | | | | * lisp/mh-e/mh-letter.el (mh-letter-completion-at-point): New function, extracted from mh-letter-complete (mh-letter-mode, mh-letter-complete, mh-letter-complete-or-space): Use it. (mh-complete-word): Only use the common-substring arg when it works. (mh-folder-expand-at-point): * lisp/mh-e/mh-alias.el (mh-alias-letter-expand-alias): Return data suitable for completion-at-point-functions. * lisp/mh-e/mh-utils.el (mh-folder-completion-function): Make it work like file-name completion, so partial-completion can do its job. * lisp/minibuffer.el (completion-at-point, completion-help-at-point): Don't presume that a given completion-at-point-function will always use the same calling convention.
* Update and split ChangeLogs.Juanma Barranquero2011-04-061-0/+4
|
* lisp/mh-e/mh-funcs.el (mh-undo-folder): Make compatible with `revert-buffer' ↵Juanma Barranquero2011-04-061-0/+5
| | | | (bug#8431).
* Replace many instances of read-file-name with read-directory-name.Antoine Levitt2011-03-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/files.el (delete-directory, copy-directory, list-directory): Use read-directory-name. * lisp/find-file.el (ff-find-the-other-file): * lisp/net/ange-ftp.el (ange-ftp-make-directory): * lisp/printing.el (pr-interactive-dir): * lisp/progmodes/ada-prj.el (ada-prj-load-directory): * lisp/progmodes/ebnf2ps.el (ebnf-print-directory) (ebnf-spool-directory, ebnf-eps-directory) (ebnf-syntax-directory): * lisp/shell.el (shell): * lisp/speedbar.el (speedbar-create-directory): * lisp/vc/emerge.el (emerge-merge-directories): * lisp/vc/vc-dir.el (vc-dir): * lisp/vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise. * lisp/gnus.el (gnus-interactive): Use read-directory-name. * lisp/gnus-uu.el (gnus-uu-decode-uu-and-save) (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save) (gnus-uu-decode-binhex, gnus-uu-decode-yenc) (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save): Likewise. * lisp/mh-funcs.el (mh-store-msg, mh-store-buffer): * lisp/mh-mime.el (mh-mime-save-parts): Use read-directory-name. * lisp/dired.el: Clarify comment.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | New arg RETURN-ACTION for compose-mail, and related functions.Chong Yidong2011-01-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/mail/sendmail.el (mail-return-action): New var. (mail-mode): Make it buffer-local. (mail-bury): Obey it. Move special Rmail window handling to rmail-mail-return. (mail, mail-setup): New arg RETURN-ACTION. (sendmail-user-agent-compose): Move from simple.el. * lisp/simple.el (sendmail-user-agent-compose): Move to sendmail.el. (compose-mail): New arg RETURN-ACTION. (compose-mail-other-window, compose-mail-other-frame): Likewise. * lisp/gnus/gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to message-mail. * lisp/gnus/message.el (message-mail): New arg RETURN-ACTION. (message-return-action): New var. (message-bury): Use it. (message-mode): Make it buffer-local. (message-send-and-exit): Always call message-bury. (message-tool-bar-gnome): Tweak tool-bar items. Add :vert-only tags. * lisp/mail/rmail.el (rmail-mail-return): New function. (rmail-start-mail): Pass it to compose-mail. * lisp/mh-e/mh-comp.el (mh-user-agent-compose): New arg RETURN-ACTION.
* | Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.Glenn Morris2010-11-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/mh-e/mh-seq.el (mh-read-msg-list): Use point-at-eol. * lisp/gnus/gnus-bookmark.el (gnus-bookmark-bmenu-show-infos) (gnus-bookmark-kill-line): Use point-at-eol. * lisp/cedet/ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol. * lisp/emacs-lisp/chart.el (chart-zap-chars): * lisp/play/decipher.el (decipher-set-map): * lisp/progmodes/ada-mode.el (ada-get-current-indent) (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard): * lisp/progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help): * lisp/progmodes/ada-xref.el (ada-initialize-runtime-library) (ada-get-all-references): * lisp/progmodes/cperl-mode.el (cperl-electric-paren) (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else) (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol) (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing) (cperl-word-at-point-hard): * lisp/progmodes/idlw-shell.el (idlwave-shell-move-or-history) (idlwave-shell-filename-string, idlwave-shell-batch-command) (idlwave-shell-display-line): * lisp/progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph) (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template): * lisp/progmodes/js.el (js--re-search-forward-inner) (js--re-search-backward-inner): * lisp/progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2) (vhdl-fix-clause, vhdl-compose-configuration-architecture): * lisp/progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile): * lisp/textmodes/flyspell.el (flyspell-process-localwords): * lisp/textmodes/ispell.el (ispell-buffer-local-parsing) (ispell-buffer-local-dict, ispell-buffer-local-words): Use point-at-bol and point-at-eol.
* | Silence compilation of mh-mime.el.Glenn Morris2010-11-021-0/+4
| | | | | | | | * lisp/mh-e/mh-mime.el (dots, type, ov): Avoid unnecessary declaration.