aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-06-05 16:37:57 +0000
committerDave Love2003-06-05 16:37:57 +0000
commitf16205ca4ce36e02fe86438efdd659931d091cc3 (patch)
treee1b13c9ff11ae2359d1b1dd0ca33a9b9be197fd8
parent12c0a8da7fa4cae2d98702a47fc84709061cb8e4 (diff)
downloademacs-f16205ca4ce36e02fe86438efdd659931d091cc3.tar.gz
emacs-f16205ca4ce36e02fe86438efdd659931d091cc3.zip
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--src/ChangeLog13
2 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 020dbc12775..8c1d08fbe45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12003-06-05 Dave Love <fx@gnu.org>
2
3 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen. Use
4 AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5 (NLIST_STRUCT): Don't define.
6
12003-06-02 Richard M. Stallman <rms@gnu.org> 72003-06-02 Richard M. Stallman <rms@gnu.org>
2 8
3 * configure.in: Revert changes of 2003-03-03 and 2003-05-24. 9 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
diff --git a/src/ChangeLog b/src/ChangeLog
index ade22102099..1713b57f146 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12003-06-05 Dave Love <fx@gnu.org>
2
3 * mktime.c (__mktime_internal): Merge changes from gnulib
4 involving year 69 and dst2.
5
6 Changes to merge with gnulib version and be consistent with the
7 autoconf test:
8
9 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H. Use
10 HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
11 [HAVE_LOCALE_H]: Include locale.h.
12 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
13
12003-06-05 Kim F. Storm <storm@cua.dk> 142003-06-05 Kim F. Storm <storm@cua.dk>
2 15
3 * window.c (coordinates_in_window): Convert X and Y to window 16 * window.c (coordinates_in_window): Convert X and Y to window