diff options
| author | Reiner Steib | 2008-03-19 22:08:51 +0000 |
|---|---|---|
| committer | Reiner Steib | 2008-03-19 22:08:51 +0000 |
| commit | 29c1bee6cd6c9aad603340ea4adc87e6da54baf0 (patch) | |
| tree | d37951a4e0ffc4bcd8477ff8cceec5813b8d1b91 /man | |
| parent | 5c7f3de1b29ce602c740b1cec647ecc11df69313 (diff) | |
| download | emacs-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/ChangeLog | 7 | ||||
| -rw-r--r-- | man/gnus.texi | 21 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2008-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: |
| 363 | This manual corresponds to Gnus v5.11. | 363 | This 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; | |||
| 389 | people should be empowered to do what they want by using (or abusing) | 390 | people should be empowered to do what they want by using (or abusing) |
| 390 | the program. | 391 | the program. |
| 391 | 392 | ||
| 393 | @c Adjust ../Makefile.in if you change the following line: | ||
| 394 | This 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 | ||
| 21769 | There are specs for highlighting, and these are shared by all the format | 21783 | There are specs for highlighting, and these are shared by all the format |
| 21770 | variables. Text inside the @samp{%(} and @samp{%)} specifiers will get | 21784 | variables. Text inside the @samp{%(} and @samp{%)} specifiers will get |
| 21771 | the special @code{mouse-face} property set, which means that it will be | 21785 | the special @code{mouse-face} property set, which means that it will be |
| 21772 | highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer | 21786 | highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer |
| 21773 | over it. | 21787 | over it. |
| 21774 | 21788 | ||
| 21789 | @cindex %@{, %@} | ||
| 21790 | @vindex gnus-face-0 | ||
| 21775 | Text inside the @samp{%@{} and @samp{%@}} specifiers will have their | 21791 | Text inside the @samp{%@{} and @samp{%@}} specifiers will have their |
| 21776 | normal faces set using @code{gnus-face-0}, which is @code{bold} by | 21792 | normal faces set using @code{gnus-face-0}, which is @code{bold} by |
| 21777 | default. If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead, | 21793 | default. 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 | ||
| 21782 | Text inside the @samp{%<<} and @samp{%>>} specifiers will get the | 21801 | Text inside the @samp{%<<} and @samp{%>>} specifiers will get the |
| 21783 | special @code{balloon-help} property set to | 21802 | special @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 |
| 26847 | Old intermediate incoming mail files (@file{Incoming*}) are deleted | 26866 | Old intermediate incoming mail files (@file{Incoming*}) are deleted |
| 26848 | after a couple of days, not immediately. @xref{Mail Source | 26867 | after a couple of days, not immediately. @xref{Mail Source |
| 26849 | Customization}. (New in Gnus 5.10.10) | 26868 | Customization}. |
| 26850 | 26869 | ||
| 26851 | @end itemize | 26870 | @end itemize |
| 26852 | 26871 | ||