diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc9512d68d3..8bcc57b00dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-05-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (region-cache.o): Depend on config.h. | ||
| 4 | |||
| 1 | 2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change) | 5 | 2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change) |
| 2 | 6 | ||
| 3 | * indent.c (compute_motion): Save vpos in prev_vpos when dealing | 7 | * indent.c (compute_motion): Save vpos in prev_vpos when dealing |
diff --git a/src/Makefile.in b/src/Makefile.in index c1399942ffa..f24168a5cf5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1123,7 +1123,7 @@ process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | |||
| 1123 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ | 1123 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ |
| 1124 | keyboard.h $(config_h) | 1124 | keyboard.h $(config_h) |
| 1125 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h | 1125 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h |
| 1126 | region-cache.o: region-cache.c buffer.h region-cache.h | 1126 | region-cache.o: region-cache.c buffer.h region-cache.h $(config_h) |
| 1127 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ | 1127 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ |
| 1128 | $(config_h) | 1128 | $(config_h) |
| 1129 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1129 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |