aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog15
-rw-r--r--doc/misc/epa.texi5
-rw-r--r--doc/misc/eshell.texi27
-rw-r--r--doc/misc/gnus.texi15
4 files changed, 40 insertions, 22 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 8ee12718980..4cae3d0a478 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,18 @@
12013-06-10 Aidan Gauland <aidalgol@amuri.net>
2
3 * eshell.texi (Input/Output): Expand to cover new visual-command
4 options, eshell-visual-subcommands and eshell-visual-options.
5 Divide into separate Visual Commands and Redirection sections.
6
72013-06-10 Glenn Morris <rgm@gnu.org>
8
9 * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
10
112013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * gnus.texi (Article Date):
14 Fix description of gnus-article-update-date-headers.
15
12013-05-28 Xue Fuqiao <xfq.free@gmail.com> 162013-05-28 Xue Fuqiao <xfq.free@gmail.com>
2 17
3 * erc.texi (Special Features): ERC is being maintained within 18 * erc.texi (Special Features): ERC is being maintained within
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi
index e21851ef37a..adc63cc0bdb 100644
--- a/doc/misc/epa.texi
+++ b/doc/misc/epa.texi
@@ -240,8 +240,9 @@ you answered yes, it will let you select the signing keys.
240@node Cryptographic operations on files 240@node Cryptographic operations on files
241@section Cryptographic operations on files 241@section Cryptographic operations on files
242 242
243@deffn Command epa-decrypt-file file 243@deffn Command epa-decrypt-file file &optional output
244Decrypt @var{file}. 244Decrypt @var{file}. If you do not specify the name @var{output} to
245use for the decrypted file, this function prompts for the value to use.
245@end deffn 246@end deffn
246 247
247@deffn Command epa-verify-file file 248@deffn Command epa-verify-file file
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index dca95da2d10..0da422fe14f 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -701,14 +701,25 @@ groups ``eshell-glob'' and ``eshell-pred''.
701@node Input/Output 701@node Input/Output
702@chapter Input/Output 702@chapter Input/Output
703Since Eshell does not communicate with a terminal like most command 703Since Eshell does not communicate with a terminal like most command
704shells, IO is a little different. If you try to run programs from 704shells, IO is a little different.
705within Eshell that are not line-oriented, such as programs that use 705
706ncurses, you will just get garbage output, since the Eshell buffer is 706@section Visual Commands
707not a terminal emulator. Eshell solves this problem by running 707If you try to run programs from within Eshell that are not
708specified commands in Emacs's terminal emulator; to let Eshell know 708line-oriented, such as programs that use ncurses, you will just get
709which commands need to be run in a terminal, add them to the list 709garbage output, since the Eshell buffer is not a terminal emulator.
710@var{eshell-visual-commands}. 710Eshell solves this problem by running such programs in Emacs's
711 711terminal emulator.
712
713Programs that need a terminal to display output properly are referred
714to in this manual as ``visual commands,'' because they are not simply
715line-oriented. You must tell Eshell which commands are visual, by
716adding them to @var{eshell-visual-commands}; for commands that are
717visual for only certain @emph{sub}-commands -- e.g. @samp{git log} but
718not @samp{git status} -- use @var{eshell-visual-subcommands}; and for
719commands that are visual only when passed certain options, use
720@var{eshell-visual-options}.
721
722@section Redirection
712Redirection is mostly the same in Eshell as it is in other command 723Redirection is mostly the same in Eshell as it is in other command
713shells. The output redirection operators @code{>} and @code{>>} as 724shells. The output redirection operators @code{>} and @code{>>} as
714well as pipes are supported, but there is not yet any support for 725well as pipes are supported, but there is not yet any support for
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index a7a9647fd81..b4d786c4d45 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -9517,18 +9517,9 @@ Say how much time has elapsed between the article was posted and now
9517Date: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago 9517Date: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
9518@end example 9518@end example
9519 9519
9520This line is updated continually by default. The frequency (in 9520To make this line updated continually, set the
9521seconds) is controlled by the @code{gnus-article-update-date-headers} 9521@code{gnus-article-update-date-headers} variable to the frequency in
9522variable. 9522seconds (the default is @code{nil}).
9523
9524If you wish to switch updating off, say:
9525
9526@vindex gnus-article-update-date-headers
9527@lisp
9528(setq gnus-article-update-date-headers nil)
9529@end lisp
9530
9531in your @file{~/.gnus.el} file.
9532 9523
9533@item W T o 9524@item W T o
9534@kindex W T o (Summary) 9525@kindex W T o (Summary)