aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2003-05-20 16:34:55 +0000
committerDave Love2003-05-20 16:34:55 +0000
commit463f55eece32211d04d8c3f50179b767753a4649 (patch)
treeb11e08688d16f1b0c1d628a174c61d4256b68ec9
parentdd843b6af33fd4cd044e4282bc91048404d33295 (diff)
downloademacs-463f55eece32211d04d8c3f50179b767753a4649.tar.gz
emacs-463f55eece32211d04d8c3f50179b767753a4649.zip
*** empty log message ***
-rw-r--r--ChangeLog18
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--src/ChangeLog4
3 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77a4aa62884..185c0b7efa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
12003-05-20 Dave Love <fx@gnu.org>
2
3 * configure.in: Append * to s390-*-linux-gnu case.
4 (LIBMAIL) <lockfile>: Don't define.
5
62003-04-30 Richard M. Stallman <rms@gnu.org>
7
8 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
9
102003-04-28 Francesco Potort,Al(B <pot@gnu.org>
11
12 * configure.in: Undo last (RMS') change, as it is useless, per
13 Dave Love.
14
152003-04-08 Richard M. Stallman <rms@gnu.org>
16
17 * configure.in: Put #include of jpeglib.h at start of line.
18
12003-04-30 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 192003-04-30 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
2 20
3 * INSTALL (* GNU/Linux development packages): Mention Debian and 21 * INSTALL (* GNU/Linux development packages): Mention Debian and
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index d7115139a5e..cd1e4fb59fb 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12003-05-20 Dave Love <fx@gnu.org>
2
3 * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
4
5 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
6
12003-04-27 Oliver Scholz <alkibiades@gmx.de> 72003-04-27 Oliver Scholz <alkibiades@gmx.de>
2 8
3 * update-game-score.c (read_scores): Fix corruption of scores on 9 * update-game-score.c (read_scores): Fix corruption of scores on
diff --git a/src/ChangeLog b/src/ChangeLog
index 345332affc4..2fcd1249d96 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-05-20 Dave Love <fx@gnu.org>
2
3 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
4
12003-05-19 Richard M. Stallman <rms@gnu.org> 52003-05-19 Richard M. Stallman <rms@gnu.org>
2 6
3 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified 7 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified