diff options
| author | Eli Zaretskii | 2004-09-10 18:19:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-09-10 18:19:37 +0000 |
| commit | 21065c92fa2d42341307263f65427257eaec81da (patch) | |
| tree | e6e05a5b2ccd7f23ea73c075e2c4e3ba6b3bf108 /src/ChangeLog | |
| parent | 844fc0850535556c733bbe78c44ef656b2d6cccd (diff) | |
| download | emacs-21065c92fa2d42341307263f65427257eaec81da.tar.gz emacs-21065c92fa2d42341307263f65427257eaec81da.zip | |
(msdos.o): Depend on buffer.h, commands.h, and
blockinput.h.
(dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
charset.h, and coding.h
(w16select.o): Depend on buffer.h, charset.h, coding.h, and
composite.h.
(term.o): Depend on window.h and keymap.h.
(abbrev.o): Depend on syntax.h.
(callint.o): Depend on keymap.h.
(casefiddle.o): Depend on charset.h and keymap.h.
(category.o): Depend on keymap.h.
(coding.o): Depend on dispextern.h.
(cmds.o): Depend on keyboard.h and keymap.h.
(dispnew.o): Depend on indent.h and intervals.h.
(doc.o): Depend on keymap.h.
(editfns.o): Depend on frame.h.
(emacs.o): Depend on dispextern.h.
(fileio.o): Don't depend on ccl.h.
(filelock.o): Depend on charset.h and coding.h.
(frame.o): Depend on w32term.h and macterm.h.
(insdel.o): Depend on region-cache.h.
(keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
(minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
(search.o): Depend on $(INTERVALS_SRC).
(syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
(window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
xterm.h, w32term.h, and macterm.h.
(xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
w32term.h, and macterm.h.
(xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
region-cache.h, xterm.h, w32term.h, and macterm.h.
(bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
(data.o): Depend on frame.h.
(fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
(print.o): Depend on termchar.h and $(INTERVALS_SRC).
(lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
(intervals.o): Depend on keymap.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f6d9f4b1c1..79387a8ea19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,44 @@ | |||
| 5 | 5 | ||
| 6 | 2004-09-10 Eli Zaretskii <eliz@gnu.org> | 6 | 2004-09-10 Eli Zaretskii <eliz@gnu.org> |
| 7 | 7 | ||
| 8 | * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and | ||
| 9 | blockinput.h. | ||
| 10 | (dosfns.o): Depend on blockinput.h, window.h, dispextern.h, | ||
| 11 | charset.h, and coding.h | ||
| 12 | (w16select.o): Depend on buffer.h, charset.h, coding.h, and | ||
| 13 | composite.h. | ||
| 14 | (term.o): Depend on window.h and keymap.h. | ||
| 15 | (abbrev.o): Depend on syntax.h. | ||
| 16 | (callint.o): Depend on keymap.h. | ||
| 17 | (casefiddle.o): Depend on charset.h and keymap.h. | ||
| 18 | (category.o): Depend on keymap.h. | ||
| 19 | (coding.o): Depend on dispextern.h. | ||
| 20 | (cmds.o): Depend on keyboard.h and keymap.h. | ||
| 21 | (dispnew.o): Depend on indent.h and intervals.h. | ||
| 22 | (doc.o): Depend on keymap.h. | ||
| 23 | (editfns.o): Depend on frame.h. | ||
| 24 | (emacs.o): Depend on dispextern.h. | ||
| 25 | (fileio.o): Don't depend on ccl.h. | ||
| 26 | (filelock.o): Depend on charset.h and coding.h. | ||
| 27 | (frame.o): Depend on w32term.h and macterm.h. | ||
| 28 | (insdel.o): Depend on region-cache.h. | ||
| 29 | (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h. | ||
| 30 | (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h. | ||
| 31 | (search.o): Depend on $(INTERVALS_SRC). | ||
| 32 | (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC). | ||
| 33 | (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC), | ||
| 34 | xterm.h, w32term.h, and macterm.h. | ||
| 35 | (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h, | ||
| 36 | w32term.h, and macterm.h. | ||
| 37 | (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC), | ||
| 38 | region-cache.h, xterm.h, w32term.h, and macterm.h. | ||
| 39 | (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h. | ||
| 40 | (data.o): Depend on frame.h. | ||
| 41 | (fns.o): Depend on keymap.h, xterm.h, and blockinput.h. | ||
| 42 | (print.o): Depend on termchar.h and $(INTERVALS_SRC). | ||
| 43 | (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h. | ||
| 44 | (intervals.o): Depend on keymap.h. | ||
| 45 | |||
| 8 | * msdos.c (msdos_set_cursor_shape): Add debugging print-out to | 46 | * msdos.c (msdos_set_cursor_shape): Add debugging print-out to |
| 9 | termscript. | 47 | termscript. |
| 10 | 48 | ||