diff options
| author | Richard M. Stallman | 2006-11-28 02:23:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-11-28 02:23:45 +0000 |
| commit | 7bc297d702046417093f5d89767d763ce16cd48f (patch) | |
| tree | c86006ca99d45506572f9970dc4b48fe8f67460e | |
| parent | 6cd77d3058534f06fd54c7623a55b14f697c489c (diff) | |
| download | emacs-7bc297d702046417093f5d89767d763ce16cd48f.tar.gz emacs-7bc297d702046417093f5d89767d763ce16cd48f.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 18 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca> | 19 | 2006-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 @@ | |||
| 1 | 2006-11-28 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * searching.texi (Regexp Special): Update when ^ is special. | ||
| 4 | |||
| 1 | 2006-11-27 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-11-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * customize.texi (Customization, Common Keywords) | 7 | * customize.texi (Customization, Common Keywords) |