Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4585:871eb054b34a
Document non-obvious usages.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 25 Nov 2008 10:44:16 +0900 |
parents | 56e67d42eb04 |
children | 3623446b34bc 9dd42cb187ed |
comparison
equal
deleted
inserted
replaced
4584:56e67d42eb04 | 4585:871eb054b34a |
---|---|
134 Declare String or char * argument or local variable as const. | 134 Declare String or char * argument or local variable as const. |
135 Cast string literals to char* (or equivalent). | 135 Cast string literals to char* (or equivalent). |
136 | 136 |
137 * input-method-xlib.c: | 137 * input-method-xlib.c: |
138 Use Xt_RESOURCE. | 138 Use Xt_RESOURCE. |
139 | |
140 2008-11-25 Stephen J. Turnbull <stephen@xemacs.org> | |
141 | |
142 * elhash.c (hash_table_data_validate): | |
143 * elhash.c (decode_hash_table_rehash_size): | |
144 * elhash.c (decode_hash_table_rehash_threshold): | |
145 Document side effects used in these functions. | |
139 | 146 |
140 2008-11-20 Stephen J. Turnbull <stephen@xemacs.org> | 147 2008-11-20 Stephen J. Turnbull <stephen@xemacs.org> |
141 | 148 |
142 * console-x-impl.h (struct x_frame): Clarify comment. | 149 * console-x-impl.h (struct x_frame): Clarify comment. |
143 | 150 |