aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-07-08 22:55:36 +0000
committerRichard M. Stallman2005-07-08 22:55:36 +0000
commit917e0c95de064f1b2f4a589cc3aca1c683fc04cf (patch)
treef8f10485d1fa740e4f9c27057047d01a7a82fc05
parent65a30f585cb16df3d12a8e9a9c951021c8c2f389 (diff)
downloademacs-917e0c95de064f1b2f4a589cc3aca1c683fc04cf.tar.gz
emacs-917e0c95de064f1b2f4a589cc3aca1c683fc04cf.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog24
-rw-r--r--lispref/ChangeLog6
2 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9edac5143b8..c8c0757c4cf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12005-07-08 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4 Check for "emacs", etc., as entire symbol, not just as word.
5 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6
7 * files.el (set-visited-file-name): Report the error
8 for "empty filename" earlier.
9 (kill-some-buffers): Ignore buffers already dead.
10
11 * fringe.el (fringe-mode): Doc fix.
12
13 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14 Check for (featurep 'xemacs) and turn off warnings in what it guards.
15 Use unwind-protect to ensure byte-compile-unresolved-functions
16 is updated.
17
18 * whitespace.el (whitespace-buffer-leading-cleanup):
19 Simplify w/ skip-chars-forward.
20 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
21
22 * mail/rmail.el (rmail-only-expunge): Fix paren error.
23 Unconditionally try to leave point at the same old place.
24
12005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change) 252005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
2 26
3 * comint.el (comint-postoutput-scroll-to-bottom) 27 * comint.el (comint-postoutput-scroll-to-bottom)
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e3551e863a0..3fa35fab079 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,9 @@
12005-07-08 Richard M. Stallman <rms@gnu.org>
2
3 * README: Update edition number and size estimate.
4
5 * elisp.texi (VERSION): Set to 2.9.
6
12005-07-07 Richard M. Stallman <rms@gnu.org> 72005-07-07 Richard M. Stallman <rms@gnu.org>
2 8
3 * book-spine.texinfo: Update Emacs version. 9 * book-spine.texinfo: Update Emacs version.