2000-12-29 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 29 Dec 2000 06:51:03 +0000 (06:51 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 29 Dec 2000 06:51:03 +0000 (06:51 +0000)
* gnus.texi (Top): Set version to Oort Gnus v0.01.

* Makefile.in (install): The info files are in the current
directory.

2000-12-29  Christopher Splinter  <chris@splinter.inka.de>

* gnus.texi (Customizing Articles): Added documentation for
`gnus-treat-hide-citation-maybe', `gnus-treat-date-iso8601' and
`gnus-treat-date-user-defined'.

texi/ChangeLog
texi/Makefile.in
texi/gnus.texi

index f8ef0c0..4a9efdd 100644 (file)
@@ -1,3 +1,16 @@
+2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (Top): Set version to Oort Gnus v0.01.
+
+       * Makefile.in (install): The info files are in the current
+       directory.
+
+2000-12-29  Christopher Splinter  <chris@splinter.inka.de>
+
+       * gnus.texi (Customizing Articles): Added documentation for
+       `gnus-treat-hide-citation-maybe', `gnus-treat-date-iso8601' and
+       `gnus-treat-date-user-defined'.
+
 2000-12-29 00:38:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Posting Styles): Addition.
index 1fcb93a..ffb30c9 100644 (file)
@@ -135,11 +135,10 @@ install: $(INFO_DEPS)
        $(SHELL) $(top_srcdir)/mkinstalldirs $(infodir)
        @list='$(INFO_DEPS)'; \
        for file in $$list; do \
-         d=$(srcdir); \
-         for ifile in `CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
-           if test -f $$d/$$ifile; then \
-             echo " $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile"; \
-             $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
+         for ifile in `echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
+           if test -f $$ifile; then \
+             echo " $(INSTALL_DATA) $$ifile $(infodir)/$$ifile"; \
+             $(INSTALL_DATA) $$ifile $(infodir)/$$ifile; \
            else : ; fi; \
          done; \
        done
index 1f8efd8..25b3d4d 100644 (file)
@@ -364,7 +364,7 @@ can be gotten by any nefarious means you can think of---@sc{nntp}, local
 spool or your mbox file.  All at the same time, if you want to push your
 luck.
 
-This manual corresponds to pre-Oort Gnus.
+This manual corresponds to Oort Gnus v0.01.
 
 @end ifinfo
 
@@ -9388,6 +9388,7 @@ possible but those listed are probably sufficient for most people.
 @item gnus-treat-hide-boring-headers (head)
 @item gnus-treat-hide-signature (t, last)
 @item gnus-treat-hide-citation (t, integer)
+@item gnus-treat-hide-citation-maybe (t, integer)
 @item gnus-treat-strip-pgp (t, last, integer)
 @item gnus-treat-strip-pem (t, last, integer)
 @item gnus-treat-highlight-headers (head)
@@ -9397,6 +9398,8 @@ possible but those listed are probably sufficient for most people.
 @item gnus-treat-date-local (head)
 @item gnus-treat-date-lapsed (head)
 @item gnus-treat-date-original (head)
+@item gnus-treat-date-iso8601 (head)
+@item gnus-treat-date-user-defined (head)
 @item gnus-treat-strip-headers-in-body (t, integer)
 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
 @item gnus-treat-strip-leading-blank-lines (t, integer)