comparison 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
comparison
equal deleted inserted replaced
44106:748924636cc4 44107:c10785cb0f83
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
4 supported. 19 supported.
5 20