comparison etc/NEWS @ 74942:a43c76e18f3b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Dec 2006 21:18:45 +0000
parents e39a600f54c9
children 5bb05135f76e
comparison
equal deleted inserted replaced
74941:e7574ee349e7 74942:a43c76e18f3b
2028 ** The file t-mouse.el is now part of Emacs and provides access to mouse 2028 ** The file t-mouse.el is now part of Emacs and provides access to mouse
2029 events from the console. It still requires gpm to work but has been updated 2029 events from the console. It still requires gpm to work but has been updated
2030 for Emacs 22. In particular, the mode-line is now position sensitive. 2030 for Emacs 22. In particular, the mode-line is now position sensitive.
2031 2031
2032 * Changes in Specialized Modes and Packages in Emacs 22.1: 2032 * Changes in Specialized Modes and Packages in Emacs 22.1:
2033
2034 ** Changes in Shell Mode
2035
2036 *** Shell output normally scrolls so that the input line is at the
2037 bottom of the window -- thus showing the maximum possible text. (This
2038 is similar to the way sequential output to a terminal works.)
2033 2039
2034 ** Changes in Dired 2040 ** Changes in Dired
2035 2041
2036 +++ 2042 +++
2037 *** Bindings for Tumme added 2043 *** Bindings for Tumme added
3780 ** The variable `mac-command-key-is-meta' is obsolete. Use 3786 ** The variable `mac-command-key-is-meta' is obsolete. Use
3781 `mac-command-modifier' and `mac-option-modifier' instead. 3787 `mac-command-modifier' and `mac-option-modifier' instead.
3782 3788
3783 * Incompatible Lisp Changes in Emacs 22.1 3789 * Incompatible Lisp Changes in Emacs 22.1
3784 3790
3791 +++
3792 ** The `read-file-name' function now returns a null string if the
3793 user just types RET.
3794
3785 ** The function find-operation-coding-system may be called with a cons 3795 ** The function find-operation-coding-system may be called with a cons
3786 (FILENAME . BUFFER) in the second argument if the first argument 3796 (FILENAME . BUFFER) in the second argument if the first argument
3787 OPERATION is `insert-file-contents', and thus a function registered in 3797 OPERATION is `insert-file-contents', and thus a function registered in
3788 `file-coding-system-alist' is also called with such an argument. 3798 `file-coding-system-alist' is also called with such an argument.
3789 3799