From 6c5d503fc2c54361a59cbad12f4ceb0ac0049fa9 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 22 Aug 2007 20:08:18 +0000 Subject: [PATCH] * NEWS: `shell' prompts for the default directory if called with a prefix and `default-directory' is a remote file name. --- etc/ChangeLog | 5 +++++ etc/NEWS | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index eddbfd10fa5..2b306cc30bd 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2007-08-22 Michael Albinus + + * NEWS: `shell' prompts for the default directory if called with a + prefix and `default-directory' is a remote file name. + 2007-08-22 Carsten Dominik * orgcard.tex: Version number upgrade. diff --git a/etc/NEWS b/etc/NEWS index ac39204bf98..14dd9b5c6dd 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -50,11 +50,17 @@ recenter the visited source file. Its value can be a number (for example, ** The mode-line display a `@' if the default-directory for the current buffer is on a remote machine, or a hyphen otherwise. + ** The new command balance-window-area balances windows both vertically and horizontally. ** The new command close-display-connection can be used to close a connection to a remote display, e.g. because the display is about to become unreachable. + +** The command shell prompts for the default directory, when it is +called with a prefix, and the default directory is a remote file name. +This is because some file name handler (like ange-ftp) are not able to +run processes remotely. * Startup Changes in Emacs 23.1 -- 2.39.2