comparison src/ChangeLog @ 1927:44905d8fae13

[xemacs-hg @ 2004-02-25 17:42:34 by james] Export symbols needed by the LDAP module. Fixes the Cygwin build.
author james
date Wed, 25 Feb 2004 17:42:37 +0000
parents c66036f59678
children ba24fcdb4cfe
comparison
equal deleted inserted replaced
1926:c230111e6d4d 1927:44905d8fae13
1 2004-02-25 Jerry James <james@xemacs.org>
2
3 * general-slots.h: Make Qcritical, Qdelete, Qsearch, and Qsimple
4 visible to modules (all are used by the LDAP module).
5 * lisp.h: Make stuff in QUIT and QUITP visible to modules.
6 * sysdep.h: Make speed_up_interrupts and slow_down_interrupts
7 visible to modules (both are used by the LDAP module).
8 * xemacs.def.in.in: Reflect all of the above additions to the
9 module API.
10
1 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org> 11 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org>
2 12
3 * bytecode.c (execute_optimized_program): 13 * bytecode.c (execute_optimized_program):
4 Identify and mark more potential GC locations. 14 Identify and mark more potential GC locations.
5 Remove dead STATIC_GCPRO_STACK code and CPP constructs. 15 Remove dead STATIC_GCPRO_STACK code and CPP constructs.