aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2002-03-22 23:40:48 +0000
committerStefan Monnier2002-03-22 23:40:48 +0000
commit44d38e8d278d2da145241f59e1fb94e3995d44af (patch)
tree7db5fc8824f6675c67e8e350973bfa9d42c8f918 /src
parent29ad9e5671bfcf49190eca314f51988eb76e1581 (diff)
downloademacs-44d38e8d278d2da145241f59e1fb94e3995d44af.tar.gz
emacs-44d38e8d278d2da145241f59e1fb94e3995d44af.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog15
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 @@
12002-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
12002-03-22 Jason Rumney <jasonr@gnu.org> 162002-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