Changed license terms to the plain LGPL thru-out.
[bpt/guile.git] / libguile / hooks.h
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-03-16 Neil Jerram* Manual updates on hooks and features.
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-28 Michael Livshin* hooks.c (scm_create_hook): deprecated.
2001-05-08 Dirk Herrmann* Removed deprecated hook names.
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-05-26 Dirk Herrmann* The name property of hooks is deprecated.
2000-05-25 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-04-21 Mikael Djurfeldt* hooks.c, hooks.h (scm_make_hook_with_name): Removed...