Mercurial > emacs
changeset 74287:1d8d209edc99
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 28 Nov 2006 02:23:45 +0000 |
parents | e7dacee7b66e |
children | 12e8cedf59f1 |
files | admin/FOR-RELEASE lisp/ChangeLog lispref/ChangeLog |
diffstat | 3 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Tue Nov 28 02:23:22 2006 +0000 +++ b/admin/FOR-RELEASE Tue Nov 28 02:23:45 2006 +0000 @@ -45,6 +45,12 @@ ** Document use of gpg-agent +** monnier@iro.umontreal.ca, Nov 24: + gnus-summary-tick-article-forward doesn't work any more? + +** jpff@codemist.co.uk, Nov 23: Problem in reading mail + Error is Invalid search bound + * DOCUMENTATION ** Check the Emacs Tutorial.
--- a/lisp/ChangeLog Tue Nov 28 02:23:22 2006 +0000 +++ b/lisp/ChangeLog Tue Nov 28 02:23:45 2006 +0000 @@ -1,3 +1,21 @@ +2006-11-28 Richard Stallman <rms@gnu.org> + + * emacs-lisp/bytecomp.el (byte-compile-get-constant): + Replace incorrect use of assoc-default with a loop. + + * term.el (term-exec-1): Set envvar INSIDE_EMACS. + + * simple.el (next-error-find-buffer): Improve messages. + + * files.el (revert-buffer): Special error message if file + is now not readable. + + * facemenu.el (facemenu-add-new-face): Improve doc strings of + constructed commands. + + * comint.el (comint-exec-1): Provide Emacs version and `comint' + in INSIDE_EMACS. + 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca> * diff-mode.el (diff-mode-map): Add a binding for unified->context.
--- a/lispref/ChangeLog Tue Nov 28 02:23:22 2006 +0000 +++ b/lispref/ChangeLog Tue Nov 28 02:23:45 2006 +0000 @@ -1,3 +1,7 @@ +2006-11-28 Richard Stallman <rms@gnu.org> + + * searching.texi (Regexp Special): Update when ^ is special. + 2006-11-27 Eli Zaretskii <eliz@gnu.org> * customize.texi (Customization, Common Keywords)