aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2009-06-22 21:40:24 +0000
committerMichael Albinus2009-06-22 21:40:24 +0000
commitd6b951bbeedef393203aebfc66c6e432d4ba0c4b (patch)
treef2f4786c5973079971c52507fc3816febe490a8b
parentc0de5d043e61e0f5af204229649b3ec09abcb97e (diff)
downloademacs-d6b951bbeedef393203aebfc66c6e432d4ba0c4b.tar.gz
emacs-d6b951bbeedef393203aebfc66c6e432d4ba0c4b.zip
* trampver.texi: Update release number. Set default value of
`emacsgvfs'.
-rw-r--r--doc/misc/ChangeLog17
-rw-r--r--doc/misc/trampver.texi7
2 files changed, 23 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index e2798c192cc..b21f93e8cb4 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,20 @@
12009-06-22 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.1.16.
4
5 * tramp.texi (History): Add GVFS support.
6 (External methods): Precise `rsync' description. Add `dav', `davs' and
7 `obex' methods. Add 'tramp-gvfs-methods' option.
8 (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
9 forms.
10 (Remote Programs): Introduce `tramp-own-remote-path'.
11 (Remote processes): New subsection "Running remote programs that create
12 local X11 windows".
13 (Frequently Asked Questions): Improve code for disabling vc.
14
15 * trampver.texi: Update release number. Set default value of
16 `emacsgvfs'.
17
12009-06-21 Chong Yidong <cyd@stupidchicken.com> 182009-06-21 Chong Yidong <cyd@stupidchicken.com>
2 19
3 * Branch for 23.1. 20 * Branch for 23.1.
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index 7644a4aa264..2777a5c2597 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -9,7 +9,7 @@
9@c In the Tramp CVS, the version number is auto-frobbed from 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 10@c configure.ac, so you should edit that file and run
11@c "autoconf && ./configure" to change the version number. 11@c "autoconf && ./configure" to change the version number.
12@set trampver 2.1.15 12@set trampver 2.1.16
13 13
14@c Other flags from configuration 14@c Other flags from configuration
15@set instprefix /usr/local 15@set instprefix /usr/local
@@ -24,6 +24,11 @@
24@set emacsgw 24@set emacsgw
25@end ifclear 25@end ifclear
26 26
27@c Whether or not describe GVFS integration.
28@ifclear noemacsgvfs
29@set emacsgvfs
30@end ifclear
31
27@c Some flags which make the text independent on the (X)Emacs flavor. 32@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". 33@c "emacs" resp "xemacs" are set in the Makefile. Default is "emacs".
29@ifclear emacs 34@ifclear emacs