From: yamaoka Date: Fri, 20 Nov 1998 06:40:30 +0000 (+0000) Subject: Update. X-Git-Tag: pgnus-ichikawa-199811302358~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7e7e1193833de15bff1c34ae3de9f56420d7b273;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index bd6305a..f2e03a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-11-20 Tatsuya Ichikawa + + * lisp/gnus.el (gnus-version-number): Update to 6.10.038. + + * Sync up with Pterodactyl Gnus 0.52. + 1998-11-19 Keiichi Suzuki * lisp/message.el (message-get-reply-buffer): Abolished. diff --git a/README b/README index 9d9d843..f845bbd 100644 --- a/README +++ b/README @@ -29,8 +29,8 @@ the same function and variable names. If you have been running GNUS in your Emacs, you should probably exit that Emacs and start a new one to fire up Gnus. -Gnus does absolutely not work with anything older than Emacs 19.33 or -XEmacs 19.14. So you definitely need a new Emacs. +Gnus does absolutely not work with anything older than Emacs 20.3 or +XEmacs 20.0. So you definitely need a new Emacs. Then you do a `M-x gnus', and everything should... uhm... it should work, but it might not. Set `debug-on-error' to t, and mail me the diff --git a/README.ichikawa b/README.ichikawa index 99aa4d2..b8c9161 100644 --- a/README.ichikawa +++ b/README.ichikawa @@ -31,4 +31,4 @@ NEWS: * T-gnus 6.8.20 is the last version Gnus 5.6 base. After this , T-gnus 6.10 - this is based on Pterodactyl Gnus. - The latest T-gnus is T-gnus 6.10.037 (Based on pgnus-0.51). + The latest T-gnus is T-gnus 6.10.038 (Based on pgnus-0.52). diff --git a/make.bat b/make.bat index 4a6b8a0..b203277 100755 --- a/make.bat +++ b/make.bat @@ -22,6 +22,10 @@ rem rem which will allow the batch file to accept an unlimited number of rem parameters. +rem Clear PWD so emacs doesn't get confused +set GNUS_PWD_SAVE=%PWD% +set PWD= + if "%1" == "" goto usage cd lisp @@ -54,4 +58,7 @@ echo eg. d:\emacs\19.34 echo copy indicates that the compiled files should be copied to your echo emacs lisp, info, and etc directories +rem Restore PWD so whoever called this batch file doesn't get confused +set PWD=%GNUS_PWD_SAVE% +set GNUS_PWD_SAVE= :end diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index efe0bc9..e00a19e 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename gnus-ja -@settitle Semi-gnus 6.10.037 Manual +@settitle Semi-gnus 6.10.038 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -345,7 +345,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Semi-gnus 6.10.037 Manual +@title Semi-gnus 6.10.038 Manual @author by Lars Magne Ingebrigtsen @author by members of Semi-gnus mailing-list @@ -399,7 +399,7 @@ Semi-gnus $B$O!"Bg$-$J3($,F~$C$F$$$?$j$5$^$6$^$J7A<0$rMQ$$$?$j$7$F$$$k$A$g$C(B $B$J8@8l7w$r:9JL$7$^$;$s!#$"$"!"%/%j%s%4%s$NJ}$O(B Unicode Next Generation$B$r(B $B$*BT$A$/$@$5$$!#(B -$B$3$N@bL@=q$O(B Semi-gnus 6.10.037 $B$KBP1~$7$^$9!#(B +$B$3$N@bL@=q$O(B Semi-gnus 6.10.038 $B$KBP1~$7$^$9!#(B @end ifinfo @@ -531,11 +531,16 @@ gnus-other-frame} $B$r;H$&$3$H$,$G$-$^$9!#(B $B$h$&$K$J$C$F$$$^$9!#(B @vindex gnus-secondary-servers +@vindex gnus-nntp-server Gnus $B$K(B @sc{nntp} $B%5!<%P!<$NL>A0$NF~NO$rBPOCE*$K;XDj$9$k$3$H$b$G$-$^$9!#(B @code{gnus} $B$K?tCM$G$J$$@\F,0z?t$rEO$9$H!JNc!'(B@kbd{C-u M-x gnus}$B!K!"(Bgnus $B$O(B @code{gnus-secondary-servers} $B%j%9%H!J$b$7B8:_$9$k$J$i$P!K$+$i%5!<%P!<(B $B$rA*$V$3$H$,$G$-$k$h$&$K$7$^$9!#$?$@C1$K@\B3$7$?$$$H;W$C$?%5!<%P!<$NL>A0(B $B$rBG$D$3$H$b$G$-$^$9!#(B +($B5$$rIU$1$F$[$7$$$N$O!"$3$NA`:n$K$h$C$F(B @code{gnus-nntp-server} $B$b%;%C%H$5(B +$B$l$F$7$^$&$3$H$G$9!#$=$l$O!"$=$N$H$-;H$C$F$$$k(B Emacs $B$G:F$S(B @kbd{M-x gnus} +$B$NA`:n$r9T$J$&$H!"(Bgnus $B$O(B @code{gnus-nntp-server} $B$K%;%C%H$5$l$?%5!<%P!<$K(B +$B@\B3$7$F$7$^$&$3$H$r0UL#$7$F$$$^$9!#(B) @findex gnus-group-browse-foreign-server @kindex B (Group) diff --git a/texi/gnus.texi b/texi/gnus.texi index 565dae6..e7049e8 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename gnus -@settitle Semi-gnus 6.10.037 Manual +@settitle Semi-gnus 6.10.038 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -318,7 +318,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Semi-gnus 6.10.037 Manual +@title Semi-gnus 6.10.038 Manual @author by Lars Magne Ingebrigtsen @page @@ -361,7 +361,7 @@ internationalization/localization and multiscript features based on MULE API. So Semi-gnus does not discriminate various language communities. Oh, if you are a Klingon, please wait Unicode Next Generation. -This manual corresponds to Semi-gnus 6.10.037. +This manual corresponds to Semi-gnus 6.10.038. @end ifinfo @@ -489,11 +489,15 @@ If @code{gnus-nntp-server} is set, this variable will override @code{gnus-nntp-server} to @code{nil}, which is what it is by default. @vindex gnus-secondary-servers +@vindex gnus-nntp-server You can also make gnus prompt you interactively for the name of an @sc{nntp} server. If you give a non-numerical prefix to @code{gnus} (i.e., @kbd{C-u M-x gnus}), gnus will let you choose between the servers in the @code{gnus-secondary-servers} list (if any). You can also just -type in the name of any server you feel like visiting. +type in the name of any server you feel like visiting. (Note that this +will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x +gnus} later in the same Emacs session, Gnus will contact the same +server.) @findex gnus-group-browse-foreign-server @kindex B (Group) @@ -6946,6 +6950,12 @@ To have all Vcards be ignored, you'd say something like this: '("text/x-vcard")) @end lisp +@item gnus-unbuttonized-mime-types +@vindex gnus-unbuttonized-mime-types +This is a list of regexps. @sc{mime} types that match a regexp from +this list won't have @sc{mime} buttons inserted unless they aren't +displayed. The default value is @code{(".*/.*")}. + @item gnus-article-mime-part-function @vindex gnus-article-mime-part-function For each @sc{mime} part, this function will be called with the @sc{mime} diff --git a/texi/message-ja.texi b/texi/message-ja.texi index 40b81a0..f8d64a8 100644 --- a/texi/message-ja.texi +++ b/texi/message-ja.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename message-ja -@settitle Message 6.10.037 Manual +@settitle Message 6.10.038 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -60,7 +60,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Message 6.10.037 Manual +@title Message 6.10.038 Manual @author by Lars Magne Ingebrigtsen @translated by members of Semi-gnus mailing-list @@ -112,7 +112,7 @@ Gnus $B$NA4$F$N%a%C%;!<%8$N:n@.(B ($B%a!<%k$H%K%e!<%9$NN>J}(B) $B$O%a%C%;!< * Key Index:: $B%a%C%;!<%8%b!<%I%-!<$N0lMw!#(B @end menu -$B$3$N%^%K%e%"%k$O(B Message 6.10.037 $B$KBP1~$7$^$9!#(BMessage $B$O$3$N%^%K%e%"%k$H(B +$B$3$N%^%K%e%"%k$O(B Message 6.10.038 $B$KBP1~$7$^$9!#(BMessage $B$O$3$N%^%K%e%"%k$H(B $BF1$8HGHV9f$N(B Gnus $B$NG[I[$H6&$KG[I[$5$l$^$9!#(B diff --git a/texi/message.texi b/texi/message.texi index e87ea6e..2b6f087 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename message -@settitle Message 6.10.037 Manual +@settitle Message 6.10.038 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -42,7 +42,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Message 6.10.037 Manual +@title Message 6.10.038 Manual @author by Lars Magne Ingebrigtsen @page @@ -83,7 +83,7 @@ Message mode buffers. * Key Index:: List of Message mode keys. @end menu -This manual corresponds to Message 6.10.037. Message is +This manual corresponds to Message 6.10.038. Message is distributed with the Gnus distribution bearing the same version number as this manual.