diff options
| author | Eli Zaretskii | 2005-12-17 17:29:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-12-17 17:29:36 +0000 |
| commit | abeb585559cb58e735127e487b9614bb680339e2 (patch) | |
| tree | f19e05a2e0873509f2906574a54ce298af702095 | |
| parent | df6d09dd4068b0491228bcd074fdf5daa7ac6260 (diff) | |
| download | emacs-abeb585559cb58e735127e487b9614bb680339e2.tar.gz emacs-abeb585559cb58e735127e487b9614bb680339e2.zip | |
*** empty log message ***
| -rw-r--r-- | leim/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
3 files changed, 23 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index afd2ef8d30b..6b83a887350 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-12-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in ($(TIT), leim-list.el): Warn that parts of | ||
| 4 | commands enclosed in $(ARGQUOTE)s should not be split between two | ||
| 5 | lines, as that will break with GNU Make >3.80, when sh.exe is used | ||
| 6 | and arg quoting is with '..'. | ||
| 7 | |||
| 1 | 2005-11-03 Andreas Schwab <schwab@suse.de> | 8 | 2005-11-03 Andreas Schwab <schwab@suse.de> |
| 2 | 9 | ||
| 3 | * Makefile.in (GZIP_PROG): Renamed from GZIP. | 10 | * Makefile.in (GZIP_PROG): Renamed from GZIP. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 65961284484..6e9c40d2cca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-12-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (autoloads, custom-deps): Warn that parts of | ||
| 4 | commands enclosed in $(ARGQUOTE)s should not be split between two | ||
| 5 | lines, as that will break with GNU Make >3.80, when sh.exe is used | ||
| 6 | and arg quoting is with '..'. | ||
| 7 | (autoloads): Don't break the quoted --eval expression between | ||
| 8 | several lines. | ||
| 9 | |||
| 1 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> | 10 | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 11 | ||
| 3 | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture | 12 | * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture |
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 |