From 28e0f6fe6a6c9ef6ddf3a473f4389d679b4f353e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 19 Nov 2001 22:44:48 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 6 ++++++ lisp/message.el | 2 +- texi/ChangeLog | 6 ++++++ texi/message-ja.texi | 44 ++++++++++++++++++++++---------------------- texi/message.texi | 47 ++++++++++++++++++++++++----------------------- 5 files changed, 59 insertions(+), 46 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f44f4c7..355102f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-11-19 Simon Josefsson + + * message.el (message-mode-map): Use C-c C-f C-i for Importance: + instead of C-c C-u. Suggested by Per Abrahamsen + . + 2001-11-18 08:00:00 ShengHuo ZHU * nnfolder.el (nnfolder-read-folder): Use group instead of diff --git a/lisp/message.el b/lisp/message.el index b34ec13..31d19ab 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -1735,13 +1735,13 @@ Point is left at the beginning of the narrowed-to region." (define-key message-mode-map "\C-c\C-f\C-m" 'message-goto-mail-followup-to) (define-key message-mode-map "\C-c\C-f\C-k" 'message-goto-keywords) (define-key message-mode-map "\C-c\C-f\C-u" 'message-goto-summary) + (define-key message-mode-map "\C-c\C-f\C-i" 'message-insert-or-toggle-importance) (define-key message-mode-map "\C-c\C-b" 'message-goto-body) (define-key message-mode-map "\C-c\C-i" 'message-goto-signature) (define-key message-mode-map "\C-c\C-fc" 'message-goto-mail-copies-to) (define-key message-mode-map "\C-c\C-t" 'message-insert-to) (define-key message-mode-map "\C-c\C-n" 'message-insert-newsgroups) - (define-key message-mode-map "\C-c\C-u" 'message-insert-or-toggle-importance) (define-key message-mode-map "\C-c\C-y" 'message-yank-original) (define-key message-mode-map "\C-c\M-\C-y" 'message-yank-buffer) diff --git a/texi/ChangeLog b/texi/ChangeLog index 7566a71..fc19d0b 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,9 @@ +2001-11-19 Simon Josefsson + + * message.texi (Header Commands, Insertion): Use C-c C-f C-i for + Importance: instead of C-c C-u. Move to Header Commands from + Insertion. Suggested by Per Abrahamsen . + 2001-11-17 Simon Josefsson * message.texi (Insertion): Use C-c C-u for Importance: instead of diff --git a/texi/message-ja.texi b/texi/message-ja.texi index baebd89..af48338 100644 --- a/texi/message-ja.texi +++ b/texi/message-ja.texi @@ -337,8 +337,8 @@ Message はフォローアップがどこに行くかを普通の方法を使って決定しますが、 @node Header Commands @section ヘッダー命令 -これらの全ての命令は当のヘッダーに移動します。もしそれが存在しないと、そ -れは挿入されます。 +これらの全ての命令は当のヘッダーに移動します (@samp{Importance:} 系のコ +マンドは例外)。もしそれが存在しないと、それは挿入されます。 @table @kbd @@ -401,6 +401,26 @@ Message はフォローアップがどこに行くかを普通の方法を使って決定しますが、 @kindex C-c C-f C-u @findex message-goto-summary @code{Summary} ヘッダーに行きます (@code{message-goto-summary})。 + +@item C-c C-f C-i +@kindex C-c C-f C-i +@findex message-insert-or-toggle-importance +値 @samp{high} を持つ @samp{Importance:} ヘッダーを挿入します。このヘッ +ダーは受信者にそのメッセージの重要性を知らせるために使われるものです。も +しバッファにすでにこのヘッダーがある場合は、RFC 1376 に準じた三つの +値 @samp{low}、@samp{normal} および @samp{high} を循環させます。 + +@item M-x message-insert-importance-high +@kindex M-x message-insert-importance-high +@findex message-insert-importance-high +値 @samp{high} を持つ @samp{Importance:} ヘッダーを挿入します。必要な +ら (すでにある) ヘッダーを消去してから。 + +@item M-x message-insert-importance-low +@kindex M-x message-insert-importance-low +@findex message-insert-importance-low +値 @samp{low} を持つ @samp{Importance:} ヘッダーを挿入します。必要な +ら (すでにある) ヘッダーを消去してから。 @end table @node Movement @@ -461,26 +481,6 @@ message buffer (@code{message-yank-buffer}). @kindex C-c M-h @findex message-insert-headers メッセージのヘッダーを挿入します (@code{message-insert-headers})。 - -@item C-c C-u -@kindex C-c C-u -@findex message-insert-or-toggle-importance -値 @samp{high} を持つ @samp{Importance:} ヘッダーを挿入します。このヘッ -ダーは受信者にそのメッセージの重要性を知らせるために使われるものです。も -しバッファにすでにこのヘッダーがある場合は、RFC 1376 に準じた三つの -値 @samp{low}、@samp{normal} および @samp{high} を循環させます。 - -@item M-x message-insert-importance-high -@kindex M-x message-insert-importance-high -@findex message-insert-importance-high -値 @samp{high} を持つ @samp{Importance:} ヘッダーを挿入します。必要な -ら (すでにある) ヘッダーを消去してから。 - -@item M-x message-insert-importance-low -@kindex M-x message-insert-importance-low -@findex message-insert-importance-low -値 @samp{low} を持つ @samp{Importance:} ヘッダーを挿入します。必要な -ら (すでにある) ヘッダーを消去してから。 @end table @c FIXTGNUS We should provide MIME manual. diff --git a/texi/message.texi b/texi/message.texi index 0b3cb0d..e74c195 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -352,8 +352,9 @@ times, you will get back the un-edited message you're responding to. @node Header Commands @section Header Commands -All these commands move to the header in question. If it doesn't exist, -it will be inserted. +All these commands move to the header in question (except for the +@samp{Importance:} related commands). If it doesn't exist, it will be +inserted. @table @kbd @@ -417,6 +418,27 @@ Go to the @code{Keywords} header (@code{message-goto-keywords}). @findex message-goto-summary Go to the @code{Summary} header (@code{message-goto-summary}). +@item C-c C-f C-i +@kindex C-c C-f C-i +@findex message-insert-or-toggle-importance +This inserts the @samp{Importance:} header with a value of +@samp{high}. This header is used to signal the importance of the +message to the receiver. If the header is already present in the +buffer, it cycles between the three valid values according to RFC +1376: @samp{low}, @samp{normal} and @samp{high}. + +@item M-x message-insert-importance-high +@kindex M-x message-insert-importance-high +@findex message-insert-importance-high +Insert a @samp{Importance:} header with a value of @samp{high}, +deleting headers if necessary. + +@item M-x message-insert-importance-low +@kindex M-x message-insert-importance-low +@findex message-insert-importance-low +Insert a @samp{Importance:} header with a value of @samp{low}, +deleting headers if necessary. + @end table @@ -483,27 +505,6 @@ Insert a signature at the end of the buffer @findex message-insert-headers Insert the message headers (@code{message-insert-headers}). -@item C-c C-u -@kindex C-c C-u -@findex message-insert-or-toggle-importance -This inserts the @samp{Importance:} header with a value of -@samp{high}. This header is used to signal the importance of the -message to the receiver. If the header is already present in the -buffer, it cycles between the three valid values according to RFC -1376: @samp{low}, @samp{normal} and @samp{high}. - -@item M-x message-insert-importance-high -@kindex M-x message-insert-importance-high -@findex message-insert-importance-high -Insert a @samp{Importance:} header with a value of @samp{high}, -deleting headers if necessary. - -@item M-x message-insert-importance-low -@kindex M-x message-insert-importance-low -@findex message-insert-importance-low -Insert a @samp{Importance:} header with a value of @samp{low}, -deleting headers if necessary. - @end table -- 1.7.10.4