comparison src/ChangeLog @ 106620:49b299dce670

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 19 Dec 2009 11:25:34 +0000
parents 431b202f351d
children a0bf2614deb1
comparison
equal deleted inserted replaced
106619:528f9cf7298f 106620:49b299dce670
1 2009-12-19 Eli Zaretskii <eliz@gnu.org>
2
3 Update dependencies in Makefile.in.
4
5 * Makefile.in (alloc.o): Depend on termhooks.h.
6 (atimer.o): Depend on blockinput.h.
7 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
8 and frame.h.
9 (callint.o): Depend on systime.h, coding.h, and composite.h.
10 (callproc.o): Depend on buffer.h.
11 (casefiddle.o): Don't depend on charset.h.
12 (casetab.o): Depend on character.h.
13 (ccl.o): Depend on composite.h.
14 (chartab.o): Depend on ccl.h.
15 (cm.o): Depend on dispextern.h.
16 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
17 (coding.o): Don't depend on $(INTERVALS_H).
18 (composite.o): Don't depend on dispextern.h explicitly (it's in
19 $(INTERVALS_H)). Depend on ccl.h.
20 (data.o): Depend on systime.h, coding.h, composite.h,
21 dispextern.h, font.h, and ccl.h.
22 (dired.o): Depend on composite.h.
23 (dispnew.o): Depend on coding.h. Don't depend explicitly on
24 composite.h (it's in $(INTERVALS_H)).
25 (doc.o): Depend on systime.h, coding.h, and composite.h.
26 (editfns.o): Don't depend explicitly on dispextern.h.
27 (emacs.o): Depend on frame.h and coding.h.
28 (eval.o): Depend on coding.h, composite.h, and xterm.h.
29 (fileio.o): Depend on frame.h and commands.h. Don't depend
30 explicitly on dispextern.h.
31 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
32 composite.h.
33 (fns.o): Don't depend on termhooks.h.
34 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
35 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
36 coding.h, $(INTERVALS_H), window.h, xterm.h.
37 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
38 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
39 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
40 fontset.h, ccl.h, and ftfont.h.
41 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
42 (gtkutil.o): Depend on dispextern.h and composite.h.
43 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
44 termhooks.h, and ccl.h.
45 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
46 (intervals.o): Depend on systime.h and coding.h.
47 (keyboard.o): Depend on composite.h and coding.h.
48 (keymap.o): Depend on coding.h and frame.h.
49 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
50 (macros.o): Depend on systime.h, coding.h, and composite.h.
51 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
52 and atimer.h.
53 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
54 dispextern.h explicitly.
55 (print.o): Depend on termhooks.h, coding.h, and ccl.h. Don't
56 depend explicitly on dispextern.h and composite.h.
57 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
58 (regex.o): Don't depend on charset.h.
59 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
60 (search.o): Don't depend explicitly on composite.h.
61 (sound.o): Depend on atimer.h and systime.h.
62 (syntax.o): Don't depend explicitly on composite.h.
63 (sysdep.o): Depend on coding.h and composite.h.
64 (term.o): Depend on xterm.h and buffer.h.
65 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
66 (textprop.o): Don't depend on dispextern.h explicitly.
67 (undo.o): Depend on dispextern.h.
68 (window.o): Depend on coding.h and termhooks.h. Don't depend on
69 dispextern.h and composite.h explicitly.
70 (xdisp.o): Depend on ccl.h.
71 (xfaces.o): Depend on coding.h and ccl.h.
72 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
73 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
74 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
75 ftfont.h.
76 (xgselect.o): New dependency.
77 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
78 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
79 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
80 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
81 (xsmfns.o): Depend on frame.h and dispextern.h.
82 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
83 sysselect.h.
84
1 2009-12-19 Andreas Schwab <schwab@linux-m68k.org> 85 2009-12-19 Andreas Schwab <schwab@linux-m68k.org>
2 86
3 * font.c (Fclear_font_cache): Pass correct cache argument to 87 * font.c (Fclear_font_cache): Pass correct cache argument to
4 font_clear_cache. 88 font_clear_cache.
5 89