changeset 110294:8fd40d3071b1

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 09 Sep 2010 22:44:15 +0000
parents aead7f692ad8 (current diff) 3afdbf4cdf4b (diff)
children f70d39f7b8fd
files
diffstat 5 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Thu Sep 09 06:51:50 2010 +0000
+++ b/doc/misc/ChangeLog	Thu Sep 09 22:44:15 2010 +0000
@@ -1,3 +1,9 @@
+2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
+
+	* tramp.texi: Remove Japanese manual.  Fix typo.
+
+	* trampver.texi: Update release number.  Remove japanesemanual.
+
 2010-09-09  Glenn Morris  <rgm@gnu.org>
 
 	* org.texi: Restore clobbered changes (copyright years, untabify).
Binary file doc/misc/tramp.texi has changed
--- a/doc/misc/trampver.texi	Thu Sep 09 06:51:50 2010 +0000
+++ b/doc/misc/trampver.texi	Thu Sep 09 22:44:15 2010 +0000
@@ -9,7 +9,7 @@
 @c In the Tramp CVS, the version number is auto-frobbed from
 @c configure.ac, so you should edit that file and run
 @c "autoconf && ./configure" to change the version number.
-@set trampver 2.1.19
+@set trampver 2.2.0-pre
 
 @c Other flags from configuration
 @set instprefix /usr/local
@@ -56,7 +56,6 @@
 @set emacsothername     XEmacs
 @set emacsotherdir      xemacs
 @set emacsotherfilename tramp-xemacs.html
-@set japanesemanual     tramp_ja-emacs.html
 @end ifset
 
 @c XEmacs counterparts.
@@ -73,7 +72,6 @@
 @set emacsothername     GNU Emacs
 @set emacsotherdir      emacs
 @set emacsotherfilename tramp-emacs.html
-@set japanesemanual     tramp_ja-xemacs.html
 @end ifset
 
 @ignore
--- a/lisp/ChangeLog	Thu Sep 09 06:51:50 2010 +0000
+++ b/lisp/ChangeLog	Thu Sep 09 22:44:15 2010 +0000
@@ -1,3 +1,8 @@
+2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
+
+	* net/tramp-cache.el (tramp-parse-connection-properties): Set
+	tramp-autoload cookie.
+
 2010-09-09  Glenn Morris  <rgm@gnu.org>
 
 	* image.el (imagemagick-types-inhibit): Add :type, :version, :group.
--- a/lisp/net/tramp-cache.el	Thu Sep 09 06:51:50 2010 +0000
+++ b/lisp/net/tramp-cache.el	Thu Sep 09 22:44:15 2010 +0000
@@ -357,6 +357,7 @@
 	     (remove-hook 'kill-emacs-hook
 			  'tramp-dump-connection-properties)))
 
+;;;###tramp-autoload
 (defun tramp-parse-connection-properties (method)
   "Return a list of (user host) tuples allowed to access for METHOD.
 This function is added always in `tramp-get-completion-function'