diff options
| author | Richard M. Stallman | 2005-05-01 14:00:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-01 14:00:51 +0000 |
| commit | b2cfb30bd008c5e594ab027b505bbb02e1de8568 (patch) | |
| tree | 208301435e9140e37f694f7ff80a2a432f687a14 | |
| parent | 332c6d4e066cdaa8483a0d80eb48195189aa82ab (diff) | |
| download | emacs-b2cfb30bd008c5e594ab027b505bbb02e1de8568.tar.gz emacs-b2cfb30bd008c5e594ab027b505bbb02e1de8568.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-05-02 Nick Roberts <nickrob@snap.net.nz> | 6 | 2005-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 | ||
| 14 | 2005-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 | |||
| 19 | 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | 19 | 2005-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 @@ | |||
| 1 | 2005-05-01 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Invisible Text): Correct add-to-invisibility-spec. | ||
| 4 | |||
| 1 | 2005-04-30 Richard M. Stallman <rms@gnu.org> | 5 | 2005-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. |