diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 97c51956cf7..275477a765f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-12-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (bootstrap-temacs): Warn that parts of commands | ||
| 4 | enclosed in $(ARGQUOTE)s should not be split between two lines, as | ||
| 5 | that will break with GNU Make >3.80, when sh.exe is used and | ||
| 6 | arg quoting is with '..'. | ||
| 7 | |||
| 1 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> | 8 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * print.c (print_preprocess): Just signal an error if print_depth | 10 | * print.c (print_preprocess): Just signal an error if print_depth |