# HG changeset patch # User Richard M. Stallman # Date 1164680625 0 # Node ID 1d8d209edc9941f95c6da0d18329f3ae904944de # Parent e7dacee7b66e7d34d8b5434b502d30b4f1042fba *** empty log message *** diff -r e7dacee7b66e -r 1d8d209edc99 admin/FOR-RELEASE --- 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. diff -r e7dacee7b66e -r 1d8d209edc99 lisp/ChangeLog --- 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 + + * 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 * diff-mode.el (diff-mode-map): Add a binding for unified->context. diff -r e7dacee7b66e -r 1d8d209edc99 lispref/ChangeLog --- 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 + + * searching.texi (Regexp Special): Update when ^ is special. + 2006-11-27 Eli Zaretskii * customize.texi (Customization, Common Keywords)