aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-01-31 18:54:50 -0500
committerChong Yidong2011-01-31 18:54:50 -0500
commit14beddf4711854b01d400f36166dc71eb39435bb (patch)
tree04fd96bb0f5dcf5f3aa4e9f39a537edc61038f83 /ChangeLog
parent2a4466ca2001c29fd654420b081b780981333dc5 (diff)
parent113ef437f21c6ea1b65abe668feb86f1622a9f2e (diff)
downloademacs-14beddf4711854b01d400f36166dc71eb39435bb.tar.gz
emacs-14beddf4711854b01d400f36166dc71eb39435bb.zip
Merge changes from emacs-23 branch
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>