Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5193:41ac827cb71b
fix cygwin compile, fix warning and style in elhash.c
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-04-06 Ben Wing <ben@xemacs.org>
* elhash.c (Feq_hash):
Cast to EMACS_INT to fix warning.
* elhash.c (internal_hash):
* elhash.c (Feql_hash):
Fix spacing before parens.
* general-slots.h:
* xemacs.def.in.in:
Export Qfixnump to fix eldap.c link error.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 06 Apr 2010 23:29:35 -0500 |
parents | 635f4b506855 |
children | c87ec061e8cc bc3ede8f29a8 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Apr 06 15:08:22 2010 +0100 +++ b/src/ChangeLog Tue Apr 06 23:29:35 2010 -0500 @@ -1,3 +1,16 @@ +2010-04-06 Ben Wing <ben@xemacs.org> + + * elhash.c (Feq_hash): + Cast to EMACS_INT to fix warning. + + * elhash.c (internal_hash): + * elhash.c (Feql_hash): + Fix spacing before parens. + + * general-slots.h: + * xemacs.def.in.in: + Export Qfixnump to fix eldap.c link error. + 2010-04-06 Aidan Kehoe <kehoea@parhasard.net> * toolbar-msw.c (allocate_toolbar_item_id)