diff options
| author | Paul Eggert | 2011-08-02 22:05:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-02 22:05:38 -0700 |
| commit | 9a70f03d70e44db2ec9c6d2952cb8a1deae15000 (patch) | |
| tree | c0efd5c0a208640c0a883f4566df1b40caa3aaad /doc | |
| parent | 29c8a348c5c9f326af54a3d30f69cde98fe300bb (diff) | |
| download | emacs-9a70f03d70e44db2ec9c6d2952cb8a1deae15000.tar.gz emacs-9a70f03d70e44db2ec9c6d2952cb8a1deae15000.zip | |
Merge from trunk.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/mini.texi | 6 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/trampver.texi | 2 |
4 files changed, 17 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 794771e24d3..8e5efc4f87d 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * mini.texi (Minibuffer File): Insert a reference to Tramp for | ||
| 4 | remote file name completion. (Bug#9197) | ||
| 5 | |||
| 1 | 2011-07-28 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-07-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * mule.texi (Bidirectional Editing): Document the fact that | 8 | * mule.texi (Bidirectional Editing): Document the fact that |
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index ce0d396fd0d..da1e88ab331 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi | |||
| @@ -125,6 +125,10 @@ file names, change the variable @code{insert-default-directory} to | |||
| 125 | Nonetheless, relative file name arguments are still interpreted based | 125 | Nonetheless, relative file name arguments are still interpreted based |
| 126 | on the same default directory. | 126 | on the same default directory. |
| 127 | 127 | ||
| 128 | For rules how to read remote file names in the minibuffer, see | ||
| 129 | @ref{Filename completion, file name completion,, tramp}, in the Tramp | ||
| 130 | manual. | ||
| 131 | |||
| 128 | @node Minibuffer Edit | 132 | @node Minibuffer Edit |
| 129 | @section Editing in the Minibuffer | 133 | @section Editing in the Minibuffer |
| 130 | 134 | ||
| @@ -491,7 +495,7 @@ argument (@code{previous-history-element}). | |||
| 491 | Move to the next item in the minibuffer history | 495 | Move to the next item in the minibuffer history |
| 492 | (@code{next-history-element}). | 496 | (@code{next-history-element}). |
| 493 | @item M-r @var{regexp} @key{RET} | 497 | @item M-r @var{regexp} @key{RET} |
| 494 | Move to an earlier item in the minibuffer history that | 498 | Move to an earlier item in the minibuffer history that |
| 495 | matches @var{regexp} (@code{previous-matching-history-element}). | 499 | matches @var{regexp} (@code{previous-matching-history-element}). |
| 496 | @item M-s @var{regexp} @key{RET} | 500 | @item M-s @var{regexp} @key{RET} |
| 497 | Move to a later item in the minibuffer history that matches | 501 | Move to a later item in the minibuffer history that matches |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 75e39104dcb..967f457f3c4 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-07-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Sync with Tramp 2.2.2. | ||
| 4 | |||
| 5 | * trampver.texi: Update release number. | ||
| 6 | |||
| 1 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 7 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| 2 | 8 | ||
| 3 | * org.texi (Using the mapping API): mention 'region as a possible | 9 | * org.texi (Using the mapping API): mention 'region as a possible |
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 6a245f9c28d..043217a6c9e 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | @c In the Tramp CVS, the version number is auto-frobbed from | 8 | @c In the Tramp CVS, the version number is auto-frobbed from |
| 9 | @c configure.ac, so you should edit that file and run | 9 | @c configure.ac, so you should edit that file and run |
| 10 | @c "autoconf && ./configure" to change the version number. | 10 | @c "autoconf && ./configure" to change the version number. |
| 11 | @set trampver 2.2.2-pre | 11 | @set trampver 2.2.2 |
| 12 | 12 | ||
| 13 | @c Other flags from configuration | 13 | @c Other flags from configuration |
| 14 | @set instprefix /usr/local | 14 | @set instprefix /usr/local |