aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index df753d1f005..178c8d8e5d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
12011-01-31 Chong Yidong <cyd@stupidchicken.com>
2
3 * configure.in: Test existence of xaw3d library, not just the
4 header (Bug#7642).
5
12011-01-31 Eli Zaretskii <eliz@gnu.org> 62011-01-31 Eli Zaretskii <eliz@gnu.org>
2 7
3 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and 8 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
4 $(BLD)/time_r.$(O). 9 $(BLD)/time_r.$(O).
5 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and 10 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
6 $(EMACS_ROOT)/src/m/intel386.h. 11 $(EMACS_ROOT)/src/m/intel386.h.
7 ($(BLD)/strftime.$(O)): 12 ($(BLD)/strftime.$(O)):
8 ($(BLD)/time_r.$(O)): Define prerequisites. 13 ($(BLD)/time_r.$(O)): Define prerequisites.
9 14
102011-01-31 Paul Eggert <eggert@cs.ucla.edu> 152011-01-31 Paul Eggert <eggert@cs.ucla.edu>