aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-28 15:05:20 +0000
committerGerd Moellmann2000-08-28 15:05:20 +0000
commitbb17930d2345e74364a856dcb8556ca74ea8f94b (patch)
tree96deb92e6c2064de156ae928a6553085896b739e /src
parent684578bec81060ba084d41b076e3beb11c687c20 (diff)
downloademacs-bb17930d2345e74364a856dcb8556ca74ea8f94b.tar.gz
emacs-bb17930d2345e74364a856dcb8556ca74ea8f94b.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7a82c85e0e8..d0cce6abcc1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12000-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
12000-08-28 Miles Bader <miles@gnu.org> 162000-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