comparison etc/NEWS @ 102919:3fb22681f225

Bob Rogers <rogers-emacs at rgrjr.dyndns.org> (tiny change; non-copyrightable) Spelling and grammar fixes.
author Glenn Morris <rgm@gnu.org>
date Fri, 10 Apr 2009 02:18:58 +0000
parents df083d6362bc
children 41e596f3a3f8
comparison
equal deleted inserted replaced
102918:f166876b8717 102919:3fb22681f225
154 OS X, or on Windows 2000 and later versions of Windows. 154 OS X, or on Windows 2000 and later versions of Windows.
155 155
156 The alpha parameter should be an integer between 0 (transparent) and 156 The alpha parameter should be an integer between 0 (transparent) and
157 100 (opaque), or a float number between 0.0 and 1.0. It can also be a 157 100 (opaque), or a float number between 0.0 and 1.0. It can also be a
158 cons cell (ACTIVE . INACTIVE), where ACTIVE is the opacity of an 158 cons cell (ACTIVE . INACTIVE), where ACTIVE is the opacity of an
159 active frame and INACTIVE is the opactity of non-active frames. 159 active frame and INACTIVE is the opacity of non-active frames.
160 160
161 The variable `frame-alpha-lower-limit' defines a lower bound for the 161 The variable `frame-alpha-lower-limit' defines a lower bound for the
162 opacity; the default is 20. 162 opacity; the default is 20.
163 163
164 ** Internationalization changes 164 ** Internationalization changes
856 *** In Emacs 23, Gnus uses Emacs' new internal coding system `utf-8-emacs' for 856 *** In Emacs 23, Gnus uses Emacs' new internal coding system `utf-8-emacs' for
857 saving articles drafts and ~/.newsrc.eld. These file may not be read 857 saving articles drafts and ~/.newsrc.eld. These file may not be read
858 correctly in Emacs 22 and below. If you want to Gnus across different Emacs 858 correctly in Emacs 22 and below. If you want to Gnus across different Emacs
859 versions, you may set `mm-auto-save-coding-system' to `emacs-mule'. 859 versions, you may set `mm-auto-save-coding-system' to `emacs-mule'.
860 860
861 *** Password are consistently loaded through `auth-source' 861 *** Passwords are consistently loaded through `auth-source'
862 Gnus can use `auth-source' for POP and IMAP passwords. Also see that 862 Gnus can use `auth-source' for POP and IMAP passwords. Also see that
863 `smtpmail' and `url' support `auth-source' for SMTP and HTTP/HTTPS/RSS 863 `smtpmail' and `url' support `auth-source' for SMTP and HTTP/HTTPS/RSS
864 authentication respectively. 864 authentication respectively.
865 865
866 ** Help mode 866 ** Help mode
869 than `with-output-to-temp-buffer' with `print-help-return-message'. 869 than `with-output-to-temp-buffer' with `print-help-return-message'.
870 870
871 *** New option `help-window-select' permits to customize whether help 871 *** New option `help-window-select' permits to customize whether help
872 window shall be automatically selected when invoking help. 872 window shall be automatically selected when invoking help.
873 873
874 *** New variable `help-window-point-marker' permits to specify new 874 *** New variable `help-window-point-marker' permits one to specify a new
875 position of point in help window (for example in `view-lossage'). 875 position for point in help window (for example in `view-lossage').
876 876
877 ** Isearch 877 ** Isearch
878 +++ 878 +++
879 *** New command `isearch-forward-word' bound globally to `M-s w' starts 879 *** New command `isearch-forward-word' bound globally to `M-s w' starts
880 incremental word search. New command `isearch-toggle-word' bound to the 880 incremental word search. New command `isearch-toggle-word' bound to the
892 is bound globally to the command `occur'. 892 is bound globally to the command `occur'.
893 --- 893 ---
894 *** Isearch can now search through multiple ChangeLog files. 894 *** Isearch can now search through multiple ChangeLog files.
895 When running Isearch in a ChangeLog file, if the search fails, 895 When running Isearch in a ChangeLog file, if the search fails,
896 then another C-s tries searching the previous ChangeLog, 896 then another C-s tries searching the previous ChangeLog,
897 if there is one (e.g. go from ChangeLog to ChangeLog.12). 897 if there is one (e.g. going from ChangeLog to ChangeLog.12).
898 This is enabled if multi-isearch-search is non-nil. 898 This is enabled if multi-isearch-search is non-nil.
899 899
900 *** Two new commands to start Isearch on a list of marked buffers 900 *** Two new commands to start Isearch on a list of marked buffers
901 for buff-menu.el and ibuffer.el are bound to the keys `M-s a C-s' and 901 for buff-menu.el and ibuffer.el are bound to the keys `M-s a C-s' and
902 `M-s a M-C-s'. 902 `M-s a M-C-s'.
1027 *** IPv6 addresses. 1027 *** IPv6 addresses.
1028 IPv6 addresses are supported now as host names. They must be embedded 1028 IPv6 addresses are supported now as host names. They must be embedded
1029 in square brackets, like in "/ssh:[::1]:". 1029 in square brackets, like in "/ssh:[::1]:".
1030 1030
1031 *** Multihop syntax has been removed. 1031 *** Multihop syntax has been removed.
1032 The pseudo-method "multi" has been removed. Instead of, multi hops 1032 The pseudo-method "multi" has been removed. Instead, multi hops
1033 can be specified by the new variable `tramp-default-proxies-alist'. 1033 can be specified by the new variable `tramp-default-proxies-alist'.
1034 1034
1035 *** More default settings. 1035 *** More default settings.
1036 Default values can be set via the variables `tramp-default-user', 1036 Default values can be set via the variables `tramp-default-user',
1037 `tramp-default-user-alist' and `tramp-default-host'. 1037 `tramp-default-user-alist' and `tramp-default-host'.
1038 1038
1039 *** Connection information is cached. 1039 *** Connection information is cached.
1040 In order to reduce connection setup, information about used 1040 In order to reduce connection setup, information about used
1041 connections are kept persistent in a file. The name of this file is 1041 connections is kept persistently in a file. The name of this file is
1042 defined in the variable `tramp-persistency-file-name'. 1042 defined in the variable `tramp-persistency-file-name'.
1043 1043
1044 *** Control of remote processes. 1044 *** Control of remote processes.
1045 Running processes on a remote host can be controlled by settings in 1045 Running processes on a remote host can be controlled by settings in
1046 `tramp-remote-path' and `tramp-remote-process-environment'. 1046 `tramp-remote-path' and `tramp-remote-process-environment'.
1104 +++ 1104 +++
1105 *** In Log Edit mode, C-c C-d now shows the diff for the files involved. 1105 *** In Log Edit mode, C-c C-d now shows the diff for the files involved.
1106 1106
1107 *** vc-git supports the "git grep" command. 1107 *** vc-git supports the "git grep" command.
1108 +++ 1108 +++
1109 *** VC Support for Meta-CVS has been removed for lack of maintainer able 1109 *** VC Support for Meta-CVS has been removed for lack of a maintainer able
1110 to update it to the new VC. 1110 to update it to the new VC.
1111 1111
1112 ** Miscellaneous 1112 ** Miscellaneous
1113 1113
1114 *** comint-mode uses `start-file-process' now (see Lisp Changes). 1114 *** comint-mode uses `start-file-process' now (see Lisp Changes).
1843 *** For underlined characters, the distance between the underline and 1843 *** For underlined characters, the distance between the underline and
1844 the baseline is controlled by a new variable, `underline-minimum-offset'. 1844 the baseline is controlled by a new variable, `underline-minimum-offset'.
1845 1845
1846 *** You can now pass the value of the `invisible' property to 1846 *** You can now pass the value of the `invisible' property to
1847 invisible-p to check whether it would cause the text to be invisible. 1847 invisible-p to check whether it would cause the text to be invisible.
1848 Convenient when checking invisibility of text with no buffer position 1848 This is convenient when checking invisibility of text with no buffer
1849 (e.g. in before/after-strings). 1849 position (e.g. in before/after-strings).
1850 1850
1851 +++ 1851 +++
1852 *** `clear-image-cache' can be told to flush only images of a specific file. 1852 *** `clear-image-cache' can be told to flush only images of a specific file.
1853 1853
1854 *** `vertical-motion' can now be given a goal column. 1854 *** `vertical-motion' can now be given a goal column.