aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2007-08-13 13:51:08 +0000
committerMiles Bader2007-08-13 13:51:08 +0000
commitaaf34461ff5804e5cebe163b31e535da72e81d87 (patch)
treeb096310b459b78e437f08ac0f1f00954840a5db5 /man
parent61d032dfd91b811d59acd7605ac02758be97e912 (diff)
parent37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (diff)
downloademacs-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/ChangeLog18
-rw-r--r--man/calc.texi38
-rw-r--r--man/files.texi5
-rw-r--r--man/glossary.texi3
-rw-r--r--man/gnus.texi42
-rw-r--r--man/sieve.texi4
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 @@
12007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
4
52007-08-08 Glenn Morris <rgm@gnu.org>
6
7 * glossary.texi (Glossary): Deprecate `iff'.
8 * gnus.texi, sieve.texi: Replace `iff'.
9
102007-08-07 Chong Yidong <cyd@stupidchicken.com>
11
12 * files.texi (File Conveniences): Document point motion keys in Image
13 mode.
14
12007-08-03 Jay Belanger <jay.p.belanger@gmail.com> 152007-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
72007-08-01 Alan Mackenzie <acm@muc.de> 252007-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
23962to be determined. For a typical set of measured data there will be 23962to be determined. For a typical set of measured data there will be
23963no single @expr{m} and @expr{b} that exactly fit the data; in this 23963no single @expr{m} and @expr{b} that exactly fit the data; in this
23964case, Calc chooses values of the parameters that provide the closest 23964case, Calc chooses values of the parameters that provide the closest
23965possible fit. 23965possible fit. The model formula can be entered in various ways after
23966the key sequence @kbd{a F} is pressed.
23967
23968If the letter @kbd{P} is pressed after @kbd{a F} but before the model
23969description is entered, the data as well as the model formula will be
23970plotted 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
24056is on the stack and we wish to do a simple linear fit. Type 24062is 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
24058the default names. The result will be the formula @expr{3 + 2 x} 24064the default names. The result will be the formula @expr{3. + 2. x}
24059on the stack. Calc has created the model expression @kbd{a + b x}, 24065on the stack. Calc has created the model expression @kbd{a + b x},
24060then found the optimal values of @expr{a} and @expr{b} to fit the 24066then found the optimal values of @expr{a} and @expr{b} to fit the
24061data. (In this case, it was able to find an exact fit.) Calc then 24067data. (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
24245case, the model could be @expr{a x + b x^2 + c x^3}. You can get 24251case, the model could be @expr{a x + b x^2 + c x^3}. You can get
24246a homogeneous linear or multilinear model by pressing the letter 24252a 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}.
24254This will be indicated by an ``h'' in the minibuffer after the help
24255message.
24248 24256
24249It is certainly possible to have other constrained linear models, 24257It is certainly possible to have other constrained linear models,
24250like @expr{2.3 + a x} or @expr{a - 4 x}. While there is no single 24258like @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}.
24454Gaussian. 24462Gaussian.
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
24466Logistic @emph{s} curve.
24467@texline @math{a/(1+e^{b(x-c)})}.
24468@infoline @mathit{a/(1 + exp(b (x - c)))}.
24469@item b
24470Logistic 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
24474Hubbert 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
24459All of these models are used in the usual way; just press the appropriate 24479All 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
24462values of the parameters substituted. (You may find it easier to read 24482values of the parameters substituted. (You may find it easier to read
24463the parameter values from the vector that is placed in the trail.) 24483the parameter values from the vector that is placed in the trail.)
24464 24484
24465All models except Gaussian and polynomials can generalize as shown to any 24485All models except Gaussian, logistics, Hubbert and polynomials can
24466number of independent variables. Also, all the built-in models have an 24486generalize as shown to any number of independent variables. Also, all
24487the built-in models except for the logistic and Hubbert curves have an
24467additive or multiplicative parameter shown as @expr{a} in the above table 24488additive or multiplicative parameter shown as @expr{a} in the above table
24468which can be replaced by zero or one, as appropriate, by typing @kbd{h} 24489which can be replaced by zero or one, as appropriate, by typing @kbd{h}
24469before the model key. 24490before the model key.
@@ -24603,7 +24624,7 @@ to convert the model into this form. For example, if the model
24603is @expr{a + b x + c x^2}, then @expr{f(x) = 1}, @expr{g(x) = x}, 24624is @expr{a + b x + c x^2}, then @expr{f(x) = 1}, @expr{g(x) = x},
24604and @expr{h(x) = x^2} are suitable functions. 24625and @expr{h(x) = x^2} are suitable functions.
24605 24626
24606For other models, Calc uses a variety of algebraic manipulations 24627For most other models, Calc uses a variety of algebraic manipulations
24607to try to put the problem into the form 24628to 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
24662shows that it's actually similar to the quadratic model but with an 24683shows that it's actually similar to the quadratic model but with an
24663exponential that can be brought to the top and moved into @expr{Y}. 24684exponential that can be brought to the top and moved into @expr{Y}.
24664 24685
24665An example of a model that cannot be put into general linear 24686The logistic models cannot be put into general linear form. For these
24687models, and the Hubbert linearization, Calc computes a rough
24688approximation for the parameters, then uses the Levenberg-Marquardt
24689iterative method to refine the approximations.
24690
24691Another model that cannot be put into general linear
24666form is a Gaussian with a constant background added on, i.e., 24692form 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
24668this, your best bet is to replace enough of your parameters with 24694this, 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
2898mode allows you to toggle between displaying the file as an image in 2898mode allows you to toggle between displaying the file as an image in
2899the Emacs buffer, and displaying its underlying text representation, 2899the Emacs buffer, and displaying its underlying text representation,
2900using the command @kbd{C-c C-c} (@code{image-toggle-display}). This 2900using the command @kbd{C-c C-c} (@code{image-toggle-display}). This
2901works only when Emacs can display the specific image type. 2901works only when Emacs can display the specific image type. If the
2902displayed image is wider or taller than the frame, the usual point
2903motion keys (@kbd{C-f}, @kbd{C-p}, and so forth) cause different parts
2904of 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
606mathematics. 606mathematics. Try to avoid using this term in documentation, since
607many are unfamiliar with it and mistake it for a typo.
607 608
608@item Inbox 609@item Inbox
609An inbox is a file in which mail is delivered by the operating system. 610An 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
12945that fetching will probably be slower. If this variable is @code{nil}, 12945that 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
12950When Gnus refers to an article having the @code{Message-ID} that a user
12951specifies or having the @code{Message-ID} of the parent article of the
12952current one (@pxref{Finding the Parent}), Gnus sends a @code{HEAD}
12953command to the @acronym{NNTP} server to know where it is, and the server
12954returns the data containing the pairs of a group and an article number
12955in the @code{Xref} header. Gnus normally uses the article number to
12956refer to the article if the data shows that that article is in the
12957current group, while it uses the @code{Message-ID} otherwise. However,
12958some news servers, e.g., ones running Diablo, run multiple engines
12959having the same articles but article numbers are not kept synchronized
12960between 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
12962to the parent article that is in the current group, for instance. If
12963you connect to such a server, set this variable to a non-@code{nil}
12964value, 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
12974The 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
12950A hook run before attempting to connect to an @acronym{NNTP} server. 12978A 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
18598True iff the article is shorter than @code{gnus-agent-short-article} 18626True if the article is shorter than @code{gnus-agent-short-article}
18599lines; default 100. 18627lines; default 100.
18600 18628
18601@item long 18629@item long
18602True iff the article is longer than @code{gnus-agent-long-article} 18630True if the article is longer than @code{gnus-agent-long-article}
18603lines; default 200. 18631lines; default 200.
18604 18632
18605@item low 18633@item low
18606True iff the article has a download score less than 18634True 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
18610True iff the article has a download score greater than 18638True 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
18614True iff the Gnus Agent guesses that the article is spam. The 18642True if the Gnus Agent guesses that the article is spam. The
18615heuristics may change over time, but at present it just computes a 18643heuristics may change over time, but at present it just computes a
18616checksum and sees whether articles match. 18644checksum 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
26652Use @file{make.bat} if you want to install Gnus under MS Windows, the 26680Use @file{make.bat} if you want to install Gnus under MS Windows, the
26653first argument to the batch-program should be the directory where 26681first 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
26655to install Gnus after compiling it, give @file{make.bat} @code{/copy} as 26683to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
26656the second parameter. 26684the second parameter.
26657 26685
@@ -27008,7 +27036,7 @@ The envelope sender address can be customized when using Sendmail.
27008@item 27036@item
27009Gnus no longer generate the Sender: header automatically. 27037Gnus no longer generate the Sender: header automatically.
27010 27038
27011Earlier it was generated iff the user configurable email address was 27039Earlier it was generated when the user configurable email address was
27012different from the Gnus guessed default user address. As the guessing 27040different from the Gnus guessed default user address. As the guessing
27013algorithm is rarely correct these days, and (more controversially) the 27041algorithm is rarely correct these days, and (more controversially) the
27014only use of the Sender: header was to check if you are entitled to 27042only 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
310Return a list of capabilities the server support. 310Return 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
318Returns non-@code{nil} iff server have roam for a script of given 318Return non-@code{nil} if the server has room for a script of given
319size. 319size.
320 320
321@item sieve-manage-getscript 321@item sieve-manage-getscript