1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
Commit graph

61690 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
Jan Djärv
4c9ca1a3eb * gtkutil.c (xg_toggle_notify_cb): New function.
(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.
2006-01-09 19:03:20 +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
Stefan Monnier
f6db182ba9 (Obtaining Flymake): Remove chapter since Emacs's
version is the canonical version.
2006-01-09 17:11:41 +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
Alex Schroeder
fc23c3c6a7 (Caching passphrase): Rewording. 2006-01-08 13:02:36 +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
Eli Zaretskii
7fdc81ab35 Fix typos. 2006-01-07 18:41:50 +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
cbcc2d4979 Add 2006 to Copyright years. 2006-01-06 17:31:59 +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
a98a01b198 (Obtaining Flymake): Update Flymake's CVS repository URL. 2006-01-06 12:58:25 +00:00
Eli Zaretskii
f7735be530 Fix typos. 2006-01-06 12:13:43 +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
Carsten Dominik
6581d6b819 Removed the accidentally re-added empty line in the
direntry.
2006-01-06 08:24:31 +00:00
Carsten Dominik
0801513453 *** empty log message *** 2006-01-06 08:24:05 +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
Nick Roberts
2d90e492e7 Fix typo. 2006-01-05 20:45:59 +00:00
Nick Roberts
340bb2ea42 *** empty log message *** 2006-01-05 20:45:03 +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
Eli Zaretskii
feaf060aa8 Fix last change. 2006-01-05 17:49:42 +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
bf2c10895e (The Mark): Fix in `mark'. 2006-01-05 16:00:09 +00:00
Richard M. Stallman
f00239cf26 (mark): Doc fix. 2006-01-05 15:59:50 +00:00
Kim F. Storm
87b6ca8d4e (Fmake_network_process): Use AF_INET instead of
AF_UNSPEC when AF_INET6	is not defined.
2006-01-05 09:24:11 +00:00
Kim F. Storm
c22cc55864 *** empty log message *** 2006-01-05 09:23:58 +00:00
YAMAMOTO Mitsuharu
07f9b01c98 *** empty log message *** 2006-01-05 08:14:52 +00:00
YAMAMOTO Mitsuharu
11aa10071e (Fx_server_version): Use gestaltSystemVersionMajor,
gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
OS X 10.4 and later.
2006-01-05 08:14:33 +00:00