diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 50 | ||||
| -rw-r--r-- | man/calc.texi | 8 | ||||
| -rw-r--r-- | man/calendar.texi | 27 | ||||
| -rw-r--r-- | man/gnus.texi | 12 | ||||
| -rw-r--r-- | man/makefile.w32-in | 4 | ||||
| -rw-r--r-- | man/message.texi | 11 |
6 files changed, 86 insertions, 26 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 8aec01712ef..f70d49f9e29 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,43 @@ | |||
| 1 | 2004-10-21 Jay Belanger <belanger@truman.edu> | ||
| 2 | * calc.texi (Algebraic-Style Calculations): Removed a comment. | ||
| 3 | |||
| 4 | 2004-10-19 Jason Rumney <jasonr@gnu.org> | ||
| 5 | |||
| 6 | * makefile.w32-in (info): Change order of arguments to makeinfo. | ||
| 7 | |||
| 8 | 2004-10-19 Ulf Jasper <ulf.jasper@web.de> | ||
| 9 | |||
| 10 | * calendar.texi (iCalendar): Update for package changes. | ||
| 11 | |||
| 12 | 2004-10-18 Luc Teirlinck <teirllm@auburn.edu> | ||
| 13 | |||
| 14 | * calc.texi (Reporting Bugs): Double up `@'. | ||
| 15 | |||
| 16 | 2004-10-18 Jay Belanger <belanger@truman.edu> | ||
| 17 | |||
| 18 | * calc.texi (Reporting Bugs): Changed the address that bugs | ||
| 19 | should be sent to. | ||
| 20 | |||
| 21 | 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 22 | |||
| 23 | * gnus.texi (New Features): Add 5.11. | ||
| 24 | |||
| 25 | * message.texi (Resending): Remove wrong default value. | ||
| 26 | |||
| 27 | * gnus.texi (Mail Source Specifiers): Describe possible problems | ||
| 28 | of `pop3-leave-mail-on-server'. Add `pop3-movemail' and | ||
| 29 | `pop3-leave-mail-on-server' to the index. | ||
| 30 | |||
| 31 | 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 32 | |||
| 33 | * message.texi (Canceling News): Add how to set a password. | ||
| 34 | |||
| 35 | 2004-10-12 Jay Belanger <belanger@truman.edu> | ||
| 36 | |||
| 37 | * calc.texi (Help Commands): Changed the descriptions of | ||
| 38 | calc-describe-function and calc-describe-variable to match their | ||
| 39 | current behavior. | ||
| 40 | |||
| 1 | 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de> | 41 | 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 42 | ||
| 3 | * gnus-faq.texi ([5.9]): Improve code for reply-in-news. | 43 | * gnus-faq.texi ([5.9]): Improve code for reply-in-news. |
| @@ -154,6 +194,16 @@ | |||
| 154 | * display.texi (Display Custom): Add `overflow-newline-into-fringe', | 194 | * display.texi (Display Custom): Add `overflow-newline-into-fringe', |
| 155 | `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'. | 195 | `indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'. |
| 156 | 196 | ||
| 197 | 2004-09-22 Jay Belanger <belanger@truman.edu> | ||
| 198 | |||
| 199 | * calc.texi (Vectors as Lists): Added a warning that the tutorial | ||
| 200 | might be hidden during part of the session. | ||
| 201 | |||
| 202 | 2004-09-20 Jay Belanger <belanger@truman.edu> | ||
| 203 | |||
| 204 | * calc.texi (Notations Used in This Manual): Put in an earlier | ||
| 205 | mention that DEL could be called Backspace. | ||
| 206 | |||
| 157 | 2004-09-20 Richard M. Stallman <rms@gnu.org> | 207 | 2004-09-20 Richard M. Stallman <rms@gnu.org> |
| 158 | 208 | ||
| 159 | * custom.texi (Hooks): Explain using setq to clear out a hook. | 209 | * custom.texi (Hooks): Explain using setq to clear out a hook. |
diff --git a/man/calc.texi b/man/calc.texi index a77ba4eb266..e1fdea44dd0 100644 --- a/man/calc.texi +++ b/man/calc.texi | |||
| @@ -2038,8 +2038,7 @@ though regular numeric keys still use RPN numeric entry. There is also | |||
| 2038 | a ``total algebraic mode,'' started by typing @kbd{m t}, in which all | 2038 | a ``total algebraic mode,'' started by typing @kbd{m t}, in which all |
| 2039 | normal keys begin algebraic entry. You must then use the @key{META} key | 2039 | normal keys begin algebraic entry. You must then use the @key{META} key |
| 2040 | to type Calc commands: @kbd{M-m t} to get back out of total algebraic | 2040 | to type Calc commands: @kbd{M-m t} to get back out of total algebraic |
| 2041 | mode, @kbd{M-q} to quit, etc. Total algebraic mode is not supported | 2041 | mode, @kbd{M-q} to quit, etc.) |
| 2042 | under Emacs 19.) | ||
| 2043 | 2042 | ||
| 2044 | If you're still in algebraic mode, press @kbd{m a} again to turn it off. | 2043 | If you're still in algebraic mode, press @kbd{m a} again to turn it off. |
| 2045 | 2044 | ||
| @@ -34286,11 +34285,10 @@ press @kbd{M-# t} to begin. | |||
| 34286 | @appendix Reporting Bugs | 34285 | @appendix Reporting Bugs |
| 34287 | 34286 | ||
| 34288 | @noindent | 34287 | @noindent |
| 34289 | If you find a bug in Calc, send e-mail to Colin Walters, | 34288 | If you find a bug in Calc, send e-mail to Jay Belanger, |
| 34290 | 34289 | ||
| 34291 | @example | 34290 | @example |
| 34292 | walters@@debian.org @r{or} | 34291 | belanger@@truman.edu |
| 34293 | walters@@verbum.org | ||
| 34294 | @end example | 34292 | @end example |
| 34295 | 34293 | ||
| 34296 | @noindent | 34294 | @noindent |
diff --git a/man/calendar.texi b/man/calendar.texi index 45b3ed318b3..8ebe7c4b3d7 100644 --- a/man/calendar.texi +++ b/man/calendar.texi | |||
| @@ -1402,21 +1402,19 @@ progress, so usage may evolve in future. | |||
| 1402 | 1402 | ||
| 1403 | To activate the package, use @code{(require 'icalendar)}. | 1403 | To activate the package, use @code{(require 'icalendar)}. |
| 1404 | 1404 | ||
| 1405 | @findex icalendar-extract-ical-from-buffer | 1405 | @findex icalendar-import-buffer |
| 1406 | The command @code{icalendar-extract-ical-from-buffer} extracts | 1406 | The command @code{icalendar-import-buffer} extracts |
| 1407 | iCalendar data from the current buffer and adds it to your (default) | 1407 | iCalendar data from the current buffer and adds it to your (default) |
| 1408 | diary file. This function is also suitable for automatic extraction of | 1408 | diary file. This function is also suitable for automatic extraction of |
| 1409 | iCalendar data; for example with the Rmail mail client one could use: | 1409 | iCalendar data; for example with the Rmail mail client one could use: |
| 1410 | 1410 | ||
| 1411 | @example | 1411 | @example |
| 1412 | (add-hook 'rmail-show-message-hook 'icalendar-extract-ical-from-buffer) | 1412 | (add-hook 'rmail-show-message-hook 'icalendar-import-buffer) |
| 1413 | @end example | 1413 | @end example |
| 1414 | 1414 | ||
| 1415 | @findex icalendar-import-file | 1415 | @findex icalendar-import-file |
| 1416 | The command @code{icalendar-import-file} imports an iCalendar file. | 1416 | The command @code{icalendar-import-file} imports an iCalendar file |
| 1417 | @strong{Caution:} the contents of the target diary file are | 1417 | and adds the results to an Emacs diary file. For example: |
| 1418 | @emph{deleted} by default! It is highly recommended to use a dedicated | ||
| 1419 | diary file for importing. For example: | ||
| 1420 | 1418 | ||
| 1421 | @example | 1419 | @example |
| 1422 | (icalendar-import-file "/here/is/calendar.ics" "/there/goes/ical-diary") | 1420 | (icalendar-import-file "/here/is/calendar.ics" "/there/goes/ical-diary") |
| @@ -1424,13 +1422,14 @@ diary file for importing. For example: | |||
| 1424 | 1422 | ||
| 1425 | @noindent | 1423 | @noindent |
| 1426 | You can use an @code{#include} directive to add the import file contents | 1424 | You can use an @code{#include} directive to add the import file contents |
| 1427 | to the diary. @xref{Fancy Diary Display,,, elisp, The Emacs Lisp | 1425 | to the main diary file, if these are distinct. @xref{Fancy Diary |
| 1428 | Reference Manual}. | 1426 | Display,,, elisp, The Emacs Lisp Reference Manual}. |
| 1429 | 1427 | ||
| 1430 | @findex icalendar-convert-diary-to-ical | 1428 | @findex icalendar-export-file, icalendar-export-region |
| 1431 | The command @code{icalendar-convert-diary-to-ical} exports an Emacs | 1429 | Use @code{icalendar-export-file} to interactively export an entire |
| 1432 | diary file to iCalendar format. @strong{Caution:} the contents of the | 1430 | Emacs diary file to iCalendar format. To export only a part of a diary |
| 1433 | target file are @emph{deleted} by default! | 1431 | file, mark the relevant area, and call @code{icalendar-export-region}. |
| 1432 | In both cases the result is appended to the target file. | ||
| 1434 | 1433 | ||
| 1435 | 1434 | ||
| 1436 | @node Daylight Savings | 1435 | @node Daylight Savings |
diff --git a/man/gnus.texi b/man/gnus.texi index a62e9bcf149..ca9045bf5b9 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -885,7 +885,7 @@ New Features | |||
| 885 | * Red Gnus:: Third time best---Gnus 5.4/5.5. | 885 | * Red Gnus:: Third time best---Gnus 5.4/5.5. |
| 886 | * Quassia Gnus:: Two times two is four, or Gnus 5.6/5.7. | 886 | * Quassia Gnus:: Two times two is four, or Gnus 5.6/5.7. |
| 887 | * Pterodactyl Gnus:: Pentad also starts with P, AKA Gnus 5.8/5.9. | 887 | * Pterodactyl Gnus:: Pentad also starts with P, AKA Gnus 5.8/5.9. |
| 888 | * Oort Gnus:: It's big. It's far out. Gnus 5.10. | 888 | * Oort Gnus:: It's big. It's far out. Gnus 5.10/5.11. |
| 889 | 889 | ||
| 890 | Customization | 890 | Customization |
| 891 | 891 | ||
| @@ -13538,10 +13538,16 @@ and says what authentication scheme to use. The default is | |||
| 13538 | 13538 | ||
| 13539 | @end table | 13539 | @end table |
| 13540 | 13540 | ||
| 13541 | @vindex pop3-movemail | ||
| 13542 | @vindex pop3-leave-mail-on-server | ||
| 13541 | If the @code{:program} and @code{:function} keywords aren't specified, | 13543 | If the @code{:program} and @code{:function} keywords aren't specified, |
| 13542 | @code{pop3-movemail} will be used. If the | 13544 | @code{pop3-movemail} will be used. If the |
| 13543 | @code{pop3-leave-mail-on-server} is non-@code{nil} the mail is to be | 13545 | @code{pop3-leave-mail-on-server} is non-@code{nil} the mail is to be |
| 13544 | left on the POP server after fetching. | 13546 | left on the @acronym{POP} server after fetching when using |
| 13547 | @code{pop3-movemail}. Note that POP servers maintain no state | ||
| 13548 | information between sessions, so what the client believes is there and | ||
| 13549 | what is actually there may not match up. If they do not, then the whole | ||
| 13550 | thing can fall apart and leave you with a corrupt mailbox. | ||
| 13545 | 13551 | ||
| 13546 | Here are some examples. Fetch from the default @acronym{POP} server, | 13552 | Here are some examples. Fetch from the default @acronym{POP} server, |
| 13547 | using the default user name, and default fetcher: | 13553 | using the default user name, and default fetcher: |
| @@ -25050,7 +25056,7 @@ actually are people who are using Gnus. Who'd'a thunk it! | |||
| 25050 | * Red Gnus:: Third time best---Gnus 5.4/5.5. | 25056 | * Red Gnus:: Third time best---Gnus 5.4/5.5. |
| 25051 | * Quassia Gnus:: Two times two is four, or Gnus 5.6/5.7. | 25057 | * Quassia Gnus:: Two times two is four, or Gnus 5.6/5.7. |
| 25052 | * Pterodactyl Gnus:: Pentad also starts with P, AKA Gnus 5.8/5.9. | 25058 | * Pterodactyl Gnus:: Pentad also starts with P, AKA Gnus 5.8/5.9. |
| 25053 | * Oort Gnus:: It's big. It's far out. Gnus 5.10. | 25059 | * Oort Gnus:: It's big. It's far out. Gnus 5.10/5.11. |
| 25054 | @end menu | 25060 | @end menu |
| 25055 | 25061 | ||
| 25056 | These lists are, of course, just @emph{short} overviews of the | 25062 | These lists are, of course, just @emph{short} overviews of the |
diff --git a/man/makefile.w32-in b/man/makefile.w32-in index 09f314dbf47..241d50be956 100644 --- a/man/makefile.w32-in +++ b/man/makefile.w32-in | |||
| @@ -125,9 +125,11 @@ dvi: $(DVI_TARGETS) | |||
| 125 | # The following target uses an explicit -o switch to work around | 125 | # The following target uses an explicit -o switch to work around |
| 126 | # the @setfilename directive in info.texi, which is required for | 126 | # the @setfilename directive in info.texi, which is required for |
| 127 | # the Texinfo distribution. | 127 | # the Texinfo distribution. |
| 128 | # Some Windows ports of makeinfo seem to require -o to come before the | ||
| 129 | # texi filename, contrary to GNU standards. | ||
| 128 | 130 | ||
| 129 | $(infodir)/info: $(INFOSOURCES) | 131 | $(infodir)/info: $(INFOSOURCES) |
| 130 | $(MAKEINFO) --no-split info.texi -o $@ | 132 | $(MAKEINFO) --no-split -o $@ info.texi |
| 131 | 133 | ||
| 132 | info.dvi: $(INFOSOURCES) | 134 | info.dvi: $(INFOSOURCES) |
| 133 | $(ENVADD) $(TEXI2DVI) $(srcdir)/info.texi | 135 | $(ENVADD) $(TEXI2DVI) $(srcdir)/info.texi |
diff --git a/man/message.texi b/man/message.texi index 6a52698ddb5..b4e20f84d80 100644 --- a/man/message.texi +++ b/man/message.texi | |||
| @@ -224,7 +224,13 @@ only you can cancel your own messages, which is nice. The downside | |||
| 224 | is that if you lose your @file{.emacs} file (which is where Gnus | 224 | is that if you lose your @file{.emacs} file (which is where Gnus |
| 225 | stores the secret cancel lock password (which is generated | 225 | stores the secret cancel lock password (which is generated |
| 226 | automatically the first time you use this feature)), you won't be | 226 | automatically the first time you use this feature)), you won't be |
| 227 | able to cancel your message. | 227 | able to cancel your message. If you want to manage a password yourself, |
| 228 | you can put something like the following in your @file{~/.gnus.el} file: | ||
| 229 | |||
| 230 | @lisp | ||
| 231 | (setq canlock-password "geheimnis" | ||
| 232 | canlock-password-for-verify canlock-password) | ||
| 233 | @end lisp | ||
| 228 | 234 | ||
| 229 | Whether to insert the header or not is controlled by the | 235 | Whether to insert the header or not is controlled by the |
| 230 | @code{message-insert-canlock} variable. | 236 | @code{message-insert-canlock} variable. |
| @@ -309,8 +315,7 @@ and resend the message in the current buffer to that address. | |||
| 309 | 315 | ||
| 310 | @vindex message-ignored-resent-headers | 316 | @vindex message-ignored-resent-headers |
| 311 | Headers that match the @code{message-ignored-resent-headers} regexp will | 317 | Headers that match the @code{message-ignored-resent-headers} regexp will |
| 312 | be removed before sending the message. The default is | 318 | be removed before sending the message. |
| 313 | @samp{^Return-receipt}. | ||
| 314 | 319 | ||
| 315 | 320 | ||
| 316 | @node Bouncing | 321 | @node Bouncing |