]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 17 Jul 2006 21:07:29 +0000 (21:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 17 Jul 2006 21:07:29 +0000 (21:07 +0000)
admin/FOR-RELEASE
etc/NEWS
lispref/ChangeLog
man/ChangeLog

index f6654bb3c34e7ad306a32383f8d2a7ee290385d5..4fddc2dc523654c065c50bcad62447f699288c99 100644 (file)
@@ -4,8 +4,6 @@ Tasks needed before the next release.
 
 ** 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 @@ and KDE projects, to use the new Emacs icons in etc/images/icons.
 
 * 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)
index 59cb508f233885a90df0a5162380a30edabd01fc..1f8ccf91d962df94d6be2b6b152e95a01ee281e9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3840,6 +3840,12 @@ If it is non-nil, the function lists only faces matching this regexp.
 `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:
 
 +++
index 7ed5ed986b8b489e35ba1c0257cb2cd4f8fd9992..dc000875cec2e6a9d68b87b16d22e87feec49049 100644 (file)
@@ -1,5 +1,7 @@
 2006-07-17  Richard Stallman  <rms@gnu.org>
 
+       * control.texi (Processing of Errors): Add command-error-function.
+
        * variables.texi (File Local Variables): Clarify that
        file local variables make buffer-local bindings.
 
index 851c37cfdb2f3fdd7c3d516108f6215646545842..86157a2c008e577627ee5d844bddf9a92ec1ca87 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-17  Richard Stallman  <rms@gnu.org>
+
+       * building.texi (Grep Searching): Explain about chaining grep commands.
+
 2006-07-12  Michael Olson  <mwolson@gnu.org>
 
        * erc.texi: Update for ERC 5.1.3.