aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-11-28 02:23:45 +0000
committerRichard M. Stallman2006-11-28 02:23:45 +0000
commit7bc297d702046417093f5d89767d763ce16cd48f (patch)
treec86006ca99d45506572f9970dc4b48fe8f67460e
parent6cd77d3058534f06fd54c7623a55b14f697c489c (diff)
downloademacs-7bc297d702046417093f5d89767d763ce16cd48f.tar.gz
emacs-7bc297d702046417093f5d89767d763ce16cd48f.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE6
-rw-r--r--lisp/ChangeLog18
-rw-r--r--lispref/ChangeLog4
3 files changed, 28 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 75733ec81f8..65f374c1743 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -45,6 +45,12 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
45 45
46** Document use of gpg-agent 46** Document use of gpg-agent
47 47
48** monnier@iro.umontreal.ca, Nov 24:
49 gnus-summary-tick-article-forward doesn't work any more?
50
51** jpff@codemist.co.uk, Nov 23: Problem in reading mail
52 Error is Invalid search bound
53
48* DOCUMENTATION 54* DOCUMENTATION
49 55
50** Check the Emacs Tutorial. 56** Check the Emacs Tutorial.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c6477d04067..c07da5eae70 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12006-11-28 Richard Stallman <rms@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4 Replace incorrect use of assoc-default with a loop.
5
6 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7
8 * simple.el (next-error-find-buffer): Improve messages.
9
10 * files.el (revert-buffer): Special error message if file
11 is now not readable.
12
13 * facemenu.el (facemenu-add-new-face): Improve doc strings of
14 constructed commands.
15
16 * comint.el (comint-exec-1): Provide Emacs version and `comint'
17 in INSIDE_EMACS.
18
12006-11-27 Stefan Monnier <monnier@iro.umontreal.ca> 192006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2 20
3 * diff-mode.el (diff-mode-map): Add a binding for unified->context. 21 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 02409cd7ab2..54357845eda 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12006-11-28 Richard Stallman <rms@gnu.org>
2
3 * searching.texi (Regexp Special): Update when ^ is special.
4
12006-11-27 Eli Zaretskii <eliz@gnu.org> 52006-11-27 Eli Zaretskii <eliz@gnu.org>
2 6
3 * customize.texi (Customization, Common Keywords) 7 * customize.texi (Customization, Common Keywords)