aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lispref/ChangeLog4
2 files changed, 9 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd943b52acd..dd49c2d5e14 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-05-01 Richard M. Stallman <rms@gnu.org>
2
3 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4 Rename ARG to ELEMENT. Doc fix.
5
12005-05-02 Nick Roberts <nickrob@snap.net.nz> 62005-05-02 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * allout.el (allout-exposure): Remove macro and obsolete declaration. 8 * allout.el (allout-exposure): Remove macro and obsolete declaration.
@@ -11,11 +16,6 @@
11 Remove aliases and obsolete declarations. 16 Remove aliases and obsolete declarations.
12 Back out inadvertant changes from previous commit. 17 Back out inadvertant changes from previous commit.
13 18
142005-05-01 Richard M. Stallman <rms@gnu.org>
15
16 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17 Rename ARG to ELEMENT. Doc fix.
18
192005-05-01 Luc Teirlinck <teirllm@auburn.edu> 192005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20 20
21 * files.el (require-final-newline): Make Custom tags consistent 21 * files.el (require-final-newline): Make Custom tags consistent
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e20f6f075c1..9540b814818 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-05-01 Richard M. Stallman <rms@gnu.org>
2
3 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
4
12005-04-30 Richard M. Stallman <rms@gnu.org> 52005-04-30 Richard M. Stallman <rms@gnu.org>
2 6
3 * files.texi (Magic File Names): Document `operations' property. 7 * files.texi (Magic File Names): Document `operations' property.