Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5192:635f4b506855 | 5193:41ac827cb71b |
---|---|
1 2010-04-06 Ben Wing <ben@xemacs.org> | |
2 | |
3 * elhash.c (Feq_hash): | |
4 Cast to EMACS_INT to fix warning. | |
5 | |
6 * elhash.c (internal_hash): | |
7 * elhash.c (Feql_hash): | |
8 Fix spacing before parens. | |
9 | |
10 * general-slots.h: | |
11 * xemacs.def.in.in: | |
12 Export Qfixnump to fix eldap.c link error. | |
13 | |
1 2010-04-06 Aidan Kehoe <kehoea@parhasard.net> | 14 2010-04-06 Aidan Kehoe <kehoea@parhasard.net> |
2 | 15 |
3 * toolbar-msw.c (allocate_toolbar_item_id) | 16 * toolbar-msw.c (allocate_toolbar_item_id) |
4 (mswindows_output_toolbar): | 17 (mswindows_output_toolbar): |
5 * menubar-msw.c (allocate_menu_item_id, checksum_menu_item): | 18 * menubar-msw.c (allocate_menu_item_id, checksum_menu_item): |