1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 11:42:29 -08:00
emacs/lisp/mh-e
Bill Wohler 4414069939 * mh-search.el: New file containing contents of mh-index.el and
mh-pick.el. C-c C-c launches your mh-index-program; C-c C-p runs pick.
Pick no longer sets the "search" sequence. Instead, it brings up a
folder view that we're accustomed to. (closes SF #829207).
(mh-index-search): Rename to mh-search.
(mh-pick-menu): Rename menu from Pick to Search. Rename Execute the
Search to Perform Search and call mh-do-search. Add Search with Pick
menu item.
(mh-do-search): Delete.
(mh-search-mode): Rename from mh-pick-mode.
(MH-Search): Rename mode from MH-Pick.
(mh-search-mode-map): Rename from mh-pick-mode-map.
(mh-search-mode-help-messages): Rename from
mh-pick-mode-help-messages.
(mh-index-choose): Don't reuse the last value of mh-indexer; when
mh-pick-do-search sets it to 'pick, we don't necessarily want to stay
with that choice!

* mh-index.el: mh-pick.el: Merge into mh-search.el and delete.

* mh-customize.el (mh-index-program): Change mh-index-search to
mh-search in docstring.
(mh-tool-bar-search-function): Change default from mh-search-folder to
mh-search. Remove mh-search-folder as choice and rename
mh-index-search choice to mh-search. Fix docstring.
(mh-pick-mode-hook): Rename to mh-search-mode-hook and change
mh-search-folder to mh-search in docstring.

* mh-e.el (mh-folder-folder-menu): Delete Search a Folder. Change
Indexed Search to Search. Use mh-search instead of mh-index-search.
(mh-folder-map): Delete i (mh-index-search) keybinding. Change s from
mh-show-search-folder to mh-search.

* mh-seq.el (mh-put-msg-in-seq): Fix docstring now that
mh-search-folder no longer creates the search sequence.

* mh-utils.el (mh-show-search-folder): Delete.
(mh-show-folder-map): Delete i (mh-index-search) keybinding. Change s
from mh-show-search-folder to mh-search.
(mh-show-folder-menu): Delete Search a Folder. Change Indexed Search
to Search. Use mh-search instead of mh-index-search.
(mh-index-max-cmdline-args, mh-xargs, mh-quote-for-shell): Move here
from deleted mh-index.el.
2006-01-13 06:40:14 +00:00
..
.arch-inventory
.gitignore
ChangeLog * mh-search.el: New file containing contents of mh-index.el and 2006-01-13 06:40:14 +00:00
ChangeLog.1 Add SF #1204506 to ChangeLog entry after the fact. 2005-11-05 01:27:38 +00:00
mh-acros.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from 2006-01-11 21:02:35 +00:00
mh-alias.el * Makefile (MH_E_SRC): Add mh-buffers.el. 2006-01-11 19:50:07 +00:00
mh-buffers.el Add arch tagline 2006-01-12 02:33:20 +00:00
mh-comp.el * Makefile (MH_E_SRC): Add mh-buffers.el. 2006-01-11 19:50:07 +00:00
mh-customize.el * mh-search.el: New file containing contents of mh-index.el and 2006-01-13 06:40:14 +00:00
mh-e.el * mh-search.el: New file containing contents of mh-index.el and 2006-01-13 06:40:14 +00:00
mh-funcs.el * Makefile (MH_E_SRC): Add mh-buffers.el. 2006-01-11 19:50:07 +00:00
mh-gnus.el * mh-acros.el (mh-defun-compat, mh-defmacro-compat): Move here from 2006-01-11 21:02:35 +00:00
mh-identity.el * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string 2006-01-09 06:28:49 +00:00
mh-inc.el * mh-funcs.el: 2006-01-09 20:15:48 +00:00
mh-init.el * Makefile (MH_E_SRC): Add mh-buffers.el. 2006-01-11 19:50:07 +00:00
mh-junk.el * Makefile (MH_E_SRC): Add mh-buffers.el. 2006-01-11 19:50:07 +00:00
mh-mime.el * Makefile (MH_E_SRC): Add mh-buffers.el. 2006-01-11 19:50:07 +00:00
mh-print.el * Makefile (MH_E_SRC): Add mh-buffers.el. 2006-01-11 19:50:07 +00:00
mh-search.el * mh-search.el: New file containing contents of mh-index.el and 2006-01-13 06:40:14 +00:00
mh-seq.el * mh-search.el: New file containing contents of mh-index.el and 2006-01-13 06:40:14 +00:00
mh-speed.el Follow Emacs coding conventions. Use default setting of 2005-12-23 07:40:40 +00:00
mh-utils.el * mh-search.el: New file containing contents of mh-index.el and 2006-01-13 06:40:14 +00:00