aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c1477bc2555..5ca300dd833 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12009-07-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * Makefile.in (SOME_MACHINE_LISP): Add ../lisp/term/common-win.elc.
4
12009-06-30 Chong Yidong <cyd@stupidchicken.com> 52009-06-30 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * xftfont.c (xftfont_open): Avoid passing NULL argument to 7 * xftfont.c (xftfont_open): Avoid passing NULL argument to
diff --git a/src/Makefile.in b/src/Makefile.in
index 6a9902131a3..425cf98f922 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -868,6 +868,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \
868 ../lisp/international/ccl.elc \ 868 ../lisp/international/ccl.elc \
869 ../lisp/international/fontset.elc \ 869 ../lisp/international/fontset.elc \
870 ../lisp/mouse.elc \ 870 ../lisp/mouse.elc \
871 ../lisp/term/common-win.elc \
871 ../lisp/term/x-win.elc \ 872 ../lisp/term/x-win.elc \
872 ../lisp/term/pc-win.elc \ 873 ../lisp/term/pc-win.elc \
873 ../lisp/term/ns-win.elc 874 ../lisp/term/ns-win.elc