diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-12-27 21:19:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-12-27 21:19:25 +0000 |
commit | 63901f76b592507276e510ffc96001cba6ab3d84 (patch) | |
tree | d6ef53a8a975c11454df248fd0ab4eaf510aff14 | |
parent | 1d919365b11037c87e752ed451c200caceff87f0 (diff) | |
download | emacs-63901f76b592507276e510ffc96001cba6ab3d84.tar.gz |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2031,6 +2031,12 @@ for Emacs 22. In particular, the mode-line is now position sensitive. * Changes in Specialized Modes and Packages in Emacs 22.1: +** Changes in Shell Mode + +*** Shell output normally scrolls so that the input line is at the +bottom of the window -- thus showing the maximum possible text. (This +is similar to the way sequential output to a terminal works.) + ** Changes in Dired +++ @@ -3782,6 +3788,11 @@ w32-use-full-screen-buffer to t. * Incompatible Lisp Changes in Emacs 22.1 ++++ +** The `read-file-name' function now returns a null string if the +user just types RET. + ++++ ** The function find-operation-coding-system may be called with a cons (FILENAME . BUFFER) in the second argument if the first argument OPERATION is `insert-file-contents', and thus a function registered in |