Mercurial > emacs
diff src/ChangeLog @ 44107:c10785cb0f83
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 22 Mar 2002 23:40:48 +0000 |
parents | b38366975f18 |
children | 211a38d540fa |
line wrap: on
line diff
--- a/src/ChangeLog Fri Mar 22 23:36:15 2002 +0000 +++ b/src/ChangeLog Fri Mar 22 23:40:48 2002 +0000 @@ -1,3 +1,18 @@ +2002-03-22 Stefan Monnier <monnier@cs.yale.edu> + + * Makefile.in (bootstrapclean): New target. + (bootstrap-temacs, bootstrap-doc): Remove. + (bootstrap-emacs): Use a bog-standard `temacs'. + Don't bother to build a DOC file. + + * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause. + + * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup + in temacs even if !CANNOT_DUMP. + (standard_args): Keep --no-loadup even if !CANNOT_DUMP. + + * alloc.c (check_pure_size): Only output a warning. + 2002-03-22 Jason Rumney <jasonr@gnu.org> * w32fns.c (Fx_create_frame): Enable tool-bar when images are