comparison etc/NEWS.22 @ 81089:0baa88b4a1bd

Robert J. Chassell <bob at rattlesnake.com> Fix instances of `allow' without object.
author Glenn Morris <rgm@gnu.org>
date Tue, 29 May 2007 00:46:20 +0000
parents a594bc487eb4
children b4da44959c38
comparison
equal deleted inserted replaced
81088:719995de0683 81089:0baa88b4a1bd
440 in the echo area. It is bound to `C-h .'. It normally displays the 440 in the echo area. It is bound to `C-h .'. It normally displays the
441 same string that would be displayed on mouse-over using the 441 same string that would be displayed on mouse-over using the
442 `help-echo' property, but, in certain cases, it can display a more 442 `help-echo' property, but, in certain cases, it can display a more
443 keyboard oriented alternative. 443 keyboard oriented alternative.
444 444
445 *** New user option `help-at-pt-display-when-idle' allows to 445 *** New user option `help-at-pt-display-when-idle' allows you to
446 automatically show the help provided by `display-local-help' on 446 automatically show the help provided by `display-local-help' on
447 point-over, after suitable idle time. The amount of idle time is 447 point-over, after suitable idle time. The amount of idle time is
448 determined by the user option `help-at-pt-timer-delay' and defaults 448 determined by the user option `help-at-pt-timer-delay' and defaults
449 to one second. This feature is turned off by default. 449 to one second. This feature is turned off by default.
450 450
1948 *** You can now use Auto Revert mode to `tail' a file. 1948 *** You can now use Auto Revert mode to `tail' a file.
1949 1949
1950 If point is at the end of a file buffer before reverting, Auto Revert 1950 If point is at the end of a file buffer before reverting, Auto Revert
1951 mode keeps it at the end after reverting. Similarly if point is 1951 mode keeps it at the end after reverting. Similarly if point is
1952 displayed at the end of a file buffer in any window, it stays at 1952 displayed at the end of a file buffer in any window, it stays at
1953 the end of the buffer in that window. This allows to tail a file: 1953 the end of the buffer in that window. This allows you to tail a file:
1954 just put point at the end of the buffer and it stays there. This 1954 just put point at the end of the buffer and it stays there. This
1955 rule applies to file buffers. For non-file buffers, the behavior can 1955 rule applies to file buffers. For non-file buffers, the behavior can
1956 be mode dependent. 1956 be mode dependent.
1957 1957
1958 If you are sure that the file will only change by growing at the end, 1958 If you are sure that the file will only change by growing at the end,
3045 3045
3046 ** Rmail changes 3046 ** Rmail changes
3047 3047
3048 *** Support for `movemail' from GNU mailutils was added to Rmail. 3048 *** Support for `movemail' from GNU mailutils was added to Rmail.
3049 3049
3050 This version of `movemail' allows to read mail from a wide range of 3050 This version of `movemail' allows you to read mail from a wide range of
3051 mailbox formats, including remote POP3 and IMAP4 mailboxes with or 3051 mailbox formats, including remote POP3 and IMAP4 mailboxes with or
3052 without TLS encryption. If GNU mailutils is installed on the system 3052 without TLS encryption. If GNU mailutils is installed on the system
3053 and its version of `movemail' can be found in exec-path, it will be 3053 and its version of `movemail' can be found in exec-path, it will be
3054 used instead of the native one. 3054 used instead of the native one.
3055 3055