Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Feb 24 22:50:32 2004 +0000 +++ b/src/ChangeLog Wed Feb 25 17:42:37 2004 +0000 @@ -1,3 +1,13 @@ +2004-02-25 Jerry James <james@xemacs.org> + + * general-slots.h: Make Qcritical, Qdelete, Qsearch, and Qsimple + visible to modules (all are used by the LDAP module). + * lisp.h: Make stuff in QUIT and QUITP visible to modules. + * sysdep.h: Make speed_up_interrupts and slow_down_interrupts + visible to modules (both are used by the LDAP module). + * xemacs.def.in.in: Reflect all of the above additions to the + module API. + 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org> * bytecode.c (execute_optimized_program):