diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1b922579fc0..b0edc2c0375 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,16 @@ | |||
| 1 | 2011-02-04 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-02-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * makefile.w32-in (LISP_H, PROCESS_H): New variables. | ||
| 4 | Replace all uses of lisp.h with $(LISP_H), and all uses of | ||
| 5 | process.h with $(PROCESS_H). | ||
| 6 | ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h. | ||
| 7 | ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h. | ||
| 8 | |||
| 3 | * deps.mk: Update for recent changes: gnutls support, gnulib | 9 | * deps.mk: Update for recent changes: gnutls support, gnulib |
| 4 | imports, addition of globals.h. | 10 | imports, addition of globals.h. |
| 5 | 11 | ||
| 6 | * makefile.w32-in (IGNORE_VALUE_H): New variable. | 12 | * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on |
| 7 | ($(BLD)/sysdep.$(O)): Depend on $(IGNORE_VALUE_H). | 13 | ../lib/ignore-value.h. |
| 8 | 14 | ||
| 9 | 2011-02-03 Paul Eggert <eggert@cs.ucla.edu> | 15 | 2011-02-03 Paul Eggert <eggert@cs.ucla.edu> |
| 10 | 16 | ||