Mercurial > emacs
comparison src/ChangeLog @ 31229:0c280e986946
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 28 Aug 2000 15:05:20 +0000 |
parents | 50b63dd65faf |
children | 1062e0ffbdad |
comparison
equal
deleted
inserted
replaced
31228:65c8313ed515 | 31229:0c280e986946 |
---|---|
1 2000-08-28 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * emacs.c, callint.c, doc.c, editfns.c | |
4 (toplevel) [HAVE_STRING_H]: Include string.h. | |
5 (toplevel) [HAVE_STRINGS_H]: Include strings.h. | |
6 (index): Remove prototypes which might conflict with non-standard | |
7 definitions of index/strchr. | |
8 | |
9 * s/usg5-3.h (index): Define only if not HAVE_INDEX. | |
10 (rindex): Define only if !HAVE_RINDEX. | |
11 | |
12 * s/sco5.h (bcopy, bzero, bcmp): Don't define. | |
13 | |
14 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs. | |
15 | |
1 2000-08-28 Miles Bader <miles@gnu.org> | 16 2000-08-28 Miles Bader <miles@gnu.org> |
2 | 17 |
3 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if | 18 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if |
4 made inconsistent by a font-related attribute in FROM. | 19 made inconsistent by a font-related attribute in FROM. |
5 (merge_face_inheritance): Add function comment. | 20 (merge_face_inheritance): Add function comment. |