diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 9 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 13 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 14 |
3 files changed, 25 insertions, 11 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 6af229bbdda..b1bc1cffec2 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-10-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in: Fix ert rules. | ||
| 4 | |||
| 5 | 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 6 | |||
| 7 | * gnus.texi (Gnus Utility Functions): Add more references and | ||
| 8 | explanations (bug#9683). | ||
| 9 | |||
| 1 | 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | 10 | 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 11 | ||
| 3 | * gnus.texi (Archived Messages): Note the default (bug#9552). | 12 | * gnus.texi (Archived Messages): Note the default (bug#9552). |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 28a949f81e2..34f136b09ff 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -370,12 +370,13 @@ erc.pdf: ${srcdir}/erc.texi | |||
| 370 | $(ENVADD) $(TEXI2PDF) $< | 370 | $(ENVADD) $(TEXI2PDF) $< |
| 371 | 371 | ||
| 372 | ert : $(infodir)/ert | 372 | ert : $(infodir)/ert |
| 373 | $(infodir)/ert: ert.texi $(infodir) | 373 | $(infodir)/ert: ert.texi |
| 374 | cd $(srcdir); $(MAKEINFO) ert.texi | 374 | $(mkinfodir) |
| 375 | ert.dvi: ert.texi | 375 | cd $(srcdir); $(MAKEINFO) $(MAKEINFO_OPTS) $< |
| 376 | $(ENVADD) $(TEXI2DVI) ${srcdir}/ert.texi | 376 | ert.dvi: ${srcdir}/ert.texi |
| 377 | ert.pdf: ert.texi | 377 | $(ENVADD) $(TEXI2DVI) $< |
| 378 | $(ENVADD) $(TEXI2PDF) ${srcdir}/ert.texi | 378 | ert.pdf: ${srcdir}/ert.texi |
| 379 | $(ENVADD) $(TEXI2PDF) $< | ||
| 379 | 380 | ||
| 380 | eshell : $(infodir)/eshell | 381 | eshell : $(infodir)/eshell |
| 381 | $(infodir)/eshell: eshell.texi | 382 | $(infodir)/eshell: eshell.texi |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 211bfdb5509..ad1d45cca1a 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -29093,7 +29093,7 @@ Takes an unprefixed group name and a select method, and returns the full | |||
| 29093 | 29093 | ||
| 29094 | @item gnus-get-info | 29094 | @item gnus-get-info |
| 29095 | @findex gnus-get-info | 29095 | @findex gnus-get-info |
| 29096 | Returns the group info list for @var{group}. | 29096 | Returns the group info list for @var{group} (@pxref{Group Info}). |
| 29097 | 29097 | ||
| 29098 | @item gnus-group-unread | 29098 | @item gnus-group-unread |
| 29099 | @findex gnus-group-unread | 29099 | @findex gnus-group-unread |
| @@ -29102,7 +29102,8 @@ unknown. | |||
| 29102 | 29102 | ||
| 29103 | @item gnus-active | 29103 | @item gnus-active |
| 29104 | @findex gnus-active | 29104 | @findex gnus-active |
| 29105 | The active entry for @var{group}. | 29105 | The active entry (i.e., a cons cell containing the lowest and highest |
| 29106 | article numbers) for @var{group}. | ||
| 29106 | 29107 | ||
| 29107 | @item gnus-set-active | 29108 | @item gnus-set-active |
| 29108 | @findex gnus-set-active | 29109 | @findex gnus-set-active |
| @@ -29137,7 +29138,9 @@ Returns the select method corresponding to @var{server}. | |||
| 29137 | 29138 | ||
| 29138 | @item gnus-server-equal | 29139 | @item gnus-server-equal |
| 29139 | @findex gnus-server-equal | 29140 | @findex gnus-server-equal |
| 29140 | Says whether two virtual servers are equal. | 29141 | Says whether two virtual servers are essentially equal. For instance, |
| 29142 | two virtual servers may have server parameters in different order, but | ||
| 29143 | this function will consider them equal. | ||
| 29141 | 29144 | ||
| 29142 | @item gnus-group-native-p | 29145 | @item gnus-group-native-p |
| 29143 | @findex gnus-group-native-p | 29146 | @findex gnus-group-native-p |
| @@ -29153,8 +29156,9 @@ Says whether @var{group} is foreign or not. | |||
| 29153 | 29156 | ||
| 29154 | @item gnus-group-find-parameter | 29157 | @item gnus-group-find-parameter |
| 29155 | @findex gnus-group-find-parameter | 29158 | @findex gnus-group-find-parameter |
| 29156 | Returns the parameter list of @var{group}. If given a second parameter, | 29159 | Returns the parameter list of @var{group} (@pxref{Group Parameters}). |
| 29157 | returns the value of that parameter for @var{group}. | 29160 | If given a second parameter, returns the value of that parameter for |
| 29161 | @var{group}. | ||
| 29158 | 29162 | ||
| 29159 | @item gnus-group-set-parameter | 29163 | @item gnus-group-set-parameter |
| 29160 | @findex gnus-group-set-parameter | 29164 | @findex gnus-group-set-parameter |