]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/debbugs/debbugs.texi
Fix the values possible for status queries in debbugs
[gnu-emacs-elpa] / packages / debbugs / debbugs.texi
index c976d986938c8bd2198471de787c3901bcb95e9f..d71d866623664558e71fdfa0de3c08ead8f3ac51 100644 (file)
@@ -8,7 +8,7 @@
 @end direntry
 
 @copying
 @end direntry
 
 @copying
-Copyright @copyright{} 2011-2015 Free Software Foundation, Inc.
+Copyright @copyright{} 2011-2016 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -65,6 +65,9 @@ facilities, @code{debbugs} provides a solution for building
 applications that interact with the Debbugs BTS directly from Emacs
 without addressing Debbugs' web interface.
 
 applications that interact with the Debbugs BTS directly from Emacs
 without addressing Debbugs' web interface.
 
+The user interface for accessing the Debbugs server for GNU projects
+is described in @ref{Top, Debbugs User Guide, , debbugs-ug}.
+
 @menu
 * Installation::                Getting and installing @code{debbugs}.
 * Configuration::               Configuring @code{debbugs}.
 @menu
 * Installation::                Getting and installing @code{debbugs}.
 * Configuration::               Configuring @code{debbugs}.
@@ -157,6 +160,15 @@ the variable corresponds to the Debbugs server to be accessed, either
 @code{"gnu.org"} or @code{"debian.org"}, or a user defined port name.
 @end defvar
 
 @code{"gnu.org"} or @code{"debian.org"}, or a user defined port name.
 @end defvar
 
+@defvar debbugs-cache-expiry
+The function @code{debbugs-get-status} (@pxref{Requesting bugs
+statuses}) caches retrieved status entries in order to improve the
+performance.  This variable determines the number of seconds an entry
+is cached, before it is retrieved again.  A value of @code{nil}
+disables cache expiration, and a value of @code{t} disables caching.
+Both values are not recommended for a usual workflow.
+@end defvar
+
 @node Requesting bug numbers
 @chapter Requesting bug numbers
 
 @node Requesting bug numbers
 @chapter Requesting bug numbers
 
@@ -251,8 +263,8 @@ with the given name.  The bugs are chosen by the value of field
 belong to this package.
 
 @item :status
 belong to this package.
 
 @item :status
-Status of bug.  Valid values are @code{"done"}, @code{"forwarded"} and
-@code{"open"}.
+Status of bug.  Valid values are @code{"open"}, @code{"forwarded"} and
+@code{"done"}.
 
 @item :archive
 A keyword to filter for bugs which are already archived, or not.  Valid
 
 @item :archive
 A keyword to filter for bugs which are already archived, or not.  Valid
@@ -319,7 +331,8 @@ same as for @code{:tags} in @code{debbugs-get-bugs} (@pxref{Requesting
 bug numbers}).
 
 @item pending
 bug numbers}).
 
 @item pending
-The string @code{"pending"}, @code{"forwarded"} or @code{"done"}.
+The string @code{"pending"}, @code{"forwarded"}, @code{"fixed"} or
+@code{"done"}.
 
 @item subject
 Subject/Title of the bugreport.
 
 @item subject
 Subject/Title of the bugreport.