]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Nov 2006 02:23:45 +0000 (02:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Nov 2006 02:23:45 +0000 (02:23 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
lispref/ChangeLog

index 75733ec81f85fc3c3da340336cee283333549766..65f374c1743f496139bdaaaab88ef8aa8b13ec01 100644 (file)
@@ -45,6 +45,12 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
 
 ** 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.
index c6477d0406719e0dc12fe586ed6071c35b786581..c07da5eae7020805f4e005dded88d2241eb9ab83 100644 (file)
@@ -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.
index 02409cd7ab232b178c298fe9f87ca6e96b929bec..54357845eda0fb89ab5c3ddd8043c8fb690999fa 100644 (file)
@@ -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)