X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=texi%2Fgnus.texi;h=1dc7c62d83a965b635f0b5676dadb691f5bf592a;hp=98c7488a2d96840484fccf18137e8971e43098b6;hb=a9455d1e85c4a08d6701d80c50f7c26180a670db;hpb=5b81b4b7b447c64f3c09bad8541b3dfa71c392d1 diff --git a/texi/gnus.texi b/texi/gnus.texi index 98c7488a2..1dc7c62d8 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -1,5 +1,7 @@ \input texinfo +@include gnus-overrides.texi + @setfilename gnus @settitle Gnus Manual @syncodeindex fn cp @@ -45,7 +47,7 @@ developing GNU and promoting software freedom.'' \begin{document} % Adjust ../Makefile.in if you change the following line: -\newcommand{\gnusversionname}{No Gnus v0.11} +\newcommand{\gnusversionname}{No Gnus v0.16} \newcommand{\gnuschaptername}{} \newcommand{\gnussectionname}{} @@ -319,7 +321,7 @@ developing GNU and promoting software freedom.'' @end iflatex @end iftex -@dircategory Emacs +@dircategory Emacs network features @direntry * Gnus: (gnus). The newsreader Gnus. @end direntry @@ -329,7 +331,12 @@ developing GNU and promoting software freedom.'' @titlepage +@ifset WEBHACKDEVEL +@title Gnus Manual (DEVELOPMENT VERSION) +@end ifset +@ifclear WEBHACKDEVEL @title Gnus Manual +@end ifclear @author by Lars Magne Ingebrigtsen @page @@ -351,7 +358,7 @@ spool or your mbox file. All at the same time, if you want to push your luck. @c Adjust ../Makefile.in if you change the following line: -This manual corresponds to No Gnus v0.11. +This manual corresponds to No Gnus v0.16 @ifnottex @insertcopying @@ -385,7 +392,7 @@ people should be empowered to do what they want by using (or abusing) the program. @c Adjust ../Makefile.in if you change the following line: -This manual corresponds to No Gnus v0.11. +This manual corresponds to No Gnus v0.16 @heading Other related manuals @itemize @@ -4941,7 +4948,7 @@ Download mark. Desired cursor position (instead of after first colon). @item &user-date; Age sensitive date format. Various date format is defined in -@code{gnus-user-date-format-alist}. +@code{gnus-summary-user-date-format-alist}. @item u User defined specifier. The next character in the format string should be a letter. Gnus will call the function @@ -9495,16 +9502,18 @@ Say how much time has elapsed between the article was posted and now Date: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago @end example -This line is updated continually by default. If you wish to switch -that off, say: +This line is updated continually by default. The frequency (in +seconds) is controlled by the @code{gnus-article-update-date-headers} +variable. + +If you wish to switch updating off, say: @vindex gnus-article-update-date-headers @lisp (setq gnus-article-update-date-headers nil) @end lisp -in your @file{~/.gnus.el} file. If you want to stop the updating -dynamically, you can use the @code{gnus-stop-date-timer} command. +in your @file{~/.gnus.el} file. @item W T o @kindex W T o (Summary) @@ -11944,7 +11953,7 @@ A semi-readable English sentence. @item lapsed The time elapsed since the message was posted. -@item combined-elapsed +@item combined-lapsed Both the original date header and a (shortened) elapsed time. @item original @@ -22489,7 +22498,7 @@ variables should be either strings or symbols naming functions that return a string. When the mouse passes over text with this property set, a balloon window will appear and display the string. Please refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual}, -(in GNU Emacs) or the doc string of @code{balloon-help-mode} (in +(in Emacs) or the doc string of @code{balloon-help-mode} (in XEmacs) for more information on this. (For technical reasons, the guillemets have been approximated as @samp{<<} and @samp{>>} in this paragraph.) @@ -22817,6 +22826,81 @@ window is displayed vertically next to another window, you may also want to fiddle with @code{gnus-tree-minimize-window} to avoid having the windows resized. +@subsection Window Configuration Names + +Here's a list of most of the currently known window configurations, +and when they're used: + +@itemize @code +@item group +The group buffer. + +@item summary +Entering a group and showing only the summary. + +@item article +Selecting an article. + +@item server +The server buffer. + +@item browse +Browsing groups from the server buffer. + +@item message +Composing a (new) message. + +@item only-article +Showing only the article buffer. + +@item edit-article +Editing an article. + +@item edit-form +Editing group parameters and the like. + +@item edit-score +Editing a server definition. + +@item post +Composing a news message. + +@item reply +Replying or following up an article without yanking the text. + +@item forward +Forwarding a message. + +@item reply-yank +Replying or following up an article with yanking the text. + +@item mail-bound +Bouncing a message. + +@item pipe +Sending an article to an external process. + +@item bug +Sending a bug report. + +@item score-trace +Displaying the score trace. + +@item score-words +Displaying the score words. + +@item split-trace +Displaying the split trace. + +@item compose-bounce +Composing a bounce message. + +@item mml-preview +Previewing a @acronym{MIME} part. + +@end itemize + + @subsection Example Window Configurations @itemize @bullet @@ -27682,7 +27766,7 @@ to install Gnus after compiling it, give @file{make.bat} @code{/copy} as the second parameter. @file{make.bat} has been rewritten from scratch, it now features -automatic recognition of XEmacs and GNU Emacs, generates +automatic recognition of XEmacs and Emacs, generates @file{gnus-load.el}, checks if errors occur while compilation and generation of info files and reports them at the end of the build process. It now uses @code{makeinfo} if it is available and falls @@ -28825,7 +28909,7 @@ Gnus will work. @item Try doing an @kbd{M-x gnus-version}. If you get something that looks like @c -@samp{No Gnus v0.10} @c Adjust ../Makefile.in if you change this line! +@samp{No Gnus v0.16} @c Adjust ../Makefile.in if you change this line! @c you have the right files loaded. Otherwise you have some old @file{.el} files lying around. Delete these.