- 09 Jan, 2006 8 commits
-
-
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 5 commits
-
-
Bill Wohler authored
already run recently (via recompile).
-
Bill Wohler authored
(bootstrap): Remove mh-autoloads dependency, as compile dependency provides it.
-
Stefan Monnier authored
(url-history-parse-history): Don't reset the history. (url-history-save-history): Create parent dir if necessary. (url-history-save-history): Don't write the initialization of url-history-hash-table into the history file. (url-have-visited-url): Simplify since url-history-hash-table is non-nil. (url-completion-function): Simplify.
-
Stefan Monnier authored
(url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve) (url-cookie-generate-header-lines, url-cookie-handle-set-cookie) (url-cookie-setup-save-timer): Remove autoload cookies. They're only called from files that require url-cookie anyway.
-
Stefan Monnier authored
(url-history-setup-save-timer, url-history-parse-history) (url-history-save-history): Remove autoload cookies. They're only called from url.el which requires url-history anyway.
-