1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
ShengHuo ZHU
b9ca4c2b33 (message-send-news): Use buffer-substring-no-properties. 2000-11-22 16:37:04 +00:00
ShengHuo ZHU
ce1ec550eb * message.el (message-send-mail): Use buffer-substring-no-properties. 2000-11-22 14:27:40 +00:00
Dave Love
f8c0f31e17 From Emerick Rogul <emerick@csa.bu.edu>.
* message.el (message-setup-fill-variables): New variable.
(message-mode): Use it.
2000-11-12 22:51:35 +00:00
Dave Love
2d447df6f8 (message-forward-as-mime, message-forward-ignored-headers)
(message-buffer-naming-style, message-default-charset)
(message-dont-reply-to-names, message-send-mail-partially-limit):
Add :version.
2000-11-10 22:58:26 +00:00
Dave Love
9e30862d6e (message-mode) <adaptive-fill-regexp>:
<adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
(message-newline-and-reformat): Likewise.
2000-11-10 17:37:31 +00:00
Dave Love
6e077b52fd Revert Maintainer change. 2000-11-09 14:17:06 +00:00
Dave Love
a47449b3c7 (tool-bar-map): Defvar when compiling. 2000-11-09 11:47:47 +00:00
Dave Love
534aa266c7 Put some defvars in eval-when-compile. 2000-11-08 15:36:19 +00:00
Stefan Monnier
000281e343 (message-font-lock-keywords): Match a final newline
to help font-lock's multiline support.
2000-11-03 22:42:36 +00:00
Dave Love
8befbee7df (message-font-lock-keywords): Use [:alpha:] for
cite-prefix.
2000-11-02 18:43:42 +00:00
Dave Love
83595c0c40 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el (message-send-mail-partially): Replace the header
	delimiter with a blank line.
	(message-sending-message): New variable.
	(message-send): Use it.
	(message-default-charset): Default value for non-Mule Emacsen.
	(message-alternative-emails): New.
	(message-use-alternative-email-as-from): New.
	(message-setup): Use them.
	(message-default-charset): Set default value in non-MULE XEmacsen
	as iso-8859-1.

2000-10-27 Emerick Rogul <emerick@csa.bu.edu>

	* message.el (message-setup-fill-variables): New variable.
	(message-mode): Use it.

2000-10-27  Bjorn Torkelsson  <torkel@hpc2n.umu.se>

	* message.el: xemacs cleanup (use featurep ' xemacs)

2000-10-27  Stanislav Shalunov <shalunov@internet2.edu>

	* message.el (message-make-in-reply-to): In-Reply-To is message-id
	(see DRUMS).

2000-10-27  Simon Josefsson  <simon@josefsson.org>

	* message.el (message-send): Make sure error is signalled if no
	send method is specified.
2000-10-27 17:58:21 +00:00
Dave Love
c47a0dc8a2 (message-mode-menu): Add some :help strings.
(message-mode) [message-tool-bar-map]: Define tool-bar-map.
(featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
2000-10-27 17:11:23 +00:00
Gerd Moellmann
16409b0bb8 Update to emacs-21-branch of the Gnus CVS repository. 2000-09-19 13:37:09 +00:00
Lars Magne Ingebrigtsen
6748645fc3 Upgrading to Gnus 5.7; see ChangeLog 1999-02-20 14:05:57 +00:00
Richard M. Stallman
58c4bd873e (message-ignored-supersedes-headers): Remove NNTP-Posting-Date. 1998-11-21 22:30:41 +00:00
Karl Heuer
83e905f3fa (message-auto-save-directory): Renamed from
message-autosave-directory.  All references changed.
1998-10-06 23:16:37 +00:00
Kenichi Handa
1b23dc8205 (message-send-mail-with-sendmail): Bind
coding-system-for-write by the return value of
select-message-coding-system.
(message-send-mail-with-qmail): Likewise.
1998-08-25 10:25:03 +00:00
Richard M. Stallman
20cf0008ed Require sendmail.
(message-fill-yanked-message): Use mail-citation-prefix-regexp
as an arg to fill-individual-paragraphs.
1998-08-08 21:28:09 +00:00
Richard M. Stallman
4a55f847c5 (message-cite-original): If mail-citation-hook
is non-nil, just run that and do nothing else.
(message-cite-function): Don't initialize from mail-citation-hook.
1998-07-02 07:00:30 +00:00
Richard M. Stallman
b2c677c2c9 (message-mode): Set paragraph-start and
paragraph-separate as in mail-mode.
1998-06-07 01:30:09 +00:00
Richard M. Stallman
a4e7db383d (message-mode): Locally bind adaptive-fill-regexp
and adaptive-fill-first-line-regexp.
1998-05-19 05:45:21 +00:00
Lars Magne Ingebrigtsen
a8151ef7e5 *** empty log message *** 1997-09-24 01:50:24 +00:00
Richard M. Stallman
05d7062806 (message-unix-mail-delimiter): Initialize
to the same value that rmail-unix-mail-delimiter is initialized to.
1997-09-05 06:15:33 +00:00
Richard M. Stallman
8df727303e Require cl only at compile time.
(message-user-agent): Use condition-case, not ignore-errors.
(message-talkative-question): Doc fix.
1997-08-25 04:59:33 +00:00
Richard M. Stallman
961a48db36 (message-user-agent): Add autoload cookie. 1997-08-23 05:25:28 +00:00
Lars Magne Ingebrigtsen
eec82323c2 Initial revision 1997-04-16 22:13:18 +00:00