comparison src/ChangeLog @ 1727:7c80b06e433f

[xemacs-hg @ 2003-09-30 16:46:15 by james] Don't let make distclean remove xemacs.def.in.in.
author james
date Tue, 30 Sep 2003 16:46:20 +0000
parents a8d8f419b459
children 5903b079bee1
comparison
equal deleted inserted replaced
1726:a8d8f419b459 1727:7c80b06e433f
1 2003-09-30 Jerry James <james@xemacs.org>
2
3 * Makefile.in.in (distclean): xemacs.def.in.in should not be
4 removed.
5
1 2003-09-25 Jerry James <james@xemacs.org> 6 2003-09-25 Jerry James <james@xemacs.org>
2 7
3 * alloc.c (xfree_1): Use this name even when not error checking. 8 * alloc.c (xfree_1): Use this name even when not error checking.
4 * device-tty.c (free_tty_device_struct): Use xfree type parameter, 9 * device-tty.c (free_tty_device_struct): Use xfree type parameter,
5 but error-checking version alters the original, not a local copy. 10 but error-checking version alters the original, not a local copy.