comparison etc/NEWS @ 64990:31195f42e486

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 15 Aug 2005 14:51:27 +0000
parents cef86e3d06ae
children 126c81827d58
comparison
equal deleted inserted replaced
64989:6b11882571cb 64990:31195f42e486
921 the new dialog. 921 the new dialog.
922 922
923 ** Mouse changes: 923 ** Mouse changes:
924 924
925 +++ 925 +++
926 *** New display feature: focus follows the mouse from one Emacs window 926 *** If you set the new variable `mouse-autoselect-window' to a non-nil
927 to another, even within a frame. If you set the variable 927 value, windows are automatically selected as you move the mouse from
928 mouse-autoselect-window to non-nil value, moving the mouse to a 928 one Emacs window to another, even within a frame. A minibuffer window
929 different Emacs window will select that window (minibuffer window can 929 can be selected only when it is active.
930 be selected only when it is active). The default is nil, so that this
931 feature is not enabled.
932 930
933 +++ 931 +++
934 *** On X, when the window manager requires that you click on a frame to 932 *** On X, when the window manager requires that you click on a frame to
935 select it (give it focus), the selected window and cursor position 933 select it (give it focus), the selected window and cursor position
936 normally changes according to the mouse click position. If you set 934 normally changes according to the mouse click position. If you set
994 mouse-wheel-inhibit-click-time variables. 992 mouse-wheel-inhibit-click-time variables.
995 993
996 +++ 994 +++
997 *** Under X, mouse-wheel-mode is turned on by default. 995 *** Under X, mouse-wheel-mode is turned on by default.
998 996
999 ** Mule changes: 997 ** Multilingual Environment (Mule) changes:
1000 998
1001 --- 999 ---
1002 *** Language environment and various default coding systems are setup 1000 *** Language environment and various default coding systems are setup
1003 more correctly according to the current locale name. If the locale 1001 more correctly according to the current locale name. If the locale
1004 name doesn't specify a charset, the default is what glibc defines. 1002 name doesn't specify a charset, the default is what glibc defines.
1630 The C-x e command now automatically terminates the current macro 1628 The C-x e command now automatically terminates the current macro
1631 before calling it, if used while defining a macro. 1629 before calling it, if used while defining a macro.
1632 1630
1633 In addition, when ending or calling a macro with C-x e, the macro can 1631 In addition, when ending or calling a macro with C-x e, the macro can
1634 be repeated immediately by typing just the `e'. You can customize 1632 be repeated immediately by typing just the `e'. You can customize
1635 this behavior via the variable kmacro-call-repeat-key and 1633 this behavior via the variables kmacro-call-repeat-key and
1636 kmacro-call-repeat-with-arg. 1634 kmacro-call-repeat-with-arg.
1637 1635
1638 Keyboard macros can now be debugged and edited interactively. 1636 Keyboard macros can now be debugged and edited interactively.
1639 C-x C-k SPC steps through the last keyboard macro one key sequence 1637 C-x C-k SPC steps through the last keyboard macro one key sequence
1640 at a time, prompting for the actions to take. 1638 at a time, prompting for the actions to take.