diff options
| author | Miles Bader | 2007-08-13 13:51:08 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-13 13:51:08 +0000 |
| commit | aaf34461ff5804e5cebe163b31e535da72e81d87 (patch) | |
| tree | b096310b459b78e437f08ac0f1f00954840a5db5 /man | |
| parent | 61d032dfd91b811d59acd7605ac02758be97e912 (diff) | |
| parent | 37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (diff) | |
| download | emacs-aaf34461ff5804e5cebe163b31e535da72e81d87.tar.gz emacs-aaf34461ff5804e5cebe163b31e535da72e81d87.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 846-851)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 88-92)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 242-244)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 18 | ||||
| -rw-r--r-- | man/calc.texi | 38 | ||||
| -rw-r--r-- | man/files.texi | 5 | ||||
| -rw-r--r-- | man/glossary.texi | 3 | ||||
| -rw-r--r-- | man/gnus.texi | 42 | ||||
| -rw-r--r-- | man/sieve.texi | 4 |
6 files changed, 93 insertions, 17 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 18cd4b72bc6..2395e82fdbb 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,8 +1,26 @@ | |||
| 1 | 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus.texi (NNTP): Mention nntp-xref-number-is-evil. | ||
| 4 | |||
| 5 | 2007-08-08 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * glossary.texi (Glossary): Deprecate `iff'. | ||
| 8 | * gnus.texi, sieve.texi: Replace `iff'. | ||
| 9 | |||
| 10 | 2007-08-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 11 | |||
| 12 | * files.texi (File Conveniences): Document point motion keys in Image | ||
| 13 | mode. | ||
| 14 | |||
| 1 | 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com> | 15 | 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 16 | ||
| 3 | * calc.texi (Basic Graphics): Mention the graphing of error | 17 | * calc.texi (Basic Graphics): Mention the graphing of error |
| 4 | forms. | 18 | forms. |
| 5 | (Graphics Options): Mention how `g s' handles error forms. | 19 | (Graphics Options): Mention how `g s' handles error forms. |
| 20 | (Curve Fitting): Mention plotting the curves. | ||
| 21 | (Standard Nonlinear Models): Add additional models. | ||
| 22 | (Curve Fitting Details): Mention the Levenberg-Marquardt method. | ||
| 23 | (Linear Fits): Correct result. | ||
| 6 | 24 | ||
| 7 | 2007-08-01 Alan Mackenzie <acm@muc.de> | 25 | 2007-08-01 Alan Mackenzie <acm@muc.de> |
| 8 | 26 | ||
diff --git a/man/calc.texi b/man/calc.texi index 9e50629a3b2..e13dd9097d6 100644 --- a/man/calc.texi +++ b/man/calc.texi | |||
| @@ -23962,7 +23962,13 @@ such as @expr{y = m x + b} where @expr{m} and @expr{b} are parameters | |||
| 23962 | to be determined. For a typical set of measured data there will be | 23962 | to be determined. For a typical set of measured data there will be |
| 23963 | no single @expr{m} and @expr{b} that exactly fit the data; in this | 23963 | no single @expr{m} and @expr{b} that exactly fit the data; in this |
| 23964 | case, Calc chooses values of the parameters that provide the closest | 23964 | case, Calc chooses values of the parameters that provide the closest |
| 23965 | possible fit. | 23965 | possible fit. The model formula can be entered in various ways after |
| 23966 | the key sequence @kbd{a F} is pressed. | ||
| 23967 | |||
| 23968 | If the letter @kbd{P} is pressed after @kbd{a F} but before the model | ||
| 23969 | description is entered, the data as well as the model formula will be | ||
| 23970 | plotted after the formula is determined. This will be indicated by a | ||
| 23971 | ``P'' in the minibuffer after the help message. | ||
| 23966 | 23972 | ||
| 23967 | @menu | 23973 | @menu |
| 23968 | * Linear Fits:: | 23974 | * Linear Fits:: |
| @@ -24055,7 +24061,7 @@ $$ | |||
| 24055 | @noindent | 24061 | @noindent |
| 24056 | is on the stack and we wish to do a simple linear fit. Type | 24062 | is on the stack and we wish to do a simple linear fit. Type |
| 24057 | @kbd{a F}, then @kbd{1} for the model, then @key{RET} to use | 24063 | @kbd{a F}, then @kbd{1} for the model, then @key{RET} to use |
| 24058 | the default names. The result will be the formula @expr{3 + 2 x} | 24064 | the default names. The result will be the formula @expr{3. + 2. x} |
| 24059 | on the stack. Calc has created the model expression @kbd{a + b x}, | 24065 | on the stack. Calc has created the model expression @kbd{a + b x}, |
| 24060 | then found the optimal values of @expr{a} and @expr{b} to fit the | 24066 | then found the optimal values of @expr{a} and @expr{b} to fit the |
| 24061 | data. (In this case, it was able to find an exact fit.) Calc then | 24067 | data. (In this case, it was able to find an exact fit.) Calc then |
| @@ -24245,6 +24251,8 @@ case, the model might be @expr{a x + b y + c z}; and in the polynomial | |||
| 24245 | case, the model could be @expr{a x + b x^2 + c x^3}. You can get | 24251 | case, the model could be @expr{a x + b x^2 + c x^3}. You can get |
| 24246 | a homogeneous linear or multilinear model by pressing the letter | 24252 | a homogeneous linear or multilinear model by pressing the letter |
| 24247 | @kbd{h} followed by a regular model key, like @kbd{1} or @kbd{2}. | 24253 | @kbd{h} followed by a regular model key, like @kbd{1} or @kbd{2}. |
| 24254 | This will be indicated by an ``h'' in the minibuffer after the help | ||
| 24255 | message. | ||
| 24248 | 24256 | ||
| 24249 | It is certainly possible to have other constrained linear models, | 24257 | It is certainly possible to have other constrained linear models, |
| 24250 | like @expr{2.3 + a x} or @expr{a - 4 x}. While there is no single | 24258 | like @expr{2.3 + a x} or @expr{a - 4 x}. While there is no single |
| @@ -24454,6 +24462,18 @@ Quadratic. @mathit{a + b (x-c)^2 + d (x-e)^2}. | |||
| 24454 | Gaussian. | 24462 | Gaussian. |
| 24455 | @texline @math{{a \over b \sqrt{2 \pi}} \exp\left( -{1 \over 2} \left( x - c \over b \right)^2 \right)}. | 24463 | @texline @math{{a \over b \sqrt{2 \pi}} \exp\left( -{1 \over 2} \left( x - c \over b \right)^2 \right)}. |
| 24456 | @infoline @mathit{(a / b sqrt(2 pi)) exp(-0.5*((x-c)/b)^2)}. | 24464 | @infoline @mathit{(a / b sqrt(2 pi)) exp(-0.5*((x-c)/b)^2)}. |
| 24465 | @item s | ||
| 24466 | Logistic @emph{s} curve. | ||
| 24467 | @texline @math{a/(1+e^{b(x-c)})}. | ||
| 24468 | @infoline @mathit{a/(1 + exp(b (x - c)))}. | ||
| 24469 | @item b | ||
| 24470 | Logistic bell curve. | ||
| 24471 | @texline @math{ae^{b(x-c)}/(1+e^{b(x-c)})^2}. | ||
| 24472 | @infoline @mathit{a exp(b (x - c))/(1 + exp(b (x - c)))^2}. | ||
| 24473 | @item o | ||
| 24474 | Hubbert linearization. | ||
| 24475 | @texline @math{{y \over x} = a(1-x/b)}. | ||
| 24476 | @infoline @mathit{(y/x) = a (1 - x/b)}. | ||
| 24457 | @end table | 24477 | @end table |
| 24458 | 24478 | ||
| 24459 | All of these models are used in the usual way; just press the appropriate | 24479 | All of these models are used in the usual way; just press the appropriate |
| @@ -24462,8 +24482,9 @@ result will be a formula as shown in the above table, with the best-fit | |||
| 24462 | values of the parameters substituted. (You may find it easier to read | 24482 | values of the parameters substituted. (You may find it easier to read |
| 24463 | the parameter values from the vector that is placed in the trail.) | 24483 | the parameter values from the vector that is placed in the trail.) |
| 24464 | 24484 | ||
| 24465 | All models except Gaussian and polynomials can generalize as shown to any | 24485 | All models except Gaussian, logistics, Hubbert and polynomials can |
| 24466 | number of independent variables. Also, all the built-in models have an | 24486 | generalize as shown to any number of independent variables. Also, all |
| 24487 | the built-in models except for the logistic and Hubbert curves have an | ||
| 24467 | additive or multiplicative parameter shown as @expr{a} in the above table | 24488 | additive or multiplicative parameter shown as @expr{a} in the above table |
| 24468 | which can be replaced by zero or one, as appropriate, by typing @kbd{h} | 24489 | which can be replaced by zero or one, as appropriate, by typing @kbd{h} |
| 24469 | before the model key. | 24490 | before the model key. |
| @@ -24603,7 +24624,7 @@ to convert the model into this form. For example, if the model | |||
| 24603 | is @expr{a + b x + c x^2}, then @expr{f(x) = 1}, @expr{g(x) = x}, | 24624 | is @expr{a + b x + c x^2}, then @expr{f(x) = 1}, @expr{g(x) = x}, |
| 24604 | and @expr{h(x) = x^2} are suitable functions. | 24625 | and @expr{h(x) = x^2} are suitable functions. |
| 24605 | 24626 | ||
| 24606 | For other models, Calc uses a variety of algebraic manipulations | 24627 | For most other models, Calc uses a variety of algebraic manipulations |
| 24607 | to try to put the problem into the form | 24628 | to try to put the problem into the form |
| 24608 | 24629 | ||
| 24609 | @smallexample | 24630 | @smallexample |
| @@ -24662,7 +24683,12 @@ The Gaussian model looks quite complicated, but a closer examination | |||
| 24662 | shows that it's actually similar to the quadratic model but with an | 24683 | shows that it's actually similar to the quadratic model but with an |
| 24663 | exponential that can be brought to the top and moved into @expr{Y}. | 24684 | exponential that can be brought to the top and moved into @expr{Y}. |
| 24664 | 24685 | ||
| 24665 | An example of a model that cannot be put into general linear | 24686 | The logistic models cannot be put into general linear form. For these |
| 24687 | models, and the Hubbert linearization, Calc computes a rough | ||
| 24688 | approximation for the parameters, then uses the Levenberg-Marquardt | ||
| 24689 | iterative method to refine the approximations. | ||
| 24690 | |||
| 24691 | Another model that cannot be put into general linear | ||
| 24666 | form is a Gaussian with a constant background added on, i.e., | 24692 | form is a Gaussian with a constant background added on, i.e., |
| 24667 | @expr{d} + the regular Gaussian formula. If you have a model like | 24693 | @expr{d} + the regular Gaussian formula. If you have a model like |
| 24668 | this, your best bet is to replace enough of your parameters with | 24694 | this, your best bet is to replace enough of your parameters with |
diff --git a/man/files.texi b/man/files.texi index 747b0dba806..7ba36916684 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -2898,7 +2898,10 @@ point. Partial Completion mode offers other features extending | |||
| 2898 | mode allows you to toggle between displaying the file as an image in | 2898 | mode allows you to toggle between displaying the file as an image in |
| 2899 | the Emacs buffer, and displaying its underlying text representation, | 2899 | the Emacs buffer, and displaying its underlying text representation, |
| 2900 | using the command @kbd{C-c C-c} (@code{image-toggle-display}). This | 2900 | using the command @kbd{C-c C-c} (@code{image-toggle-display}). This |
| 2901 | works only when Emacs can display the specific image type. | 2901 | works only when Emacs can display the specific image type. If the |
| 2902 | displayed image is wider or taller than the frame, the usual point | ||
| 2903 | motion keys (@kbd{C-f}, @kbd{C-p}, and so forth) cause different parts | ||
| 2904 | of the image to be displayed. | ||
| 2902 | 2905 | ||
| 2903 | @findex thumbs-mode | 2906 | @findex thumbs-mode |
| 2904 | @findex mode, thumbs | 2907 | @findex mode, thumbs |
diff --git a/man/glossary.texi b/man/glossary.texi index d082e6ec077..f289c2ca1cb 100644 --- a/man/glossary.texi +++ b/man/glossary.texi | |||
| @@ -603,7 +603,8 @@ Hyper}. | |||
| 603 | 603 | ||
| 604 | @item Iff | 604 | @item Iff |
| 605 | ``Iff'' means ``if and only if.'' This terminology comes from | 605 | ``Iff'' means ``if and only if.'' This terminology comes from |
| 606 | mathematics. | 606 | mathematics. Try to avoid using this term in documentation, since |
| 607 | many are unfamiliar with it and mistake it for a typo. | ||
| 607 | 608 | ||
| 608 | @item Inbox | 609 | @item Inbox |
| 609 | An inbox is a file in which mail is delivered by the operating system. | 610 | An inbox is a file in which mail is delivered by the operating system. |
diff --git a/man/gnus.texi b/man/gnus.texi index fe26aa5f662..94144b65e3f 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -12945,6 +12945,34 @@ network is fast, setting this variable to a really small number means | |||
| 12945 | that fetching will probably be slower. If this variable is @code{nil}, | 12945 | that fetching will probably be slower. If this variable is @code{nil}, |
| 12946 | @code{nntp} will never split requests. The default is 5. | 12946 | @code{nntp} will never split requests. The default is 5. |
| 12947 | 12947 | ||
| 12948 | @item nntp-xref-number-is-evil | ||
| 12949 | @vindex nntp-xref-number-is-evil | ||
| 12950 | When Gnus refers to an article having the @code{Message-ID} that a user | ||
| 12951 | specifies or having the @code{Message-ID} of the parent article of the | ||
| 12952 | current one (@pxref{Finding the Parent}), Gnus sends a @code{HEAD} | ||
| 12953 | command to the @acronym{NNTP} server to know where it is, and the server | ||
| 12954 | returns the data containing the pairs of a group and an article number | ||
| 12955 | in the @code{Xref} header. Gnus normally uses the article number to | ||
| 12956 | refer to the article if the data shows that that article is in the | ||
| 12957 | current group, while it uses the @code{Message-ID} otherwise. However, | ||
| 12958 | some news servers, e.g., ones running Diablo, run multiple engines | ||
| 12959 | having the same articles but article numbers are not kept synchronized | ||
| 12960 | between them. In that case, the article number that appears in the | ||
| 12961 | @code{Xref} header varies by which engine is chosen, so you cannot refer | ||
| 12962 | to the parent article that is in the current group, for instance. If | ||
| 12963 | you connect to such a server, set this variable to a non-@code{nil} | ||
| 12964 | value, and Gnus never uses article numbers. For example: | ||
| 12965 | |||
| 12966 | @lisp | ||
| 12967 | (setq gnus-select-method | ||
| 12968 | '(nntp "newszilla" | ||
| 12969 | (nntp-address "newszilla.example.com") | ||
| 12970 | (nntp-xref-number-is-evil t) | ||
| 12971 | @dots{})) | ||
| 12972 | @end lisp | ||
| 12973 | |||
| 12974 | The default value of this server variable is @code{nil}. | ||
| 12975 | |||
| 12948 | @item nntp-prepare-server-hook | 12976 | @item nntp-prepare-server-hook |
| 12949 | @vindex nntp-prepare-server-hook | 12977 | @vindex nntp-prepare-server-hook |
| 12950 | A hook run before attempting to connect to an @acronym{NNTP} server. | 12978 | A hook run before attempting to connect to an @acronym{NNTP} server. |
| @@ -18595,23 +18623,23 @@ predicate to individual groups. | |||
| 18595 | 18623 | ||
| 18596 | @table @code | 18624 | @table @code |
| 18597 | @item short | 18625 | @item short |
| 18598 | True iff the article is shorter than @code{gnus-agent-short-article} | 18626 | True if the article is shorter than @code{gnus-agent-short-article} |
| 18599 | lines; default 100. | 18627 | lines; default 100. |
| 18600 | 18628 | ||
| 18601 | @item long | 18629 | @item long |
| 18602 | True iff the article is longer than @code{gnus-agent-long-article} | 18630 | True if the article is longer than @code{gnus-agent-long-article} |
| 18603 | lines; default 200. | 18631 | lines; default 200. |
| 18604 | 18632 | ||
| 18605 | @item low | 18633 | @item low |
| 18606 | True iff the article has a download score less than | 18634 | True if the article has a download score less than |
| 18607 | @code{gnus-agent-low-score}; default 0. | 18635 | @code{gnus-agent-low-score}; default 0. |
| 18608 | 18636 | ||
| 18609 | @item high | 18637 | @item high |
| 18610 | True iff the article has a download score greater than | 18638 | True if the article has a download score greater than |
| 18611 | @code{gnus-agent-high-score}; default 0. | 18639 | @code{gnus-agent-high-score}; default 0. |
| 18612 | 18640 | ||
| 18613 | @item spam | 18641 | @item spam |
| 18614 | True iff the Gnus Agent guesses that the article is spam. The | 18642 | True if the Gnus Agent guesses that the article is spam. The |
| 18615 | heuristics may change over time, but at present it just computes a | 18643 | heuristics may change over time, but at present it just computes a |
| 18616 | checksum and sees whether articles match. | 18644 | checksum and sees whether articles match. |
| 18617 | 18645 | ||
| @@ -26651,7 +26679,7 @@ New @file{make.bat} for compiling and installing Gnus under MS Windows | |||
| 26651 | 26679 | ||
| 26652 | Use @file{make.bat} if you want to install Gnus under MS Windows, the | 26680 | Use @file{make.bat} if you want to install Gnus under MS Windows, the |
| 26653 | first argument to the batch-program should be the directory where | 26681 | first argument to the batch-program should be the directory where |
| 26654 | @file{xemacs.exe} respectively @file{emacs.exe} is located, iff you want | 26682 | @file{xemacs.exe} respectively @file{emacs.exe} is located, if you want |
| 26655 | to install Gnus after compiling it, give @file{make.bat} @code{/copy} as | 26683 | to install Gnus after compiling it, give @file{make.bat} @code{/copy} as |
| 26656 | the second parameter. | 26684 | the second parameter. |
| 26657 | 26685 | ||
| @@ -27008,7 +27036,7 @@ The envelope sender address can be customized when using Sendmail. | |||
| 27008 | @item | 27036 | @item |
| 27009 | Gnus no longer generate the Sender: header automatically. | 27037 | Gnus no longer generate the Sender: header automatically. |
| 27010 | 27038 | ||
| 27011 | Earlier it was generated iff the user configurable email address was | 27039 | Earlier it was generated when the user configurable email address was |
| 27012 | different from the Gnus guessed default user address. As the guessing | 27040 | different from the Gnus guessed default user address. As the guessing |
| 27013 | algorithm is rarely correct these days, and (more controversially) the | 27041 | algorithm is rarely correct these days, and (more controversially) the |
| 27014 | only use of the Sender: header was to check if you are entitled to | 27042 | only use of the Sender: header was to check if you are entitled to |
diff --git a/man/sieve.texi b/man/sieve.texi index 1030babd593..4b7a95be952 100644 --- a/man/sieve.texi +++ b/man/sieve.texi | |||
| @@ -307,7 +307,7 @@ Authenticate to the server. | |||
| 307 | 307 | ||
| 308 | @item sieve-manage-capability | 308 | @item sieve-manage-capability |
| 309 | @findex sieve-manage-capability | 309 | @findex sieve-manage-capability |
| 310 | Return a list of capabilities the server support. | 310 | Return a list of capabilities the server supports. |
| 311 | 311 | ||
| 312 | @item sieve-manage-listscripts | 312 | @item sieve-manage-listscripts |
| 313 | @findex sieve-manage-listscripts | 313 | @findex sieve-manage-listscripts |
| @@ -315,7 +315,7 @@ List scripts on the server. | |||
| 315 | 315 | ||
| 316 | @item sieve-manage-havespace | 316 | @item sieve-manage-havespace |
| 317 | @findex sieve-manage-havespace | 317 | @findex sieve-manage-havespace |
| 318 | Returns non-@code{nil} iff server have roam for a script of given | 318 | Return non-@code{nil} if the server has room for a script of given |
| 319 | size. | 319 | size. |
| 320 | 320 | ||
| 321 | @item sieve-manage-getscript | 321 | @item sieve-manage-getscript |