diff options
| author | Richard M. Stallman | 2006-07-17 21:07:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-17 21:07:29 +0000 |
| commit | 05bdf2d724324294340c1c446ed9effcde25d675 (patch) | |
| tree | 1257440a1cda36b33e146c29c68e187724522794 | |
| parent | 69c6ad8391353c627ef9ac52d7914db2b7d1de0a (diff) | |
| download | emacs-05bdf2d724324294340c1c446ed9effcde25d675.tar.gz emacs-05bdf2d724324294340c1c446ed9effcde25d675.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 4 | ||||
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
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; |
| 10 | make sure all the pages really look ok in the manual as formatted. | 8 | make 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) |
| @@ -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 | |||
| 3846 | By setting this variable to a function, you can control | ||
| 3847 | how 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 @@ | |||
| 1 | 2006-07-17 Richard Stallman <rms@gnu.org> | 1 | 2006-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 @@ | |||
| 1 | 2006-07-17 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * building.texi (Grep Searching): Explain about chaining grep commands. | ||
| 4 | |||
| 1 | 2006-07-12 Michael Olson <mwolson@gnu.org> | 5 | 2006-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. |