- 09 Jan, 2006 12 commits
-
-
Stefan Monnier authored
(reveal-close-old-overlays): Idem. Check overlays's liveness before using them. Simplify the code. (reveal-post-command): Use them. Fix up obsolete windows in reveal-open-spots.
-
Bill Wohler authored
(mh-letter-mode): Derive from mail-mode and delete code copied from mail-mode (closes SF #1385571). Mention mail-mode-hook in docstring. (mh-fill-paragraph-function): Delete. Handled by mail-mode. (mh-to-field-choices): For consistency with mail-mode, add "a" for "Mail-Reply-To:", "l" for "Mail-Followup-To:", and "r" for "Reply-To:". Change "r" to "m" for "From:" (closes SF #1400139). (mh-to-fcc): Move setting of folder argument to interactive argument as is the norm. (mh-letter-complete-function-alist): Add mail-reply-to. (mh-letter-mode-map): Add keys for mh-to-field (Mail-Reply-To, Mail-Followup-To, Reply-To, From).
-
Bill Wohler authored
if default changes.
-
Bill Wohler authored
* mh-inc.el: * mh-init.el: * mh-mime.el: * mh-seq.el: * mh-utils.el: Use ";; Shush compiler." comment consistently per Mark's suggestion.
-
Bill Wohler authored
Removed hard tabs.
-
Bill Wohler authored
-
Bill Wohler authored
Removed defvars that are no longer needed.
-
Stefan Monnier authored
(flymake-get-common-file-prefix, flymake-build-relative-filename): Delete. Use file-relative-name instead. (flymake-get-syntax-check-program-args, flymake-perl-init): Simplify the resulting code.
-
Jan Djärv authored
(xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to xg_toggle_notify_cb. (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when parameter value changes so the toggle button gets updated.
-
Stefan Monnier authored
-
Stefan Monnier authored
version is the canonical version.
-
Bill Wohler authored
instead of mh-replace-in-string as mh-replace-in-string was replaced by a more appropriate defsubst in mh-xemacs.el. * mh-comp.el: Require cleanup, wrap compiler-shushing defvars with eval-when-compile. (mh-file-is-vcard-p): Removed redundant test. * mh-customize.el: Require cleanup, wrap compiler-shushing defvars with eval-when-compile. (mh-adaptive-cmd-note-flag, mh-invisible-header-fields) (mh-invisible-header-fields-default): Add forward definitions. (mh-invisible-header-fields-default): Alphabetize. * mh-e.el: Require cleanup, wrap compiler-shushing defvars with eval-when-compile. (mh-thread-scan-line-map-stack, tool-bar-mode): Delete unused variables. (mh-colors-available-p): Just call display-color-cells. It's on all supported Emacsen (and defaliased on XEmacs). * mh-funcs.el: mh-inc.el: mh-init.el: Wrap compiler-shushing defvars * with eval-when-compile. * mh-identity.el: Don't need (mh-require-cl). * mh-index.el: Don't need to load executable any more. * mh-mime.el: Wrap compiler-shushing defvars with eval-when-compile. (mh-have-file-command): Initialize variable to 'undefined. Add docstring. Update function of same name accordingly. Also don't need to load executable any more. (mh-mime-content-types): Delete. (mh-minibuffer-read-type): Prompt user for type if mh-file-mime-type returns application/octet-stream. Assume we have mailcap-mime-types. (mh-mime-display): Update error message. * mh-seq.el: Require cleanup, and wrap compiler-shushing defvars with eval-when-compile. * mh-utils.el: Require cleanup, and wrap compiler-shushing defvars with eval-when-compile. (mh-clean-msg-header): Don't set after-change-functions to nil. (mh-replace-in-string): Remove. Create defsubst in mh-xemacs.el instead.
-
- 08 Jan, 2006 6 commits
-
-
Alex Schroeder authored
identifiers sometimes added in square brackets at the beginning of subject lines.
-
Chong Yidong authored
(spam-group-spam-marks): Delete functions. (spam-list-articles): Just call spam-group-ham-marks directly. (spam-group-ham-marks): Simplify.
-
Alex Schroeder authored
(rmail-current-subject-regexp): New function. (rmail-next-same-subject): Use it.
-
Alex Schroeder authored
rmail-current-subject and rmail-current-subject-regexp. (rmail-summary-next-same-subject): Ditto.
-
Alex Schroeder authored
-
Richard M. Stallman authored
(Custom-reset-current, Custom-reset-saved): Change question text. (Custom-reset-standard): Likewise. (custom-variable-reset-saved): Doc fix.
-
- 07 Jan, 2006 6 commits
-
-
Bill Wohler authored
(mh-invisible-header-fields-internal): Add X-Lumos-SenderID, X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.
-
Eli Zaretskii authored
-
Bill Wohler authored
Gnus gnus-summary-mail-forward (closes SF #1399307).
-
Eli Zaretskii authored
-
Alex Schroeder authored
(rcirc-ignore-list-automatic): New variable. (rcirc-print): Take rcirc-ignore-list into account. (rcirc-cmd-ignore): New command. (rcirc-ignore-update-automatic): New function. (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the list if ignored nicks. (rcirc-handler-NICK): Ditto, and also ignore the new nick.
-
Alex Schroeder authored
process is open, since not all commands need an open process. (rcirc-send-string): Check whether the process is open before sending anything.
-
- 06 Jan, 2006 15 commits
-
-
Eli Zaretskii authored
the report will be sent.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
"\.x[bdsru]?[cn]?$".
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
"functoin" => "function".
-
Eli Zaretskii authored
-
Eli Zaretskii authored
"Duplicat" => "Duplicate".
-
Eli Zaretskii authored
-
Nick Roberts authored
Indent for breakpoint command lists also.
-
Nick Roberts authored
-
Carsten Dominik authored
direntry.
-
Carsten Dominik authored
-
- 05 Jan, 2006 1 commit
-
-
Bill Wohler authored
already run recently (via recompile).
-