aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-07-31 22:59:53 +0000
committerDave Love2002-07-31 22:59:53 +0000
commit4a3923ed6df667fdc3410453a93c4173903a8eee (patch)
tree7b86cdfe2bd89166d292062abf0a4276e304fca5
parent45dd79b9e9525d00dd0aaa7a13b639373291e6c6 (diff)
downloademacs-4a3923ed6df667fdc3410453a93c4173903a8eee.tar.gz
emacs-4a3923ed6df667fdc3410453a93c4173903a8eee.zip
*** empty log message ***
-rw-r--r--ChangeLog12
-rw-r--r--src/ChangeLog17
2 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ce38f106fd..194f2af7c29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
12002-07-31 Dave Love <fx@gnu.org>
2
3 * Makefile.in (leim): Don't put PARALLEL in environment.
4 ($(srcdir)/src/config.in, $(srcdir)/src/stamp-h.in): New.
5 (install-arch-indep, install-arch-indep): Merge changes from
6 trunk.
7
8 * configure.in: Require autoconf 2.53. Merge changes from trunk.
9 Test for sys/mman.h, sys/param.h
10 (AC_PROG_YACC): Deleted.
11 (AH_BOTTOM): Maybe include strings.h.
12
12002-06-11 Dave Love <fx@gnu.org> 132002-06-11 Dave Love <fx@gnu.org>
2 14
3 * configure.in: Check for pty.h. Check for correct libungif. 15 * configure.in: Check for pty.h. Check for correct libungif.
diff --git a/src/ChangeLog b/src/ChangeLog
index bbf18ef11f8..2071b3507f7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12002-07-31 Dave Love <fx@gnu.org>
2
3 * config.in: Generated with autoheader.
4
5 * xfns.c [HAVE_STDLIB_H]: Change logic (instead of fixing typo).
6
7 * m/sparc.h (HAVE_ALLOCA): Delete.
8
9 * s/irix6-5.h: Don't include strings.h.
10 (bcopy, bzero, bcmp): Don't undef.
11
12 * s/irix6-0.h (bcopy, bzero, bcmp): Don't undef.
13
14 * s/usg5-4.h (NO_SIOCTL_H): Don't define.
15 (TIOCSIGSEND): Don't test IRIX6.
16 (bcopy, bzero, bcmp): Define conditionally.
17
12002-07-31 Kenichi Handa <handa@etl.go.jp> 182002-07-31 Kenichi Handa <handa@etl.go.jp>
2 19
3 * buffer.c (Qas, Qmake, Qto): New variables. 20 * buffer.c (Qas, Qmake, Qto): New variables.