From cf40b3de925f38c94d4feab1a707ba78defc86e5 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 15 Jan 2003 08:06:08 +0000 Subject: [PATCH] Synch with Oort Gnus. --- GNUS-NEWS | 5 +++-- texi/ChangeLog | 4 ++++ texi/gnus-ja.texi | 4 ++-- texi/gnus.texi | 4 ++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/GNUS-NEWS b/GNUS-NEWS index 813479b..87c4801 100644 --- a/GNUS-NEWS +++ b/GNUS-NEWS @@ -28,8 +28,9 @@ default. See the variables `message-required-headers', Message now asks if you wish to remove "(was: )" from subject lines (see `message-subject-trailing-was-query'). C-c M-m and C-c M-f inserts markers indicating included text. C-c C-f a adds a -X-No-Archive: header. Improved crosspost follow behaviour with -`message-cross-post-*'. +X-No-Archive: header. C-c C-f x inserts appropriate headers and a +note in the body for cross-postings and followups (see the variables +`message-cross-post-*'). ** References and X-Draft-Headers are no longer generated when you start composing messages. diff --git a/texi/ChangeLog b/texi/ChangeLog index 4fbffa7..d6cec46 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2003-01-15 Simon Josefsson + + * gnus.texi (X-Face): Revert substantial part of last fix. + 2003-01-13 Reiner Steib * gnus.texi (Window Layout): Fixed braces in example. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 7e205f3..8f32d9e 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -20526,13 +20526,13 @@ gnus $B$O!"30$K=P$9%a%C%;!<%8$K(B X-Face $B%X%C%@!<$r4JC1$KA^F~$9$k$?$a$N!"JX $B%7%'%k%3%^%s%I(B @code{gnus-convert-image-to-x-face-command} $B$r;H$C$F$=$N(B $B%U%!%$%k$r(B X-Face $B$N7A<0$KJQ49$7$^$9!#(B -$BFsHVL\$O0lHLE*$K;H$&$G$"$m$&4X?t$G$9!#0J2<$N$h$&$J$b$N(B +$B0lHVL\$O0lHLE*$K;H$&$G$"$m$&4X?t$G$9!#0J2<$N$h$&$J$b$N(B $B$r(B @file{.gnus.el} $B%U%!%$%k$K=q$$$F2<$5$$(B: @lisp (setq message-required-news-headers (nconc message-required-news-headers - (list '(X-Face . gnus-insert-random-x-face-header)))) + (list '(X-Face . gnus-random-x-face)))) @end lisp $B:G8e$N4X?t$r;H$&$N$O!"$3$N$h$&$K$J$k$G$7$g$&(B: diff --git a/texi/gnus.texi b/texi/gnus.texi index dc351a8..189bfa4 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -20999,13 +20999,13 @@ randomly generated data. converts the file to X-Face format by using the @code{gnus-convert-image-to-x-face-command} shell command. -Here's how you would typically use the second function. Put something +Here's how you would typically use the first function. Put something like the following in your @file{.gnus.el} file: @lisp (setq message-required-news-headers (nconc message-required-news-headers - (list '(X-Face . gnus-insert-random-x-face-header)))) + (list '(X-Face . gnus-random-x-face)))) @end lisp Using the last function would be something like this: -- 1.7.10.4