aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorReiner Steib2008-03-19 22:08:51 +0000
committerReiner Steib2008-03-19 22:08:51 +0000
commit29c1bee6cd6c9aad603340ea4adc87e6da54baf0 (patch)
treed37951a4e0ffc4bcd8477ff8cceec5813b8d1b91 /man
parent5c7f3de1b29ce602c740b1cec647ecc11df69313 (diff)
downloademacs-29c1bee6cd6c9aad603340ea4adc87e6da54baf0.tar.gz
emacs-29c1bee6cd6c9aad603340ea4adc87e6da54baf0.zip
(Top): Add "Other related manuals" and version info in
`iftex' output. (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0, gnus-balloon-face-0 and the corresponding format specifiers.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog7
-rw-r--r--man/gnus.texi21
2 files changed, 27 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 958410ee2d5..60d867b9210 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,10 @@
12008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi (Top): Add "Other related manuals" and version info in
4 `iftex' output.
5 (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6 gnus-balloon-face-0 and the corresponding format specifiers.
7
12008-03-19 Stefan Monnier <monnier@iro.umontreal.ca> 82008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * cl.texi (For Clauses): Fix loop over key-seq to match code. 10 * cl.texi (For Clauses): Fix loop over key-seq to match code.
diff --git a/man/gnus.texi b/man/gnus.texi
index f3e82e6571c..33bd74208e8 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -361,6 +361,7 @@ luck.
361 361
362@c Adjust ../Makefile.in if you change the following line: 362@c Adjust ../Makefile.in if you change the following line:
363This manual corresponds to Gnus v5.11. 363This manual corresponds to Gnus v5.11.
364@c See also below in the iftex branch...
364 365
365@end ifinfo 366@end ifinfo
366 367
@@ -389,6 +390,17 @@ like they want it to behave. A program should not control people;
389people should be empowered to do what they want by using (or abusing) 390people should be empowered to do what they want by using (or abusing)
390the program. 391the program.
391 392
393@c Adjust ../Makefile.in if you change the following line:
394This manual corresponds to Gnus v5.10.9.
395
396@heading Other related manuals
397@itemize
398@item Message manual: Composing messages
399@item Emacs-MIME: Composing messages; @acronym{MIME}-specific parts.
400@item Sieve: Managing Sieve scripts in Emacs.
401@item PGG: @acronym{PGP/MIME} with Gnus.
402@end itemize
403
392@end iftex 404@end iftex
393 405
394@menu 406@menu
@@ -21766,12 +21778,16 @@ inserted.
21766@node Formatting Fonts 21778@node Formatting Fonts
21767@subsection Formatting Fonts 21779@subsection Formatting Fonts
21768 21780
21781@cindex %(, %)
21782@vindex gnus-mouse-face
21769There are specs for highlighting, and these are shared by all the format 21783There are specs for highlighting, and these are shared by all the format
21770variables. Text inside the @samp{%(} and @samp{%)} specifiers will get 21784variables. Text inside the @samp{%(} and @samp{%)} specifiers will get
21771the special @code{mouse-face} property set, which means that it will be 21785the special @code{mouse-face} property set, which means that it will be
21772highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer 21786highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
21773over it. 21787over it.
21774 21788
21789@cindex %@{, %@}
21790@vindex gnus-face-0
21775Text inside the @samp{%@{} and @samp{%@}} specifiers will have their 21791Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
21776normal faces set using @code{gnus-face-0}, which is @code{bold} by 21792normal faces set using @code{gnus-face-0}, which is @code{bold} by
21777default. If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead, 21793default. If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
@@ -21779,6 +21795,9 @@ and so on. Create as many faces as you wish. The same goes for the
21779@code{mouse-face} specs---you can say @samp{%3(hello%)} to have 21795@code{mouse-face} specs---you can say @samp{%3(hello%)} to have
21780@samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}. 21796@samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
21781 21797
21798@cindex %<<, %>>, guillemets
21799@c @cindex %<<, %>>, %«, %», guillemets
21800@vindex gnus-balloon-face-0
21782Text inside the @samp{%<<} and @samp{%>>} specifiers will get the 21801Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
21783special @code{balloon-help} property set to 21802special @code{balloon-help} property set to
21784@code{gnus-balloon-face-0}. If you say @samp{%1<<}, you'll get 21803@code{gnus-balloon-face-0}. If you say @samp{%1<<}, you'll get
@@ -26846,7 +26865,7 @@ variables should change those regexps accordingly. For example:
26846@item 26865@item
26847Old intermediate incoming mail files (@file{Incoming*}) are deleted 26866Old intermediate incoming mail files (@file{Incoming*}) are deleted
26848after a couple of days, not immediately. @xref{Mail Source 26867after a couple of days, not immediately. @xref{Mail Source
26849Customization}. (New in Gnus 5.10.10) 26868Customization}.
26850 26869
26851@end itemize 26870@end itemize
26852 26871