# HG changeset patch # User Richard M. Stallman # Date 1153170449 0 # Node ID ad94c37a2dfce3908dd19b7cc6da4747b3cf9725 # Parent e430f5632d15e41f8c926da30c232eee40aabbac *** empty log message *** diff -r e430f5632d15 -r ad94c37a2dfc admin/FOR-RELEASE --- a/admin/FOR-RELEASE Mon Jul 17 21:07:23 2006 +0000 +++ b/admin/FOR-RELEASE Mon Jul 17 21:07:29 2006 +0000 @@ -4,8 +4,6 @@ ** Update release dates of manuals. -** Get rid of overfull and underfull boxes in manuals. - ** Check for widow and orphan lines in manuals; make sure all the pages really look ok in the manual as formatted. @@ -33,6 +31,8 @@ * BUGS +** Simon Marshall reported on July 3, First CVS command generates empty buffer. + ** Markus Gritsch's report about Emacs looping on Windoze with the following .emacs file, and then reduce Emacs frame width to "something quite narrow": (setq-default truncate-lines t) diff -r e430f5632d15 -r ad94c37a2dfc etc/NEWS --- a/etc/NEWS Mon Jul 17 21:07:23 2006 +0000 +++ b/etc/NEWS Mon Jul 17 21:07:29 2006 +0000 @@ -3840,6 +3840,12 @@ `string-or-null-p' returns non-nil iff OBJECT is a string or nil. `booleanp' returns non-nil iff OBJECT is a t or nil. ++++ +*** New hook `command-error-function'. + +By setting this variable to a function, you can control +how the editor command loop shows the user an error message. + ** Lisp code indentation features: +++ diff -r e430f5632d15 -r ad94c37a2dfc lispref/ChangeLog --- a/lispref/ChangeLog Mon Jul 17 21:07:23 2006 +0000 +++ b/lispref/ChangeLog Mon Jul 17 21:07:29 2006 +0000 @@ -1,5 +1,7 @@ 2006-07-17 Richard Stallman + * control.texi (Processing of Errors): Add command-error-function. + * variables.texi (File Local Variables): Clarify that file local variables make buffer-local bindings. diff -r e430f5632d15 -r ad94c37a2dfc man/ChangeLog --- a/man/ChangeLog Mon Jul 17 21:07:23 2006 +0000 +++ b/man/ChangeLog Mon Jul 17 21:07:29 2006 +0000 @@ -1,3 +1,7 @@ +2006-07-17 Richard Stallman + + * building.texi (Grep Searching): Explain about chaining grep commands. + 2006-07-12 Michael Olson * erc.texi: Update for ERC 5.1.3.