1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-26 07:00:35 -08:00
Commit graph

62359 commits

Author SHA1 Message Date
Stefan Monnier
9f812d2370 Add bugs/todo entry. 2006-01-10 19:16:02 +00:00
Stefan Monnier
5dc3ceeb76 (url-privacy-level): Add setter. 2006-01-10 19:14:38 +00:00
Stefan Monnier
59425106a2 (url-setup-privacy-info): Add docstring. 2006-01-10 19:13:54 +00:00
Stefan Monnier
587d108e55 (flymake-split-string): Remove >1 empty strings at beg/end of the result.
(flymake-find-buildfile, flymake-find-possible-master-files):
Use expand-file-name.
(flymake-fix-file-name): Don't replace \ with / and don't remove ./
since expand-file-name does it for us.  Use directory-file-name.
(flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
(flymake-ler-get-type, flymake-ler-get-text)
(flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
(flymake-current-line-no): Remove spurious interactive spec.
(flymake-delete-temp-directory): Remove unused var `slash-pos'.
(flymake-check-include): Remove arg inc-path merged into inc-name.
(flymake-check-patch-master-file-buffer): Fit in 80 columns.
Arg regexp-list replaced by a simple regexp.
(flymake-master-make-header-init, flymake-master-tex-init):
Correspondingly replace regexp-list with a regexp.  Fix regexp.
2006-01-10 18:46:07 +00:00
Stefan Monnier
b8f7f3be80 (Fexpand_file_name): Remove redundant tests. Fix elimination of // so that
it doesn't prevent elimination of an immediately following /. or /..
2006-01-10 17:46:41 +00:00
Simon Josefsson
0c91399adf Add comment describing AUTH PLAIN fix. 2006-01-10 14:06:14 +00:00
Thien-Thi Nguyen
9888f112a2 (report-emacs-bug-text-prompt): Delete var.
(report-emacs-bug): Don't record initial prompt text.
Instead, add text properties to prompting text.
(report-emacs-bug-hook): Delete prompting text.
2006-01-10 13:01:48 +00:00
Bill Wohler
b981c52ce4 (mh-variant-mu-mh-info, mh-variant-nmh-info): Applied patch from
Satyaki from SF #1016027.
2006-01-10 06:44:16 +00:00
Stefan Monnier
5f73367de4 (flymake-find-buildfile): Remove invariant arg `dirs'. Adjust callers. 2006-01-10 04:05:46 +00:00
Bill Wohler
8f9efec855 (mh-rescan-folder): Try to keep cursor at current message, even if cur
sequence is no longer present (closes SF #1207247).
2006-01-10 01:56:32 +00:00
Bill Wohler
d6e2b25fec Remove a couple of extra blank lines and unneeded defvars. 2006-01-10 01:53:05 +00:00
John Paul Wallington
ee5137b3ae (custom-comment) <defface>: Add TTY definitions. 2006-01-09 23:14:26 +00:00
Stefan Monnier
ffb5fc37ba (reveal-open-new-overlays): New extracted fun.
(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.
2006-01-09 22:56:08 +00:00
Bill Wohler
b6d8f74380 Use ";; Shush compiler." comment consistently per Mark's suggestion.
(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).
2006-01-09 21:21:06 +00:00
Bill Wohler
9086647554 Comment declaration to remind programmer to update forward definition
if default changes.
2006-01-09 20:47:55 +00:00
Bill Wohler
04f6a2d19e * mh-funcs.el:
* mh-inc.el:
* mh-init.el:
* mh-mime.el:
* mh-seq.el:
* mh-utils.el: Use ";; Shush compiler." comment consistently per
Mark's suggestion.
2006-01-09 20:15:48 +00:00
Bill Wohler
23847cd66a Use consistent verbiage with compiler defvars.
Removed hard tabs.
2006-01-09 19:28:21 +00:00
Bill Wohler
2e63e3d8a0 Fix typo. 2006-01-09 19:26:44 +00:00
Bill Wohler
6eb83a35e1 Use consistent verbiage with compiler defvars.
Removed defvars that are no longer needed.
2006-01-09 19:26:27 +00:00
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