diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 425a30a62f7..ecc99df2de8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2002-03-22 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * Makefile.in (bootstrapclean): New target. | ||
| 4 | (bootstrap-temacs, bootstrap-doc): Remove. | ||
| 5 | (bootstrap-emacs): Use a bog-standard `temacs'. | ||
| 6 | Don't bother to build a DOC file. | ||
| 7 | |||
| 8 | * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause. | ||
| 9 | |||
| 10 | * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup | ||
| 11 | in temacs even if !CANNOT_DUMP. | ||
| 12 | (standard_args): Keep --no-loadup even if !CANNOT_DUMP. | ||
| 13 | |||
| 14 | * alloc.c (check_pure_size): Only output a warning. | ||
| 15 | |||
| 1 | 2002-03-22 Jason Rumney <jasonr@gnu.org> | 16 | 2002-03-22 Jason Rumney <jasonr@gnu.org> |
| 2 | 17 | ||
| 3 | * w32fns.c (Fx_create_frame): Enable tool-bar when images are | 18 | * w32fns.c (Fx_create_frame): Enable tool-bar when images are |