1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

1399 Commits

Author SHA1 Message Date
Simon Josefsson
d0e28141ba Update copyright. 2002-09-04 19:11:28 +00:00
Stefan Monnier
567bb3dd3a (mail-mode): Don't set local-abbrev-table.
(mail-mode-abbrev-table): Set to text-mode-abbrev-table.
2002-09-02 17:24:54 +00:00
Simon Josefsson
1121afb461 (smtpmail-via-smtp): Delete process buffer
unless s-debug-info is enabled.
2002-08-30 10:32:25 +00:00
John Paul Wallington
82e736c18b * startup.el (normal-splash-screen): Ensure splash buffer is
killed.  Use tabs in output.  Fix test whether previous buffer was
*scratch* buffer.

* progmodes/simula.el (simula-abbrev-keyword-default)
(simula-abbrev-keyword, simula-abbrev-stdproc-default)
(simula-abbrev-stdproc): Doc fix - escape open parens in column 0.

* apropos.el (command-apropos): Use `defalias' instead of `fset'.

* mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
2002-08-24 14:26:06 +00:00
Richard M. Stallman
c59566eb95 (rmail-search-mime-header-function): Doc fix. 2002-08-17 04:58:35 +00:00
Markus Rost
b92a07e0ed Update copyright notice and fix typo in commentary section. 2002-07-19 20:17:58 +00:00
Andreas Schwab
6946ae5b11 (mail-abbrev-make-syntax-table): Check the
inherited table entry.
2002-07-13 21:40:05 +00:00
Simon Josefsson
97f8327220 (mail-extr-all-top-level-domains): Update names. 2002-07-09 10:06:17 +00:00
Simon Josefsson
79814626bd Fix typo in comments, not worthy of a changelog entry. 2002-07-08 11:42:57 +00:00
Juanma Barranquero
e91053e833 (rmail-user-mail-address-regexp): Fix typo. 2002-07-02 14:49:22 +00:00
Juanma Barranquero
95b56cdf4b Fix typo. 2002-07-02 14:48:56 +00:00
Markus Rost
eb1213c14b (mail-recover-1): Remove (debug).
(mail-signature): Fix :type.
(mail-default-directory): New user option.
(mail, mail-recover):  Use that option.
2002-05-20 16:05:56 +00:00
Markus Rost
c71276553d (report-emacs-bug-hook): Do another save-excursion. 2002-05-20 00:39:23 +00:00
Richard M. Stallman
4e391653c0 (rmail-show-message-hook): Offer `goto-address' as an option. 2002-05-19 15:36:55 +00:00
Markus Rost
515ced278c (report-emacs-bug-text-prompt): New variable.
(report-emacs-bug):  Store the prompt in
`report-emacs-bug-text-prompt'.  Move Configuration/Important settings
information after the user's report.
(report-emacs-bug-hook): Unclutter by deleting the content of
`report-emacs-bug-text-prompt'.
2002-05-18 19:19:18 +00:00
Richard M. Stallman
9210027b8d (report-emacs-bug): Change the "English please" msg. 2002-05-13 15:45:18 +00:00
Eli Zaretskii
89e7ad5946 Change all post-21.1 :version attributes to 21.4. 2002-05-12 17:30:42 +00:00
Richard M. Stallman
850ed7b3a7 (smtpmail-mail-address): New variable.
(smtpmail-send-it): Bind and use that instead of `mail-address'.
(smtpmail-via-smtp): Likewise.
2002-05-12 17:01:59 +00:00
Richard M. Stallman
de971ad1a1 (rmail-show-message): Catch error in check-coding-system. 2002-05-10 01:02:26 +00:00
Simon Josefsson
1a8e727bc0 (smtpmail-send-it): Use user-mail-address from
calling buffer.
(smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
have the patch).
2002-05-09 10:18:09 +00:00
Richard M. Stallman
0d1c958a2f (netrc-machine, netrc-get): Add autoloads. 2002-05-08 13:13:41 +00:00
Francesco Potortì
67f9d50ec6 (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. 2002-05-06 07:52:30 +00:00
Richard M. Stallman
461f30cb27 (report-emacs-bug-hook): Use replace-match only if search was successful. 2002-04-30 17:11:38 +00:00
Richard M. Stallman
74d51fb840 (report-emacs-bug-hook): Don't fail completely
if the user edits the Emacs version number in the text.
2002-04-30 02:23:49 +00:00
Richard M. Stallman
d41eb0aaeb (mail-recover-1): Decrease non-random-len by 1 for the newly-readded #. 2002-04-28 22:35:54 +00:00
Sam Steingold
a8ba442952 (smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil. 2002-04-26 18:59:08 +00:00
Richard M. Stallman
60ed3fa5f0 (smtpmail-auth-credentials): Support netrc files as well.
(smtpmail-try-auth-methods): Support netrc data.
(netrc-parse): Autoload netrc.
2002-04-25 23:39:21 +00:00
Richard M. Stallman
08b10dd422 (smtpmail-queue-counter): New variable.
(smtpmail-send-it): Use it to construct new queue filenames (needed
if you send more than one message per second, which is
possible if you use Gnus Agent).
2002-04-25 21:45:22 +00:00
Richard M. Stallman
0b0b4ce761 (mail-use-dsn): New variable to request delivery status notification from MTA.
(sendmail-send-it): Use it.
2002-04-25 21:33:38 +00:00
Richard M. Stallman
fba75b6b1a (mail-mode-abbrev-table): Delete defvar. 2002-04-19 00:08:19 +00:00
Richard M. Stallman
f436b1cbdb (mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table. 2002-04-04 20:50:15 +00:00
Richard M. Stallman
da00bb1869 (mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table. 2002-04-03 15:33:17 +00:00
Richard M. Stallman
ed1086b7ac (rmail-resend): Call mail-abbrev-make-syntax-table. 2002-03-25 00:41:26 +00:00
Richard M. Stallman
cf8b484f16 (mail-abbrev-make-syntax-table): New subroutine
broken out of sendmail-pre-abbrev-expand-hook.
(sendmail-pre-abbrev-expand-hook): Use it.
2002-03-23 16:10:14 +00:00
Thien-Thi Nguyen
ea33ba739a (report-emacs-bug-hook): Remove submitter
directions as the last action.
2002-03-21 02:11:53 +00:00
Paul Reilly
7fab5ded52 Eliminate compilation warnings due to `rfc822-addresses'.
(rmail-dont-reply-to): Eliminate `pos' as a free variable for a
warning free compile.
2002-03-20 08:13:21 +00:00
Paul Reilly
bb0974cf08 (rmail-dont-reply-to): Overhaul to correctly apply the regular
expressions in the variable `rmail-dont-reply-to-names' to the list of
destination addresses.  Contributed by lorentey@elte.hu.
2002-03-19 19:42:46 +00:00
Paul Reilly
0ffba6bd01 (rmail-dont-reply-to-names): Modify the documentation to make it email
address centric rather than login name centric.  Contributed by
lorentey@elte.hu.
2002-03-19 19:35:31 +00:00
Richard M. Stallman
f67acc8dfb (sc-select-attribution): Accept whatever value we get in CHOICE; there
is no value meaning "try again".
2002-03-08 21:08:19 +00:00
Richard M. Stallman
8366cfb567 (mail-recover-1): Increase non-random-len
by 1 since we changed make-auto-save-file-name to add one
fewer character to the buffer name.
(mail-recover): Really show point at the right place
in the *Directory* buffer.
2002-03-03 22:18:12 +00:00
Richard M. Stallman
5a7a27be27 (rmail-summary-output): Properly advance
to next message, by calling rmail-summary-goto-msg.
2002-02-23 17:14:34 +00:00
Richard M. Stallman
8a7377b52d (uce-reply-to-uce): Fix incorrect behavior when
invoked from Rmail with full headers displayed.
2002-02-17 17:00:33 +00:00
Richard M. Stallman
8fad672be9 (define-mail-abbrev): Define as system abbrev.
(mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
to avoid needing sendmail.el at run time.
2002-02-13 15:59:53 +00:00
Richard M. Stallman
f526e65a47 (mail-mode-map): Use eval-after-load to change it. 2002-02-09 09:46:08 +00:00
Richard M. Stallman
d075ed70e1 Require sendmail only at compile time.
(mail-mode-header-syntax-table): Var deleted.
(mail-abbrev-syntax-table): Init to nil, will compute when needed.
(sendmail-pre-abbrev-expand-hook): Only temporarily change
local-abbrev-table and the syntax table.
Compute mail-abbrev-syntax-table if that has not been done.
2002-02-06 15:42:34 +00:00
Richard M. Stallman
9d43f6f103 (rmail-toggle-header): Avoid possibly slow call to
rmail-count-screen-lines starting from (point-min).
2002-02-06 15:00:31 +00:00
Eli Zaretskii
85eba33954 (rmail): Use find-buffer-visiting instead of
get-file-buffer to check for rmail buffer existence.
2002-02-03 11:34:29 +00:00
Eli Zaretskii
f04f5c7689 (uce-reply-to-uce): Prune the headers before copying
the message text into the *mail* buffer, and restore the pruned
state after that.
2002-02-02 16:54:59 +00:00
Eli Zaretskii
d54f26b13e (rmail-redecode-body): Prune the headers before
looking for X-Coding-System header, and restore the pruned state
before returning.
2002-02-02 16:29:06 +00:00
Stefan Monnier
4003548799 (mail-mode): Undo half of last change. 2002-02-01 22:00:02 +00:00