diff options
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 | ||