More patches.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 4 Dec 1999 00:21:16 +0000 (00:21 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 4 Dec 1999 00:21:16 +0000 (00:21 +0000)
1999-12-04 01:16:52  Yoshiki Hayashi  <t90553@m.ecc.u-tokyo.ac.jp>

* gnus.texi (group-buffer): Fix "theese".

1999-12-04 01:13:51  Thomas Gellekum  <tg@ihf.rwth-aachen.de>

* gnus.texi (Height): Typo fix.

1999-11-13  Adrian Aichner  <aichner@ecf.teradyne.com>

* xemacs.mak: New NMAKE file to support build and install of info
documentation on Windows NT, requiring the `texinfo' XEmacs
package.

texi/ChangeLog
texi/gnus.texi
texi/message.texi
texi/xemacs.mak [new file with mode: 0644]

index dd82a2b..a80d894 100644 (file)
@@ -1,3 +1,17 @@
+1999-12-04 01:16:52  Yoshiki Hayashi  <t90553@m.ecc.u-tokyo.ac.jp>
+
+       * gnus.texi (group-buffer): Fix "theese".
+
+1999-12-04 01:13:51  Thomas Gellekum  <tg@ihf.rwth-aachen.de>
+
+       * gnus.texi (Height): Typo fix.
+
+1999-11-13  Adrian Aichner  <aichner@ecf.teradyne.com>
+
+       * xemacs.mak: New NMAKE file to support build and install of info
+       documentation on Windows NT, requiring the `texinfo' XEmacs
+       package.
+
 1999-12-03 00:02:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Other Gnus Versions): New.
index bf60769..54dfc9c 100644 (file)
@@ -6590,7 +6590,7 @@ Signature}.
 @kindex W W l (Summary)
 @findex gnus-article-hide-list-identifiers
 @vindex gnus-list-identifiers
-Hide list identifiers specified in @code{gnus-list-identifiers}. Theese
+Hide list identifiers specified in @code{gnus-list-identifiers}. These
 are strings some list servers add to the beginning of all @code{Subject}
 headers---for example, @samp{[zebra 4711]}.
 
@@ -8640,7 +8640,7 @@ controlling variable is a predicate list, as described above.
 
 The following treatment options are available.  The easiest way to
 customize this is to examine the @code{gnus-article-treat} customization
-group. Values in brackets are suggested sensible values. Others are possible
+group. Values in parenthesis are suggested sensible values. Others are possible
 but those listed are probably sufficient for most people.
 
 @table @code
@@ -10621,7 +10621,7 @@ what. For a complete list of predicates, see RFC2060 
 @item :fetchflag
 How to flag fetched articles on the server, the default @samp{\Deleted}
 will mark them as deleted, an alternative would be @samp{\Seen} which
-would simply mark them as read. Theese are the two most likely choices,
+would simply mark them as read. These are the two most likely choices,
 but more flags are defined in RFC2060 ยง2.3.2.
 
 @item :dontexpunge
@@ -17154,7 +17154,7 @@ In short---to use Smiley in Gnus, put the following in your
 @file{.gnus.el} file:
 
 @lisp
-(setq gnus-treat-display-smiley t)
+(setq gnus-treat-display-smileys t)
 @end lisp
 
 Smiley maps text smiley faces---@samp{:-)}, @samp{:-=}, @samp{:-(} and
@@ -21070,7 +21070,7 @@ mentioned) marks. Mark is a list of marks; where each mark is a
 symbol. Currently used marks are @code{read}, @code{tick}, @code{reply},
 @code{expire}, @code{killed}, @code{dormant}, @code{save},
 @code{download} and @code{unsend}, but your backend should, if possible,
-not limit itself to theese.
+not limit itself to these.
 
 Given contradictory actions, the last action in the list should be the
 effective one. That is, if your action contains a request to add the
index 4f3060f..3c99825 100644 (file)
@@ -275,6 +275,12 @@ the evidence of previous forwards (such as @samp{Fwd:}, @samp{Re:},
 @samp{(fwd)}) removed before the new subject is
 constructed.  The default value is @code{nil}.
 
+@item message-forward-as-mime
+@vindex message-forward-as-mime
+If this variable is @code{t} (the default), forwarded messages are
+included as inline MIME RFC822 parts.  If it's @code{nil}, forwarded
+messages will just be copied inline to the new message, like previous,
+non MIME-savvy versions of gnus would do.
 @end table
 
 
diff --git a/texi/xemacs.mak b/texi/xemacs.mak
new file mode 100644 (file)
index 0000000..2d06450
--- /dev/null
@@ -0,0 +1,57 @@
+############################################################################
+# Subsidiary makefile to install Gnus under Windows NT using nmake.
+# Adrian Aichner, aichner@ecf.teradyne.com, Teradyne GmbH, 1999-07-14.
+############################################################################
+# Do not change anything below this line.
+# No spaces are allowed due to inference rule limitation:
+MAKEINFO="$(XEMACS)" $(FLAGS) -l texinfmt -f batch-texinfo-format
+
+!if "$(XEMACS)" == ""
+!message Please use $(MAKEDIR)\..\xemacs.mak instead.
+!error
+!endif
+
+!if ["$(XEMACS)" $(FLAGS) -eval \
+"(condition-case nil (require (quote texinfo)) (t (kill-emacs 1)))"]
+!message Install `texinfo' in XEmacs from Options->Manage Packages->List & Install.
+!message Without it Gnus info documentation cannot be built by XEmacs!
+!error Cannot build `info' without `texinfo'.
+!endif
+
+all: gnus message emacs-mime
+
+gnus: gnus.texi
+       $(MAKEINFO) "$**"
+
+message: message.texi
+       $(MAKEINFO) "$**"
+
+emacs-mime: emacs-mime.texi
+       $(MAKEINFO) "$**"
+
+clean:
+       del gnus.*.bak *.ky *.cp *.fn *.cps *.kys *.log *.aux *.dvi *.vr \
+       *.tp *.toc *.pg gnus.latexi *.aux *.[cgk]idx \
+       gnus.ilg gnus.ind gnus.[cgk]ind gnus.idx \
+       gnus.tmptexi *.tmplatexi gnus.tmplatexi1 texput.log *.orig *.rej \
+       gnus.latexi*~* xface.tex picons.tex smiley.tex *.latexi
+
+makeinfo: all
+
+veryclean:
+       $(MAKE) /$(MAKEFLAGS) /f xemacs.mak $(VARDEFS) clean
+       del /f gnus.dvi gnus.ps texi2latex.elc
+
+distclean:
+       $(MAKE) /$(MAKEFLAGS) /f xemacs.mak $(VARDEFS) clean
+       del /f *.orig *.rej *.elc *~ gnus gnus-?? Makefile
+       del /f message
+       del /f emacs-mime
+
+install: all
+       -mkdir "$(INFODIR)"
+       xcopy /i /s "$(MANDIR)\dir" "$(INFODIR)"
+       xcopy /i /s "$(MANDIR)\gnus" "$(INFODIR)"
+       xcopy /i /s "$(MANDIR)\gnus-??" "$(INFODIR)"
+       xcopy /i /s "$(MANDIR)\message" "$(INFODIR)"
+       xcopy /i /s "$(MANDIR)\emacs-mime" "$(INFODIR)"