diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 21 | ||||
| -rw-r--r-- | man/gnus.texi | 54 |
2 files changed, 54 insertions, 21 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 834430260c1..c01b05112f4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2005-11-10 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add | ||
| 4 | new variable gnus-toolbar-thickness. | ||
| 5 | |||
| 6 | 2005-11-08 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 7 | |||
| 8 | * gnus.texi (XVarious): Revert description of gnus-use-toolbar. | ||
| 9 | |||
| 10 | 2005-11-07 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 11 | |||
| 12 | * gnus.texi (X-Face): Fix description. | ||
| 13 | (XVarious): Remove gnus-xmas-logo-color-alist and | ||
| 14 | gnus-xmas-logo-color-style; fix description of gnus-use-toolbar. | ||
| 15 | |||
| 16 | 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 17 | |||
| 18 | * gnus.texi (Group Parameters): Mention new varable | ||
| 19 | gnus-parameters-case-fold-search. | ||
| 20 | (Home Score File): Addition. | ||
| 21 | |||
| 1 | 2005-11-09 Luc Teirlinck <teirllm@auburn.edu> | 22 | 2005-11-09 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 23 | ||
| 3 | * killing.texi (CUA Bindings): Add @section. | 24 | * killing.texi (CUA Bindings): Add @section. |
diff --git a/man/gnus.texi b/man/gnus.texi index cbd8554c382..a588dd78974 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -3060,6 +3060,19 @@ example: | |||
| 3060 | String value of parameters will be subjected to regexp substitution, as | 3060 | String value of parameters will be subjected to regexp substitution, as |
| 3061 | the @code{to-group} example shows. | 3061 | the @code{to-group} example shows. |
| 3062 | 3062 | ||
| 3063 | @vindex gnus-parameters-case-fold-search | ||
| 3064 | By default, whether comparing the group name and one of those regexps | ||
| 3065 | specified in @code{gnus-parameters} is done in a case-sensitive manner | ||
| 3066 | or a case-insensitive manner depends on the value of | ||
| 3067 | @code{case-fold-search} at the time when the comparison is done. The | ||
| 3068 | value of @code{case-fold-search} is typically @code{t}; it means, for | ||
| 3069 | example, the element @code{("INBOX\\.FOO" (total-expire . t))} might be | ||
| 3070 | applied to both the @samp{INBOX.FOO} group and the @samp{INBOX.foo} | ||
| 3071 | group. If you want to make those regexps always case-sensitive, set the | ||
| 3072 | value of the @code{gnus-parameters-case-fold-search} variable to | ||
| 3073 | @code{nil}. Otherwise, set it to @code{t} if you want to compare them | ||
| 3074 | always in a case-insensitive manner. | ||
| 3075 | |||
| 3063 | 3076 | ||
| 3064 | @node Listing Groups | 3077 | @node Listing Groups |
| 3065 | @section Listing Groups | 3078 | @section Listing Groups |
| @@ -19755,7 +19768,8 @@ group name, the @var{file-name} will be used as the home score file. | |||
| 19755 | 19768 | ||
| 19756 | @item | 19769 | @item |
| 19757 | A function. If the function returns non-@code{nil}, the result will | 19770 | A function. If the function returns non-@code{nil}, the result will |
| 19758 | be used as the home score file. | 19771 | be used as the home score file. The function will be called with the |
| 19772 | name of the group as the parameter. | ||
| 19759 | 19773 | ||
| 19760 | @item | 19774 | @item |
| 19761 | A string. Use the string as the home score file. | 19775 | A string. Use the string as the home score file. |
| @@ -21967,11 +21981,11 @@ function, this function will be called with the face as the argument. | |||
| 21967 | If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches | 21981 | If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches |
| 21968 | the @code{From} header, the face will not be shown. | 21982 | the @code{From} header, the face will not be shown. |
| 21969 | 21983 | ||
| 21970 | The default action under Emacs 20 is to fork off the @code{display} | 21984 | The default action under Emacs without image support is to fork off the |
| 21971 | program@footnote{@code{display} is from the ImageMagick package. For | 21985 | @code{display} program@footnote{@code{display} is from the ImageMagick |
| 21972 | the @code{uncompface} and @code{icontopbm} programs look for a package | 21986 | package. For the @code{uncompface} and @code{icontopbm} programs look |
| 21973 | like @code{compface} or @code{faces-xface} on a GNU/Linux system.} to | 21987 | for a package like @code{compface} or @code{faces-xface} on a GNU/Linux |
| 21974 | view the face. | 21988 | system.} to view the face. |
| 21975 | 21989 | ||
| 21976 | Under XEmacs or Emacs 21+ with suitable image support, the default | 21990 | Under XEmacs or Emacs 21+ with suitable image support, the default |
| 21977 | action is to display the face before the @code{From} header. (It's | 21991 | action is to display the face before the @code{From} header. (It's |
| @@ -22217,18 +22231,6 @@ This is where Gnus will look for pictures. Gnus will normally | |||
| 22217 | auto-detect this directory, but you may set it manually if you have an | 22231 | auto-detect this directory, but you may set it manually if you have an |
| 22218 | unusual directory structure. | 22232 | unusual directory structure. |
| 22219 | 22233 | ||
| 22220 | @item gnus-xmas-logo-color-alist | ||
| 22221 | @vindex gnus-xmas-logo-color-alist | ||
| 22222 | This is an alist where the key is a type symbol and the values are the | ||
| 22223 | foreground and background color of the splash page glyph. | ||
| 22224 | |||
| 22225 | @item gnus-xmas-logo-color-style | ||
| 22226 | @vindex gnus-xmas-logo-color-style | ||
| 22227 | This is the key used to look up the color in the alist described above. | ||
| 22228 | Valid values include @code{flame}, @code{pine}, @code{moss}, | ||
| 22229 | @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape}, | ||
| 22230 | @code{labia}, @code{berry}, @code{neutral}, and @code{september}. | ||
| 22231 | |||
| 22232 | @item gnus-xmas-modeline-glyph | 22234 | @item gnus-xmas-modeline-glyph |
| 22233 | @vindex gnus-xmas-modeline-glyph | 22235 | @vindex gnus-xmas-modeline-glyph |
| 22234 | A glyph displayed in all Gnus mode lines. It is a tiny gnu head by | 22236 | A glyph displayed in all Gnus mode lines. It is a tiny gnu head by |
| @@ -22242,9 +22244,19 @@ default. | |||
| 22242 | 22244 | ||
| 22243 | @item gnus-use-toolbar | 22245 | @item gnus-use-toolbar |
| 22244 | @vindex gnus-use-toolbar | 22246 | @vindex gnus-use-toolbar |
| 22245 | If @code{nil}, don't display toolbars. If non-@code{nil}, it should be | 22247 | This variable specifies the position to display the toolbar. If |
| 22246 | one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar}, | 22248 | @code{nil}, don't display toolbars. If it is non-nil, it should be one |
| 22247 | @code{right-toolbar}, or @code{left-toolbar}. | 22249 | of the symbols @code{default}, @code{top}, @code{bottom}, @code{right}, |
| 22250 | and @code{left}. @code{default} means to use the default toolbar, the | ||
| 22251 | rest mean to display the toolbar on the place which those names show. | ||
| 22252 | The default is @code{default}. | ||
| 22253 | |||
| 22254 | @item gnus-toolbar-thickness | ||
| 22255 | @vindex gnus-toolbar-thickness | ||
| 22256 | Cons of the height and the width specifying the thickness of a toolbar. | ||
| 22257 | The height is used for the toolbar displayed on the top or the bottom, | ||
| 22258 | the width is used for the toolbar displayed on the right or the left. | ||
| 22259 | The default is that of the default toolbar. | ||
| 22248 | 22260 | ||
| 22249 | @item gnus-group-toolbar | 22261 | @item gnus-group-toolbar |
| 22250 | @vindex gnus-group-toolbar | 22262 | @vindex gnus-group-toolbar |