comparison src/ChangeLog @ 1752:84acc03a7080

[xemacs-hg @ 2003-10-15 09:09:35 by stephent] Fdelete_window fix 2003-09-30 Stephen J. Turnbull <stephen@xemacs.org> * Makefile.in.in: Clean up the *clean and *lock targets. 2003-09-22 Stephen J. Turnbull <stephen@xemacs.org> * Makefile.in.in (XE_CFLAGS): New variant on CFLAGS for XEMACS_CC.
author stephent
date Wed, 15 Oct 2003 09:09:38 +0000
parents 7580e52a8218
children 90502933fb98
comparison
equal deleted inserted replaced
1751:5a9a66ba67ca 1752:84acc03a7080
1 2003-10-11 Olivier Galibert <galibert@pobox.com>
2
3 * window.c (Fdelete_window): Dirty the mirror structure _before_
4 marking the window deleted.
5
1 2003-10-14 Jerry James <james@xemacs.org> 6 2003-10-14 Jerry James <james@xemacs.org>
2 7
3 * Makefile.in.in (shlib_objs): Remove emodules.o. 8 * Makefile.in.in (shlib_objs): Remove emodules.o.
4 * Makefile.in.in (objs): Add emodules.o; it always has content now. 9 * Makefile.in.in (objs): Add emodules.o; it always has content now.
5 * emacs.c (main_1): Call vars_of_module to define module-extensions. 10 * emacs.c (main_1): Call vars_of_module to define module-extensions.