From bf62ef1675d1287798db885c9371a810dc3d34aa Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 10 Dec 2001 22:28:29 +0000 Subject: [PATCH] Synch with Oort Gnus. --- ChangeLog | 5 +++++ make-x.bat | 10 +++++----- texi/ChangeLog | 5 +++++ texi/gnus-ja.texi | 3 +++ texi/gnus.texi | 4 ++++ 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 50c332f..ec7a541 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-10 Kai Gro,A_(Bjohann + + * make-x.bat: Code cleanup. Fix a bug with "/copy". From Frank + Schmitt . + 2001-12-10 TSUCHIYA Masatoshi * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): Changed diff --git a/make-x.bat b/make-x.bat index d79340d..05d565c 100644 --- a/make-x.bat +++ b/make-x.bat @@ -11,13 +11,14 @@ set PWD= if "%1" == "" goto usage set emacs=xemacs.exe +if "%2" == "copy" set copy=true +if "%2" == "/copy" set copy=true cd lisp call %1\%emacs% -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile -if not "%2" == "copy" goto info -if not "%2" == "/copy" goto info +if not %copy%==true goto info attrib -r %1\..\..\xemacs-packages\lisp\gnus\*.* -copy *.el* %1\..\..\xemacs-packages\lisp\gnus +copy *.el? %1\..\..\xemacs-packages\lisp\gnus :info set EMACSINFO=call %1\%emacs% -no-site-file -no-init-file -batch -q -l infohack.el -f batch-makeinfo @@ -25,8 +26,7 @@ cd ..\texi %EMACSINFO% message.texi %EMACSINFO% emacs-mime.texi %EMACSINFO% gnus.texi -if not "%2" == "copy" goto done -if not "%2" == "/copy" goto done +if not %copy%==true goto done copy gnus %1\..\..\xemacs-packages\info copy gnus-?? %1\..\..\xemacs-packages\info copy message %1\..\..\xemacs-packages\info diff --git a/texi/ChangeLog b/texi/ChangeLog index b102969..6ab618a 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2001-12-10 Kai Gro,A_(Bjohann + + * gnus.texi (Advanced Scoring Examples): Clarify that the + examples are rules, not complete score files. + 2001-12-09 Nevin Kapur * gnus.texi (Expiring Mail): Add. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index ebc17d8..eb3a467 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -17619,6 +17619,9 @@ bbbd $B%5!<%P!<$,e5i%9%3%"IU$1$NNc(B +$B0J2<$NNc$O%9%3%"%U%!%$%k$N5,B'$G$"$k$3$H$K$4Cm0U2<$5$$!#40`z$J%9%3%"%U%!(B +$B%$%k$r:n$k$K$O!"JL$N3g8L$NAH$G$=$l$i$r0O$s$G2<$5$$!#(B + Lars $B$,(B Gnus $B$K4X$7$FOC$r$7$F$$$k$H$-$KH`$K$h$C$F=q$+$l$?5-;v$N%9%3%"$r(B $BA}$d$7$?$$$H$7$^$7$g$&(B: diff --git a/texi/gnus.texi b/texi/gnus.texi index ca0e1c6..59ee56a 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -17981,6 +17981,10 @@ simple scoring, and the match types are also the same. @node Advanced Scoring Examples @subsection Advanced Scoring Examples +Please note that the following examples are score file rules. To +make a complete score file from them, surround them with another pair +of parentheses. + Let's say you want to increase the score of articles written by Lars when he's talking about Gnus: -- 1.7.10.4