Mercurial > emacs
annotate doc/misc/trampver.texi @ 102044:8cc6c7d847fe
(rmail-insert-rmail-file-header, rmail-count-new-messages)
(rmail-show-message): Remove unnecessary autoloads.
(rmail-default-rmail-file): Remove unnecessary declaration.
(gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 15 Feb 2009 00:31:07 +0000 |
parents | 5a025a658794 |
children | 87b3a15102c2 |
rev | line source |
---|---|
84320 | 1 @c -*-texinfo-*- |
2 @c texi/trampver.texi. Generated from trampver.texi.in by configure. | |
3 | |
87903 | 4 @c This is part of the Emacs manual. |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
5 @c Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
87903 | 6 @c Free Software Foundation, Inc. |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
7 @c See file doclicense.texi for copying conditions. |
87903 | 8 |
84320 | 9 @c In the Tramp CVS, the version number is auto-frobbed from |
10 @c configure.ac, so you should edit that file and run | |
11 @c "autoconf && ./configure" to change the version number. | |
101731
5a025a658794
* trampver.texi: Update release number.
Michael Albinus <michael.albinus@gmx.de>
parents:
100850
diff
changeset
|
12 @set trampver 2.1.15 |
84320 | 13 |
14 @c Other flags from configuration | |
15 @set instprefix /usr/local | |
16 @set lispdir /usr/local/share/emacs/site-lisp | |
85126
9a6e9b6e4a76
Sync with Tramp 2.1.11.
Michael Albinus <michael.albinus@gmx.de>
parents:
84320
diff
changeset
|
17 @set infodir /usr/local/share/info |
84320 | 18 |
19 @c Formatting of the tramp program name consistent. | |
20 @set tramp @sc{tramp} | |
21 | |
22 @c Whether or not describe gateway methods. | |
23 @ifclear noemacsgw | |
24 @set emacsgw | |
25 @end ifclear | |
26 | |
27 @c Some flags which make the text independent on the (X)Emacs flavor. | |
28 @c "emacs" resp "xemacs" are set in the Makefile. Default is "emacs". | |
29 @ifclear emacs | |
30 @ifclear xemacs | |
31 @set emacs | |
32 @end ifclear | |
33 @end ifclear | |
34 | |
35 @c Emacs values. | |
36 @ifset emacs | |
37 @set emacsname GNU Emacs | |
38 @set emacsdir emacs | |
39 @set ftppackagename Ange-FTP | |
40 @set prefix / | |
41 @set prefixhop | |
42 @set postfix : | |
43 @set postfixhop : | |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
44 @set ipv6prefix [ |
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
45 @set ipv6postfix ] |
84320 | 46 @set emacsothername XEmacs |
47 @set emacsotherdir xemacs | |
48 @set emacsotherfilename tramp-xemacs.html | |
49 @set japanesemanual tramp_ja-emacs.html | |
50 @end ifset | |
51 | |
52 @c XEmacs counterparts. | |
53 @ifset xemacs | |
54 @set emacsname XEmacs | |
55 @set emacsdir xemacs | |
56 @set ftppackagename EFS | |
57 @set prefix /[ | |
58 @set prefixhop [ | |
59 @set postfix ] | |
60 @set postfixhop / | |
100850
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
61 @set ipv6prefix |
fadd129857fc
* trampver.texi.in (top): Declare ipv6prefix and ipv6postfix.
Michael Albinus <michael.albinus@gmx.de>
parents:
97621
diff
changeset
|
62 @set ipv6postfix |
84320 | 63 @set emacsothername GNU Emacs |
64 @set emacsotherdir emacs | |
65 @set emacsotherfilename tramp-emacs.html | |
66 @set japanesemanual tramp_ja-xemacs.html | |
67 @end ifset | |
68 | |
69 @ignore | |
70 arch-tag: e0fe322c-e06b-46eb-bb5b-d091b521f41c | |
71 @end ignore |