diff options
| author | Gerd Moellmann | 2000-09-07 09:52:42 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-07 09:52:42 +0000 |
| commit | 0da3ecefdeef9528f560ceb7f9578d812936b139 (patch) | |
| tree | dc9737f67abbe5e7fc6d6dd927812b7d20f862ba | |
| parent | 628436fbc6e5ce107124f245b988a7f853b7ca31 (diff) | |
| download | emacs-0da3ecefdeef9528f560ceb7f9578d812936b139.tar.gz emacs-0da3ecefdeef9528f560ceb7f9578d812936b139.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 800b93b6373..0f145d5e06e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | 2000-09-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * vc.el: Remove `$Id$' tag. | 3 | * faces.el (set-face-attribute): Simplify by calling |
| 4 | internal-set-lisp-face-attribute with FRAME being 0. | ||
| 5 | |||
| 6 | * vc.el: Remove `Id' version control keyword. | ||
| 4 | 7 | ||
| 5 | 2000-09-07 Kenichi Handa <handa@etl.go.jp> | 8 | 2000-09-07 Kenichi Handa <handa@etl.go.jp> |
| 6 | 9 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 5e13947f422..704b75af9c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-09-07 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0, | ||
| 4 | change face on all frames, and change the default for new frames. | ||
| 5 | |||
| 1 | 2000-09-07 Dave Love <fx@gnu.org> | 6 | 2000-09-07 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj. | 8 | * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj. |