aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorKaroly Lorentey2004-11-06 17:52:02 +0000
committerKaroly Lorentey2004-11-06 17:52:02 +0000
commit65ea79492334e2ef7b5b4e0d23b6f68ba2f4d0bb (patch)
tree853cf391ca1abda4f4ccd6fe8e7bb43f7c86ee08 /man
parente0bc17abe6979d607e8de4684dddb96e53c60065 (diff)
parent392cf16dd0ee9358f8af0cd0d8048b822456bbeb (diff)
downloademacs-65ea79492334e2ef7b5b4e0d23b6f68ba2f4d0bb.tar.gz
emacs-65ea79492334e2ef7b5b4e0d23b6f68ba2f4d0bb.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-653 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-654 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656 Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-662 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-663 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-664 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-665 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-666 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-670 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-671 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-64 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-65 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-66 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-67 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-264
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog18
-rw-r--r--man/emacs-mime.texi8
-rw-r--r--man/frames.texi5
-rw-r--r--man/idlwave.texi2
-rw-r--r--man/reftex.texi6
-rw-r--r--man/speedbar.texi4
6 files changed, 33 insertions, 10 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index d91fbf0267c..22ac03e8677 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,21 @@
12004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * emacs-mime.texi (Encoding Customization): Fix
4 mm-coding-system-priorities entry.
5
62004-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
7
8 * frames.texi (Dialog Boxes):
9 * idlwave.texi (Continued Statement Indentation):
10 * reftex.texi (Options (Index Support)):
11 (Displaying and Editing the Index, Table of Contents):
12 * speedbar.texi (Creating a display, Major Display Modes): Replace
13 non-nil with non-@code{nil}.
14
152004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
16
17 * frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
18
12004-10-23 Eli Zaretskii <eliz@gnu.org> 192004-10-23 Eli Zaretskii <eliz@gnu.org>
2 20
3 * text.texi (Text Based Tables, Table Definition) 21 * text.texi (Text Based Tables, Table Definition)
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi
index d60e40ebbd0..c128ed096c3 100644
--- a/man/emacs-mime.texi
+++ b/man/emacs-mime.texi
@@ -814,12 +814,12 @@ by using the @code{encoding} @acronym{MML} tag (@pxref{MML Definition}).
814@vindex mm-coding-system-priorities 814@vindex mm-coding-system-priorities
815Prioritize coding systems to use for outgoing messages. The default 815Prioritize coding systems to use for outgoing messages. The default
816is @code{nil}, which means to use the defaults in Emacs. It is a list of 816is @code{nil}, which means to use the defaults in Emacs. It is a list of
817coding system symbols (aliases of coding systems does not work, use 817coding system symbols (aliases of coding systems are also allowed, use
818@kbd{M-x describe-coding-system} to make sure you are not specifying 818@kbd{M-x describe-coding-system} to make sure you are specifying correct
819an alias in this variable). For example, if you have configured Emacs 819coding system names). For example, if you have configured Emacs
820to prefer UTF-8, but wish that outgoing messages should be sent in 820to prefer UTF-8, but wish that outgoing messages should be sent in
821ISO-8859-1 if possible, you can set this variable to 821ISO-8859-1 if possible, you can set this variable to
822@code{(iso-latin-1)}. You can override this setting on a per-message 822@code{(iso-8859-1)}. You can override this setting on a per-message
823basis by using the @code{charset} @acronym{MML} tag (@pxref{MML Definition}). 823basis by using the @code{charset} @acronym{MML} tag (@pxref{MML Definition}).
824 824
825@item mm-content-transfer-encoding-defaults 825@item mm-content-transfer-encoding-defaults
diff --git a/man/frames.texi b/man/frames.texi
index dee050922e6..cc8ae972567 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -910,6 +910,11 @@ use of file selection windows even if you still want other kinds
910of dialogs. This option has no effect if you have suppressed all dialog 910of dialogs. This option has no effect if you have suppressed all dialog
911boxes with the option @code{use-dialog-box}. 911boxes with the option @code{use-dialog-box}.
912 912
913@vindex use-old-gtk-file-dialog
914 For Gtk+ version 2.4, you can make Emacs use the old file dialog
915by setting the variable @code{use-old-gtk-file-dialog} to a non-@code{nil}
916value. If Emacs is built with a Gtk+ version that has only one file dialog,
917the setting of this variable has no effect.
913 918
914@node Tooltips 919@node Tooltips
915@section Tooltips (or ``Balloon Help'') 920@section Tooltips (or ``Balloon Help'')
diff --git a/man/idlwave.texi b/man/idlwave.texi
index fde5cd389d6..9c803790171 100644
--- a/man/idlwave.texi
+++ b/man/idlwave.texi
@@ -832,7 +832,7 @@ level can be somewhat dynamic in continued statements with special
832continuation indentation, especially if 832continuation indentation, especially if
833@code{idlwave-max-extra-continuation-indent} is small, the key 833@code{idlwave-max-extra-continuation-indent} is small, the key
834@kbd{C-u @key{TAB}} will re-indent all lines in the current statement. 834@kbd{C-u @key{TAB}} will re-indent all lines in the current statement.
835Note that @code{idlwave-indent-to-open-paren}, if non-nil, overrides 835Note that @code{idlwave-indent-to-open-paren}, if non-@code{nil}, overrides
836the @code{idlwave-max-extra-continuation-indent} limit, for 836the @code{idlwave-max-extra-continuation-indent} limit, for
837parentheses only, forcing them always to line up. 837parentheses only, forcing them always to line up.
838 838
diff --git a/man/reftex.texi b/man/reftex.texi
index 9108747af4f..c40dda36a2f 100644
--- a/man/reftex.texi
+++ b/man/reftex.texi
@@ -568,7 +568,7 @@ document.@refill
568@item r 568@item r
569@vindex reftex-enable-partial-scans 569@vindex reftex-enable-partial-scans
570Reparse the LaTeX document and rebuild the @file{*toc*} buffer. When 570Reparse the LaTeX document and rebuild the @file{*toc*} buffer. When
571@code{reftex-enable-partial-scans} is non-nil, rescan only the file this 571@code{reftex-enable-partial-scans} is non-@code{nil}, rescan only the file this
572location is defined in, not the entire document.@refill 572location is defined in, not the entire document.@refill
573 573
574@item C-u r 574@item C-u r
@@ -2355,7 +2355,7 @@ will move to the correct position.@refill
2355@item r 2355@item r
2356@vindex reftex-enable-partial-scans 2356@vindex reftex-enable-partial-scans
2357Reparse the LaTeX document and rebuild the @file{*Index*} buffer. When 2357Reparse the LaTeX document and rebuild the @file{*Index*} buffer. When
2358@code{reftex-enable-partial-scans} is non-nil, rescan only the file this 2358@code{reftex-enable-partial-scans} is non-@code{nil}, rescan only the file this
2359location is defined in, not the entire document.@refill 2359location is defined in, not the entire document.@refill
2360 2360
2361@item C-u r 2361@item C-u r
@@ -4348,7 +4348,7 @@ index entry. If you have a macro
4348should be @samp{Molecules!}.@refill 4348should be @samp{Molecules!}.@refill
4349 4349
4350@var{exclude} can be a function. If this function exists and returns a 4350@var{exclude} can be a function. If this function exists and returns a
4351non-nil value, the index entry at point is ignored. This was 4351non-@code{nil} value, the index entry at point is ignored. This was
4352implemented to support the (deprecated) @samp{^} and @samp{_} shortcuts 4352implemented to support the (deprecated) @samp{^} and @samp{_} shortcuts
4353in the LaTeX2e @code{index} package.@refill 4353in the LaTeX2e @code{index} package.@refill
4354 4354
diff --git a/man/speedbar.texi b/man/speedbar.texi
index 246aa1b7caf..62cce0024ae 100644
--- a/man/speedbar.texi
+++ b/man/speedbar.texi
@@ -1066,7 +1066,7 @@ summary to display in the minibuffer.
1066 1066
1067There are several helper functions you can use if you are going to use 1067There are several helper functions you can use if you are going to use
1068built in tagging. These functions can be @code{or}ed since each one 1068built in tagging. These functions can be @code{or}ed since each one
1069returns non-nil if it displays a message. They are: 1069returns non-@code{nil} if it displays a message. They are:
1070 1070
1071@table @code 1071@table @code
1072@cindex @code{speedbar-item-info-file-helper} 1072@cindex @code{speedbar-item-info-file-helper}
@@ -1165,7 +1165,7 @@ when the mouse passes over it. @var{function} is called whenever the
1165user clicks on the text. 1165user clicks on the text.
1166 1166
1167The optional argument @var{token} is extra data to associated with the 1167The optional argument @var{token} is extra data to associated with the
1168text. Lastly @var{prevline} should be non-nil if you want this line to 1168text. Lastly @var{prevline} should be non-@code{nil} if you want this line to
1169appear directly after the last button which was created instead of on 1169appear directly after the last button which was created instead of on
1170the next line. 1170the next line.
1171@end defun 1171@end defun