aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-17 21:07:29 +0000
committerRichard M. Stallman2006-07-17 21:07:29 +0000
commit05bdf2d724324294340c1c446ed9effcde25d675 (patch)
tree1257440a1cda36b33e146c29c68e187724522794
parent69c6ad8391353c627ef9ac52d7914db2b7d1de0a (diff)
downloademacs-05bdf2d724324294340c1c446ed9effcde25d675.tar.gz
emacs-05bdf2d724324294340c1c446ed9effcde25d675.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE4
-rw-r--r--etc/NEWS6
-rw-r--r--lispref/ChangeLog2
-rw-r--r--man/ChangeLog4
4 files changed, 14 insertions, 2 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index f6654bb3c34..4fddc2dc523 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -4,8 +4,6 @@ Tasks needed before the next release.
4 4
5** Update release dates of manuals. 5** Update release dates of manuals.
6 6
7** Get rid of overfull and underfull boxes in manuals.
8
9** Check for widow and orphan lines in manuals; 7** Check for widow and orphan lines in manuals;
10make sure all the pages really look ok in the manual as formatted. 8make sure all the pages really look ok in the manual as formatted.
11 9
@@ -33,6 +31,8 @@ and KDE projects, to use the new Emacs icons in etc/images/icons.
33 31
34* BUGS 32* BUGS
35 33
34** Simon Marshall reported on July 3, First CVS command generates empty buffer.
35
36** Markus Gritsch's report about Emacs looping on Windoze with the following 36** Markus Gritsch's report about Emacs looping on Windoze with the following
37.emacs file, and then reduce Emacs frame width to "something quite narrow": 37.emacs file, and then reduce Emacs frame width to "something quite narrow":
38 (setq-default truncate-lines t) 38 (setq-default truncate-lines t)
diff --git a/etc/NEWS b/etc/NEWS
index 59cb508f233..1f8ccf91d96 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3840,6 +3840,12 @@ If it is non-nil, the function lists only faces matching this regexp.
3840`string-or-null-p' returns non-nil iff OBJECT is a string or nil. 3840`string-or-null-p' returns non-nil iff OBJECT is a string or nil.
3841`booleanp' returns non-nil iff OBJECT is a t or nil. 3841`booleanp' returns non-nil iff OBJECT is a t or nil.
3842 3842
3843+++
3844*** New hook `command-error-function'.
3845
3846By setting this variable to a function, you can control
3847how the editor command loop shows the user an error message.
3848
3843** Lisp code indentation features: 3849** Lisp code indentation features:
3844 3850
3845+++ 3851+++
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 7ed5ed986b8..dc000875cec 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,7 @@
12006-07-17 Richard Stallman <rms@gnu.org> 12006-07-17 Richard Stallman <rms@gnu.org>
2 2
3 * control.texi (Processing of Errors): Add command-error-function.
4
3 * variables.texi (File Local Variables): Clarify that 5 * variables.texi (File Local Variables): Clarify that
4 file local variables make buffer-local bindings. 6 file local variables make buffer-local bindings.
5 7
diff --git a/man/ChangeLog b/man/ChangeLog
index 851c37cfdb2..86157a2c008 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12006-07-17 Richard Stallman <rms@gnu.org>
2
3 * building.texi (Grep Searching): Explain about chaining grep commands.
4
12006-07-12 Michael Olson <mwolson@gnu.org> 52006-07-12 Michael Olson <mwolson@gnu.org>
2 6
3 * erc.texi: Update for ERC 5.1.3. 7 * erc.texi: Update for ERC 5.1.3.