diff options
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 8 | ||||
| -rw-r--r-- | doc/misc/trampver.texi | 4 |
3 files changed, 8 insertions, 10 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index d454a4a29e5..29cf98e3330 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-09-09 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi: Remove Japanese manual. Fix typo. | ||
| 4 | |||
| 5 | * trampver.texi: Update release number. Remove japanesemanual. | ||
| 6 | |||
| 1 | 2010-09-09 Glenn Morris <rgm@gnu.org> | 7 | 2010-09-09 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * org.texi: Restore clobbered changes (copyright years, untabify). | 9 | * org.texi: Restore clobbered changes (copyright years, untabify). |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index b9c83be457e..604130d2606 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | @include trampver.texi | 17 | @include trampver.texi |
| 18 | 18 | ||
| 19 | @c Macro for formatting a filename according to the repective syntax. | 19 | @c Macro for formatting a filename according to the respective syntax. |
| 20 | @c xxx and yyy are auxiliary macros in order to omit leading and | 20 | @c xxx and yyy are auxiliary macros in order to omit leading and |
| 21 | @c trailing whitespace. Not very elegant, but I don't know it better. | 21 | @c trailing whitespace. Not very elegant, but I don't know it better. |
| 22 | 22 | ||
| @@ -105,11 +105,6 @@ If you're using the other Emacs flavor, you should read the | |||
| 105 | @end ifset | 105 | @end ifset |
| 106 | 106 | ||
| 107 | @ifhtml | 107 | @ifhtml |
| 108 | @ifset jamanual | ||
| 109 | This manual is also available as a @uref{@value{japanesemanual}, | ||
| 110 | Japanese translation}. | ||
| 111 | @end ifset | ||
| 112 | |||
| 113 | The latest release of @value{tramp} is available for | 108 | The latest release of @value{tramp} is available for |
| 114 | @uref{ftp://ftp.gnu.org/gnu/tramp/, download}, or you may see | 109 | @uref{ftp://ftp.gnu.org/gnu/tramp/, download}, or you may see |
| 115 | @ref{Obtaining Tramp} for more details, including the CVS server | 110 | @ref{Obtaining Tramp} for more details, including the CVS server |
| @@ -171,7 +166,6 @@ Installing @value{tramp} with your @value{emacsname} | |||
| 171 | 166 | ||
| 172 | * Installation parameters:: Parameters in order to control installation. | 167 | * Installation parameters:: Parameters in order to control installation. |
| 173 | * Load paths:: How to plug-in @value{tramp} into your environment. | 168 | * Load paths:: How to plug-in @value{tramp} into your environment. |
| 174 | * Japanese manual:: Japanese manual. | ||
| 175 | 169 | ||
| 176 | @end ifset | 170 | @end ifset |
| 177 | 171 | ||
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 25fa4908143..107e4d70aa3 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.19 | 12 | @set trampver 2.2.0-pre |
| 13 | 13 | ||
| 14 | @c Other flags from configuration | 14 | @c Other flags from configuration |
| 15 | @set instprefix /usr/local | 15 | @set instprefix /usr/local |
| @@ -56,7 +56,6 @@ | |||
| 56 | @set emacsothername XEmacs | 56 | @set emacsothername XEmacs |
| 57 | @set emacsotherdir xemacs | 57 | @set emacsotherdir xemacs |
| 58 | @set emacsotherfilename tramp-xemacs.html | 58 | @set emacsotherfilename tramp-xemacs.html |
| 59 | @set japanesemanual tramp_ja-emacs.html | ||
| 60 | @end ifset | 59 | @end ifset |
| 61 | 60 | ||
| 62 | @c XEmacs counterparts. | 61 | @c XEmacs counterparts. |
| @@ -73,7 +72,6 @@ | |||
| 73 | @set emacsothername GNU Emacs | 72 | @set emacsothername GNU Emacs |
| 74 | @set emacsotherdir emacs | 73 | @set emacsotherdir emacs |
| 75 | @set emacsotherfilename tramp-emacs.html | 74 | @set emacsotherfilename tramp-emacs.html |
| 76 | @set japanesemanual tramp_ja-xemacs.html | ||
| 77 | @end ifset | 75 | @end ifset |
| 78 | 76 | ||
| 79 | @ignore | 77 | @ignore |