diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 1 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-06-30 Chong Yidong <cyd@stupidchicken.com> | 5 | 2009-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 |