aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-05-29 00:44:34 +0000
committerGlenn Morris2007-05-29 00:44:34 +0000
commitafef5edea884b81408cc5b2ac8c258ae795470da (patch)
tree38c46ab5e7bfb40822855c06103f742c8a28e88b
parent03b1a68c4f953202e20ceea82f3a96c40e211095 (diff)
downloademacs-afef5edea884b81408cc5b2ac8c258ae795470da.tar.gz
emacs-afef5edea884b81408cc5b2ac8c258ae795470da.zip
Robert J. Chassell <bob at rattlesnake.com>
Fix instances of `allow' without object.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 7 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1edc007c62f..edc4d44c876 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-05-29 Robert J. Chassell <bob@rattlesnake.com>
2
3 * NEWS: Fix instances of `allow' without object.
4
12007-05-17 Glenn Morris <rgm@gnu.org> 52007-05-17 Glenn Morris <rgm@gnu.org>
2 6
3 * PROBLEMS (Dumping): Mention OpenBSD macppc problem. 7 * PROBLEMS (Dumping): Mention OpenBSD macppc problem.
diff --git a/etc/NEWS b/etc/NEWS
index 84c7b3b3bf1..e7ed3515526 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -442,7 +442,7 @@ 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
443keyboard oriented alternative. 443keyboard 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
446automatically show the help provided by `display-local-help' on 446automatically show the help provided by `display-local-help' on
447point-over, after suitable idle time. The amount of idle time is 447point-over, after suitable idle time. The amount of idle time is
448determined by the user option `help-at-pt-timer-delay' and defaults 448determined by the user option `help-at-pt-timer-delay' and defaults
@@ -1950,7 +1950,7 @@ old name remains available as alias, but has been marked obsolete.
1950If point is at the end of a file buffer before reverting, Auto Revert 1950If point is at the end of a file buffer before reverting, Auto Revert
1951mode keeps it at the end after reverting. Similarly if point is 1951mode keeps it at the end after reverting. Similarly if point is
1952displayed at the end of a file buffer in any window, it stays at 1952displayed at the end of a file buffer in any window, it stays at
1953the end of the buffer in that window. This allows to tail a file: 1953the end of the buffer in that window. This allows you to tail a file:
1954just put point at the end of the buffer and it stays there. This 1954just put point at the end of the buffer and it stays there. This
1955rule applies to file buffers. For non-file buffers, the behavior can 1955rule applies to file buffers. For non-file buffers, the behavior can
1956be mode dependent. 1956be mode dependent.
@@ -3047,7 +3047,7 @@ struct members in C, members variables in C++ and variables in PHP.
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
3050This version of `movemail' allows to read mail from a wide range of 3050This version of `movemail' allows you to read mail from a wide range of
3051mailbox formats, including remote POP3 and IMAP4 mailboxes with or 3051mailbox formats, including remote POP3 and IMAP4 mailboxes with or
3052without TLS encryption. If GNU mailutils is installed on the system 3052without TLS encryption. If GNU mailutils is installed on the system
3053and its version of `movemail' can be found in exec-path, it will be 3053and its version of `movemail' can be found in exec-path, it will be