1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

32587 commits

Author SHA1 Message Date
Stefan Monnier
6fee12e66d Use `require' rather than autoload for XEmacs's overlays.
(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.
2006-01-09 19:11:28 +00:00
Stefan Monnier
62c5f375b1 (log-view-file-re, log-view-message-re): Add support for DaRCS output. 2006-01-09 18:21:06 +00:00
Bill Wohler
7094eefe80 * mh-alias.el (mh-alias-gecos-name): Use replace-regexp-in-string
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.
2006-01-09 06:28:49 +00:00
Alex Schroeder
e1b3b7a2d9 (rmail-reply-regexp): Also ignore mailing list
identifiers sometimes added in square brackets at the beginning of
subject lines.
2006-01-08 23:48:56 +00:00
Chong Yidong
447505b508 * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
(spam-group-spam-marks): Delete functions.
	(spam-list-articles): Just call spam-group-ham-marks directly.
	(spam-group-ham-marks): Simplify.
2006-01-08 21:29:46 +00:00
Alex Schroeder
8006823139 (rmail-current-subject): New function.
(rmail-current-subject-regexp): New function.
(rmail-next-same-subject): Use it.
2006-01-08 15:22:59 +00:00
Alex Schroeder
7d89781816 (rmail-summary-by-topic): Use
rmail-current-subject and rmail-current-subject-regexp.
(rmail-summary-next-same-subject): Ditto.
2006-01-08 15:17:45 +00:00
Richard M. Stallman
671779752f (Custom-set, Custom-save): Doc fix.
(Custom-reset-current, Custom-reset-saved): Change question text.
(Custom-reset-standard): Likewise.
(custom-variable-reset-saved): Doc fix.
2006-01-08 03:55:27 +00:00
Bill Wohler
3af622d538 Updated Faces documentation in header.
(mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.
2006-01-07 20:46:49 +00:00
Bill Wohler
98b7b7edd5 (mh-mml-tag-present-p): Update regexp to handle <mml> tags inserted by
Gnus gnus-summary-mail-forward (closes SF #1399307).
2006-01-07 18:23:44 +00:00
Eli Zaretskii
d3a81eee72 (init-file-user): Doc fix. 2006-01-07 15:12:32 +00:00
Alex Schroeder
2c8abe907f (rcirc-ignore-list): New option.
(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.
2006-01-07 02:51:45 +00:00
Alex Schroeder
53f831f3cb (rcirc-send-input): No longer check whether the
process is open, since not all commands need an open process.
(rcirc-send-string): Check whether the process is open before
sending anything.
2006-01-07 02:29:14 +00:00
Eli Zaretskii
53dab082e3 (report-emacs-bug): Let explanations correctly reflect the address to which
the report will be sent.
2006-01-06 19:41:35 +00:00
Eli Zaretskii
01b959a399 *** empty log message *** 2006-01-06 13:56:03 +00:00
Eli Zaretskii
4c22303a83 (auto-mode-alist): Recognize linker scripts whose file-name extensions are
"\.x[bdsru]?[cn]?$".
2006-01-06 13:55:16 +00:00
Eli Zaretskii
8c722a8142 Fix typos (misspellings) in the commentary. 2006-01-06 12:11:53 +00:00
Eli Zaretskii
5765826df0 (find-definition-noselect): Fix typo in the doc string:
"functoin" => "function".
2006-01-06 12:05:46 +00:00
Eli Zaretskii
43c7b3019a (find-definition-noselect): Fix typo in a doc string: "functoin" => "function". 2006-01-06 12:03:41 +00:00
Eli Zaretskii
24ee740df0 (bibtex-validate-globally): Fix typo in a message text:
"Duplicat" => "Duplicate".
2006-01-06 12:00:22 +00:00
Eli Zaretskii
0133dab9be (basic-save-buffer-2): If backing-up failed, reset buffer-backed-up to nil. 2006-01-06 11:55:35 +00:00
Nick Roberts
582761a6e5 (gdb-script-skip-to-head, gdb-script-calculate-indentation):
Indent for breakpoint command lists also.
2006-01-06 10:56:12 +00:00
Nick Roberts
753c278e36 *** empty log message *** 2006-01-06 10:35:44 +00:00
Bill Wohler
600bc46cd5 (updates): Remove mh-autoloads dependency, since it probably has
already run recently (via recompile).
2006-01-05 22:49:42 +00:00
Bill Wohler
77a0dbd2e0 (compile-always): Add mh-autoloads dependency.
(bootstrap): Remove mh-autoloads dependency, as compile dependency
provides it.
2006-01-05 22:40:43 +00:00
Stefan Monnier
176c99dca2 (url-history-hash-table): Initialize in declaration.
(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.
2006-01-05 22:28:16 +00:00
Stefan Monnier
72a30be46b (url-cookie-parse-file): Don't complain of missing file.
(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.
2006-01-05 22:10:47 +00:00
Stefan Monnier
ce0c92e1f3 (url-history-parse-history): Don't complain if the file is missing.
(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.
2006-01-05 22:07:30 +00:00
Stefan Monnier
bef9f82ccf (flyspell-accept-buffer-local-defs): Add an
argument `force' to disable the flyspell-last-buffer optimization.
(flyspell-mode-on): Use it.
2006-01-05 21:52:16 +00:00
Stefan Monnier
c07fa03069 (flymake-get-cleanup-function): Default to flymake-simple-cleanup.
(flymake-allowed-file-name-masks): Use this new default.
All the functions are now called in the right buffer rather than
passing the buffer as argument.
(flymake-process-sentinel): Switch to buffer before calling cleanup.
(flymake-parse-err-lines): Remove redundant buffer arg.
(flymake-get-program-dir): Comment out unused function.
(flymake-start-syntax-check, flymake-start-syntax-check-process):
Remove redundant buffer argument.
(flymake-get-real-file-name, flymake-simple-java-cleanup)
(flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2006-01-05 18:51:00 +00:00
Richard M. Stallman
a203a18cc4 *** empty log message *** 2006-01-05 16:05:56 +00:00
Richard M. Stallman
b0dd5bf5f4 (Info-find-node): Don't record previous node if have none.
(info): Go to directory only if history is empty.
2006-01-05 16:05:49 +00:00
Richard M. Stallman
f00239cf26 (mark): Doc fix. 2006-01-05 15:59:50 +00:00
YAMAMOTO Mitsuharu
07f9b01c98 *** empty log message *** 2006-01-05 08:14:52 +00:00
YAMAMOTO Mitsuharu
a149e872d4 (mac-ae-parameter): Don't coerce data if it is
already of desired type.
(mac-ae-list): Coerce parameter to "list" type.
(mac-dispatch-apple-event): Replace cadr part of event with a
dummy position so that event-start returns it.
2006-01-05 08:13:11 +00:00
Carsten Dominik
8abe9d4f56 *** empty log message *** 2006-01-05 08:06:25 +00:00
Carsten Dominik
04d1830469 (org-end-of-subtree): New function.
(org-cycle, org-subtree-end-visible-p, org-scan-tags): Use
	`org-end-of-subtree'.
	(org-agenda, org-agenda-convert-date): Protect calls to
	`fit-window-to-buffer'.
	(org-tags-view): Force matching of sublevels when doing a
	todo-only search.  Define the correct redo command, including the
	arguments.
	(org-agenda-redo): Display message.
	(org-check-for-org-mode): New function.
	(org-agenda-type): New variable.
	(org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set
	`org-agenda-type'.
	(org-agenda-check-type): New function.
	(org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
	(org-agenda-week-view, org-agenda-day-view)
	(org-agenda-next-date-line, org-agenda-previous-date-line)
	(org-agenda-log-mode, org-agenda-toggle-diary)
	(org-agenda-toggle-time-grid, org-agenda-date-later)
	(org-agenda-date-prompt, org-agenda-diary-entry)
	(org-agenda-execute-calendar-command, org-agenda-goto-calendar)
	(org-agenda-convert-date, org-agenda-menu): Use
	`org-agenda-check-type'.
	(org-make-overlay, org-delete-overlay)
	(org-detatch-overlay, org-move-overlay, org-overlay-put): New
	compatibility functions.
	(org-calendar-select-mouse): New command.
2006-01-05 08:05:44 +00:00
Chong Yidong
eaa9920556 (custom-reset-menu, Custom-mode-menu)
(custom-variable-menu, custom-face-menu, custom-group-menu):
	Move back to previous ordering.
2006-01-04 21:23:20 +00:00
Chong Yidong
b76747af07 * cus-edit.el (custom-face-save): Push to theme-face before
setting face spec.
2006-01-04 20:16:50 +00:00
Chong Yidong
0c7310460c * cus-edit.el (custom-reset-menu, Custom-mode-menu)
(custom-variable-menu, custom-face-menu, custom-group-menu):
	Undo last change.
	(Custom-reset-current, Custom-reset-saved)
	(Custom-reset-standard): Fix y-or-n-p messages.
2006-01-04 17:23:23 +00:00
Chong Yidong
73e60f534c * cus-edit.el (custom-reset-menu, custom-reset, Custom-mode-menu)
(custom-variable-menu, custom-face-menu, custom-group-menu)
	(custom-buffer-create-internal): Change "Reset" to "Show".
	Reorder menu items.
	(custom-link): New face for Info links.
	(custom-buffer-create-internal, custom-manual): Use it.

	* wid-edit.el (widget-default-mouse-face-get): New function.
	(widget-specify-button): Handle mouse-face like button-face.

	* custom.el (load-theme): Clear old theme settings if reloading.
2006-01-04 15:56:08 +00:00
Kenichi Handa
205c40f84b Delete spurious trailing whitespaces. 2006-01-04 04:13:45 +00:00
Kenichi Handa
1c5cdceb9a (indian-compose-region): Delete spurious whitespace. 2006-01-04 04:12:55 +00:00
Luc Teirlinck
4b1e820dc0 (custom-buffer-create-internal): Move whole buffer "Erase Customization"
button back to same position it occupies in the individual State menus.
2006-01-04 02:52:41 +00:00
Luc Teirlinck
d5837ed32f *** empty log message *** 2006-01-04 02:49:48 +00:00
Luc Teirlinck
bdf743fe52 *** empty log message *** 2006-01-04 02:42:26 +00:00
Mark D. Baushke
836f286334 * mh-e.el (mh-delete-a-msg): Fix whitespace nit.
* mh-index.el (mh-mairix-execute-search): Fix symbol quote.
2006-01-04 02:39:30 +00:00
Bill Wohler
f9c53c973d * mh-alias.el (mh-alias-add-alias): Grand message and error string
unification. Use single sentence if possible by using semicolon. Don't
end message with punctuation. Don't need format with message. Quote
messages as in docstrings: use `' around symbols, \" for option
choices. Don't use quotes around %s.

* mh-comp.el (mh-complete-word): Ditto.

* mh-customize.el (mh-adaptive-cmd-note-flag-check)
(mh-scan-format-file-check): Ditto.

* mh-e.el (mh-refile-or-write-again, mh-previous-unread-msg)
(mh-delete-a-msg, mh-refile-a-msg, mh-next-unread-msg)
(mh-msg-num-width-to-column): Ditto.

* mh-identity.el (mh-identity-field-handler): Ditto.

* mh-index.el (mh-mairix-execute-search)
(mh-swish-execute-search, mh-swish++-execute-search)
(mh-namazu-execute-search): Ditto.

* mh-init.el (mh-variant-set): Ditto.

* mh-mime.el (mh-mh-to-mime-undo, mh-mml-forward-message)
(mh-secure-message, mh-mime-display): Ditto.

* mh-pick.el (mh-search-folder, mh-pick-construct-regexp): Ditto.

* mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-read-seq)
(mh-read-range, mh-thread-container-subject): Ditto.

* mh-utils.el (mh-x-image-scale-and-display)
(mh-prompt-for-folder, mh-handle-process-error)
(mh-list-to-string-1): Ditto.
2006-01-04 02:08:12 +00:00
Bill Wohler
078cb3146b * mh-comp.el (mh-reply): Use standard default notation in prompts
(closes SF #1275933).

* mh-mime.el (mh-mime-save-parts): Ditto.

* mh-seq.el (mh-read-seq, mh-read-range): Ditto.
2006-01-04 01:03:20 +00:00
Kim F. Storm
8a5db8aea1 *** empty log message *** 2006-01-04 00:26:24 +00:00