diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 26dec3b0b24..90083938e1c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-05-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the | ||
| 4 | corresponding change in src/Makefile.in. | ||
| 5 | |||
| 1 | 2008-04-24 Adam Gołębiowski <adamg@pld-linux.org> (tiny change) | 6 | 2008-04-24 Adam Gołębiowski <adamg@pld-linux.org> (tiny change) |
| 2 | 7 | ||
| 3 | * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo. | 8 | * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index e81b2efb529..91a07f24683 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -281,6 +281,7 @@ lisp2 = \ | |||
| 281 | $(lispsource)jka-cmpr-hook.elc \ | 281 | $(lispsource)jka-cmpr-hook.elc \ |
| 282 | $(lispsource)vc-hooks.elc \ | 282 | $(lispsource)vc-hooks.elc \ |
| 283 | $(lispsource)ediff-hook.elc \ | 283 | $(lispsource)ediff-hook.elc \ |
| 284 | $(lispsource)epa-file-hook.elc \ | ||
| 284 | $(TOOLTIP_SUPPORT) \ | 285 | $(TOOLTIP_SUPPORT) \ |
| 285 | $(WINNT_SUPPORT) \ | 286 | $(WINNT_SUPPORT) \ |
| 286 | $(WINDOW_SUPPORT) \ | 287 | $(WINDOW_SUPPORT) \ |