diff options
-rw-r--r-- | admin/FOR-RELEASE | 4 | ||||
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | man/ChangeLog | 5 |
3 files changed, 10 insertions, 2 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 53a1b3b46ed..7e28554a4cd 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -86,13 +86,13 @@ through the custom mechanism. ** dooglus@gmail.com, Dec 29: 4 week-old pretest bugs Two GTK version bugs. -** pgg bugs reported by rms. - ** jpff@cs.bath.ac.uk, Jan 5: Failure to submit second netnews message ** KSNetz@UseNet.ArcorNews.DE, Jan 5: url-http.el: calling the callback function for proxy connections +** simon.marshall@misys.com, Jan 9: Possible mouse-face redisplay glitch + * DOCUMENTATION ** Check the Emacs Tutorial. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 997ead93bc8..b3c620179cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2007-01-10 Richard Stallman <rms@gnu.org> + * battery.el (battery-linux-proc-acpi): Use ignore-errors + around calls to directory-files. + * subr.el (momentary-string-display): Use save-excursion. * emacs-lisp/pp.el (pp-eval-expression): Once again eval the diff --git a/man/ChangeLog b/man/ChangeLog index 8bed7ae1672..342bafa4e6b 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2007-01-10 Richard Stallman <rms@gnu.org> + + * msdog.texi (Windows Keyboard): Yet another try to make + everyone happy with that passage. + 2007-01-05 Richard Stallman <rms@gnu.org> * anti.texi (Antinews): Mention M-x shell scrolling. |