aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-271-1/+2
|
* Update release notes to reflect a fixed, reported bug.Bill Wohler2011-12-261-1/+1
|
* 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.
* | Fix typos in ChangeLogs.Juanma Barranquero2010-07-241-7/+7
| |
* | Decode RFC2047 encoded Subject lines for mail replies.Peter S Galbraith2010-05-191-0/+7
| |
* | Merge from emacs-23Stefan Monnier2010-05-081-0/+4
|\ \ | |/
| * Bump version to 23.2.emacs-23.2Chong Yidong2010-05-071-0/+4
| |
* | Use define-minor-mode where applicable.Stefan Monnier2010-05-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mh-show.el (mh-showing-mode): Move function to mh-e.el. * mh-e.el (mh-showing-mode): * url-dired.el (url-dired-minor-mode): * org-table.el (orgtbl-mode): * view.el (view-mode): * type-break.el (type-break-query-mode) (type-break-mode-line-message-mode): * textmodes/reftex.el (reftex-mode): * term/vt100.el (vt100-wide-mode): * tar-mode.el (tar-subfile-mode): * savehist.el (savehist-mode): * ibuf-ext.el (ibuffer-auto-mode): * composite.el (auto-composition-mode): * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode): Use define-minor-mode. (vhdl-mode): Use static mode-line format. (vhdl-mode-line-update): Delete. (vhdl-create-mode-menu, vhdl-activate-customizations) (vhdl-hs-minor-mode): Don't bother calling it.
* | Merge from `emacs-23'.Stefan Monnier2010-03-241-0/+12
|\ \ | |/
| * Fix typos in mh-e.Juanma Barranquero2010-03-221-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | * mh-scan.el (mh-scan-cmd-note-width): Doc fix. (mh-scan-format-mh, mh-scan-body-regexp, mh-scan-cur-msg-number-regexp) (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp) (mh-scan-deleted-msg-regexp, mh-scan-good-msg-regexp) (mh-scan-msg-format-regexp, mh-scan-msg-format-string) (mh-scan-msg-number-regexp, mh-scan-rcpt-regexp) (mh-scan-refiled-msg-regexp, mh-scan-sent-to-me-sender-regexp) (mh-scan-subject-regexp, mh-update-scan-format) (mh-msg-num-width-to-column): Fix typos in docstrings.
* | Bump version to 24.0.50.Chong Yidong2010-03-101-0/+4
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Fix typos in ChangeLogs.Juanma Barranquero2009-12-291-7/+7
|